Blowhorn API Documentation
  • Welcome
  • API REFERENCE
    • Authentication
      • Customer Authentication
      • Partner Authentication
    • Orders
      • Shipment Orders
      • Marketplace Orders
      • Cancel Order
      • Order Event
      • Order Event History
      • ETA
      • Delivery Partner Details
      • Order Documents
    • Drivers
      • Available Vehicle Class
      • Driver Availability
      • Payday Loan Eligibility
      • Driver Details
      • Driver Balance
      • Driver Deductions
    • Locations
      • Serviceability
      • Hubs
      • Coverage
      • Location Type
      • Storage Type
      • Location Zone
      • Location
    • WMS Inbound
      • Clients
      • Suppliers
      • Purchase Orders
      • Advance Shipping Notice
      • Goods Receipt Note
    • WMS Outbound
      • Shipping Label
      • Shipping Manifest
    • Inventory
      • Product Group
      • Tracking Level
      • Pack Config
      • SKU
      • Inventory
      • Inventory Transaction
    • Webhooks
      • HMAC Authentication
      • Order Status
      • Trip Status
      • Inventory Status
  • Help
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. API REFERENCE
  2. Locations

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
  }
}
{
  "status": "FAIL",
  "message": "`value` for `name` is mandatory for Wms Location"
}
{
  "status": "FAIL",
  "message": "Unauthorized / Wrong api key"
}
{
  "status": "FAIL",
  "message": "Unexpected error}
{
  "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"
  }
}
PreviousLocation ZoneNextWMS Inbound

Last updated 3 years ago

Was this helpful?