/
POST Inventory Rule Assign

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 Inventory Rule Assign

This call allows you to assign a dedicated inventory rule to a SKU.

End Point

https://app.browntape.com/0.1/dedicated_inventory_rules/assign.json

Parameters to be passed

?username=XXXXXXXXXX &auth_string=YYYYYYYYY

Post Parameters

{   data:    [ { "sku": "4257", "ruleId": "9", "effectiveFrom": "2017-07-20 00:00:00", "effectiveTill": "2017-08-20 00:00:00" }, { "sku": "ML1", "ruleId": "8", "effectiveFrom": "2017-07-20 00:00:00", "effectiveTill": "2017-08-20 00:00:00" } ]   }

Response

{   "success": true }

 

 

Related content