Location Zone

Create Location Zones

POST /locationzones

Use this api to create location zones in the warehouse. A zone is a set of locations that share common properties. A warehouse is divided into multiple zones based on its attributes, like package type and velocity codes.

Headers

NameTypeDescription

API_KEY

string

Contact Blowhorn team for API Key

{
  "status": "PASS",
  "message": {
    "name": "ankit",
    "is_putaway": true,
    "is_packing": true
  }
}
{
  "location_zn": {
    "name": "ankit,",
    "sequence": "1799,",
    "for_putaway": "true,",
    "site": "Taj Vivanta Bengaluru",
    "loc_type": "Town",
    "is_receiving": true,
    "is_putaway": true,
    "is_packing": "true,",
    "status": "ok,",
    "is_shipping": "true,",
    "product_group": "Flipkart",
    "storage_type": "Large",
    "dimensions": {
      "length": 55,
      "breadth": 66,
      "height": 22,
      "um": "cm"
    }
  }
}

Last updated