FYND STAGING SYNC
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'
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.
Then we will enable location : location Code for Eshopbox exists: EB1
Then connect all the other step:
For inventory Update Only 1 SKU you can map : TESTEB
To Create order:
a. we can create order By sandbox ordering channelhttps://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 returnTo 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.