/
POST Inventory Rule Assign
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
}
, multiple selections available,
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
Upload Product data using the Import Configs
Upload Product data using the Import Configs
More like this
GET SKU / Inventory Lookup API
GET SKU / Inventory Lookup API
More like this