/
POST Inventory Rule Create
POST Inventory Rule Create
This call will create a dedicated inventory rule for a warehouse in Browntape.
End Point
https://app.browntape.com/0.1/dedicated_inventory_rules/create.json
Parameters to be passed
?username=XXXXXXXXXX
&auth_string=YYYYYYYYY
Post Parameters
{
data: {
{
"short_code": "test9",
"warehouse": "1", (optional)
"description": "apiTest", (optional)
"allocationTrigger": "40", (optional)
"allocationFrequency": "once", (once/continuous)
"ruleType": "absolute", (absolute/percentage)
"channel": {
"18085": {
"safetyStock": 4, (optional)
"allocation": 30,
"maxStock": 40, (optional)
"priority": 1
},
"18051": {
"safetyStock": 1, (optional)
"allocation": 7,
"priority": 2
}
}
}
}
}
Response
{
"success": true
}
, multiple selections available,
Related content
POST Inventory Rule Assign
POST Inventory Rule Assign
More like this
POST Warehouse Add
POST Warehouse Add
More like this
POST Create Order Return
POST Create Order Return
More like this
POST Inventory
POST Inventory
More like this
GET SKU / Inventory Lookup API
GET SKU / Inventory Lookup API
More like this
POST Returns Create
POST Returns Create
More like this