/
Nykaa integration

Nykaa integration

 

Step 1: Authorization

  • Token validity: 1 year

  • Requires username and password of the main parent account.

We can use the token generated by the credentials of parent facility to update inventory for all the child facility.

  • Sample url:

curl --location --request GET 'https://{{}}.vineretail.com/RestWS/api/sellerPanel/v3/authToken?username=51TEST4&password=sa@321'

 

Step 2: Inventory syncing
URL: 'http://{{account}}.vineretail.com/RestWS/api/sellerPanel/v3/inventoryPriceUpdate

Request body in form data:

RequestBody:{↵"invPriceList":[↵{ "sku":"CSKU1", "invQty":11,"sellerId":"MWHP"},↵{ "sku":"CSKU2", "invQty":14,"sellerId":"MWHP"}↵]↵}

 

2. Catalog syncing

url: https://xxxxx/RestWS/api/sellerPanel/v3/productFetch

 

Related content