/
POST Skus Price Update

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

POST Skus Price Update

This call allows you to change the MRP and Selling Price of SKUs on marketplaces.

End Point

https://app.browntape.com/0.1/skus_channels/priceUpdate.json

Parameters

?username   =XXXXXXXXXX &auth_string=YYYYYYYYY

Post Parameter

{    "price_change_safe_limit": 10,    "skus": [   {  "sku": "xx",  "channel_prices": [ {    "channel_id": 123,    "mrp": 50,    "selling_price": 20 }, {    "channel_id": 124,    "mrp": 40,    "selling_price": 25 ]   },   {  "sku": "xy",  "channel_prices": [ {    "channel_id": 123,    "mrp": 50,    "selling_price": 20 ]   }    ] }

Response

{ "status_code": 200, "status": "success", "message": "", "errors": "" }

Notes

  • The sku limit for this API is 1000.

  • The 'price_change_safe_limit' parameter is a percentage value and may not exceed 50.

Related content