/
FYND STAGING SYNC

FYND STAGING SYNC

  1. To create connection in Fynd we can login by using username and password under Fynd app in workspace:
    UserName : 65366e68dfce9a78701aac49
    password : ewTEc0twCw

Then connection will be created :

Note: Basically Internally It will call Fynd generate Token API and when success Response recieved we save the token in ie_appinstall_connection table and create the connection in Frontend
This is the main step for APP connection

curl --location 'https://api.fynd.com/hogwarts/aggregators/api/v1/eshopbox/shipment/authToken?username=63cf94743c14a13bd38cb9b2&password=-_SPIFVQk&=null'



image-20240906-070021.png

Also Note : Currently Code wise Fynd staging and Fynd prod is synched, we will need to change the URL in staging application.properties as Per Fynd team’s need. To call Any API mainly domain URL and there will be little changes on Request Body that we will need to check accordinly and compare and test.

  1. Then we will enable location : location Code for Eshopbox exists: EB1

  2. Then connect all the other step:

     

  3. For inventory Update Only 1 SKU you can map : TESTEB

image-20240227-125918.png

 

  1. To Create order:
    a. we can create order By sandbox ordering channel

    https://whitesplash.hostx5.de/profile/orders/shipment/17090215263761585421
    Note: The size must be ESHOPBOX
    b. we can create order via Email to radhikaluvani@gofynd.com

    Then After Sometime order will reflect in Eshopbox workspace

    6. Process order untill handover done.

    To create Return:
    Note: Make sure order must be in Packed state in Eshopbox.
    1. mail to radhikaluvani@gofynd.com, By providing orderId to create return


  2. To Customer Cancel :

    1. we can cancel order via ordering channel : https://whitesplash.hostx5.de/product/test-radhika-7841968
    2. or mail to radhikaluvani@gofynd.com, By providing orderId to cancel order
    Note: cancel order sync only while order processing it will not cancel automatically.

Related content