Location
Create Locations
POST
/locations
A location stores inventory of different sizes and classifications.
Headers
Name
Type
Description
API_KEY
string
Contact Blowhorn team for API Key
{
"status": "PASS",
"message": {
"name": "ankit",
"is_putaway": true,
"is_packing": true
}
}
{
"name": "ankit,",
"client": "Amazon",
"site": "Taj Vivanta Bengaluru",
"loc_type": "Town",
"is_receiving": true,
"is_putaway": true,
"is_packing": true,
"allow_sku_mixing": true,
"status": "ok,",
"zone": "West",
"rack": "good",
"weight": 22,
"volume": 24,
"current_weight": 33,
"current_volume": 98,
"allocated_volume": 23,
"sequence": 22,
"allocated_weight": 22,
"front_rack_side": true,
"is_shipping": "true,",
"product_group": "Flipkart",
"storage_type": "Large",
"dimensions": {
"length": 55,
"breadth": 66,
"height": 22,
"um": "cm"
}
}
Last updated
Was this helpful?