/
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!
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
POST Inventory Rule Create
POST Inventory Rule Create
More like this
POST Inventory
POST Inventory
More like this
POST SKU Update
POST SKU Update
More like this
GET SKU / Inventory Lookup API
GET SKU / Inventory Lookup API
More like this
POST Create Order Return
POST Create Order Return
More like this