/
POST Warehouse Add
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 Warehouse Add
This call allows you to create a warehouse.
End Point
https://app.browntape.com/0.1/warehouses/add.json
Parameters to be passed
?username=XXXXXXXXXX
&auth_string=YYYYYYYYY
Post Parameters
{
data: {
"title": "new_warehouse",
"address_line_1": "XXX"(optional),
"address_line_2": "XXX"(optional),
"landmark": "XXX"(optional),
"city": "XXX"(optional),
"state": "XXX"(optional),
"pincode": "XXX"(optional),
"country": "XXX"(optional),
"phone": "XXX"(optional),
"email": "XXX"(optional),
"external_warehouse_code": "XXX"(optional)
}
}
Response:
{
"success": true,
}
Related content
How to add/Edit warehouses in Browntape
How to add/Edit warehouses in Browntape
More like this
GET Warehouse List
GET Warehouse List
More like this
POST Orders Add
POST Orders Add
More like this
POST Inventory Rule Create
POST Inventory Rule Create
More like this
POST Create Order Return
POST Create Order Return
More like this