/
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
, multiple selections available,
Related content
Nykaa integration - open questions
Nykaa integration - open questions
More like this
Nykaa Integration Testing Document
Nykaa Integration Testing Document
More like this
Nykaa Add Connection Flow
Nykaa Add Connection Flow
More like this
Nykaa Return Flow
Nykaa Return Flow
Read with this
Nykaa product sync
Nykaa product sync
More like this
Nykaa Order Processing Flow
Nykaa Order Processing Flow
More like this