Skip to main content
POST
This endpoint creates a new location for inventory management. Locations can be warehouses, stores, or distribution centers.

Authentication

This endpoint requires a valid API key with locations:write permissions.

Request Body

string
required
Location name
string
required
Unique location code (e.g., “WH-001”, “STORE-NYC-01”)
string
required
Location type: “warehouse”, “store”, “distribution_center”, “dropship”
object
required
Location address
object
Contact information
object
Operating hours
array
Location capabilities: “storage”, “fulfillment”, “returns”, “cross_dock”, “pickup”
object
Storage capacity information
string
Location timezone (e.g., “America/Los_Angeles”)
boolean
Whether location is active (default: true)
object
Additional custom fields

Response

Returns the created location.