Create a warehouse
POST
https://api.tamio.com/v2/warehouses/create
Creates a new warehouse location with address, contact details, and geographical service areas defining which destinations the warehouse can fulfill orders for.
Body Parameters
label
string*
Human-readable name for the warehouse.
custom_id
string
Custom identifier for external system integration.
areas_served
array of string*
Destination codes this warehouse can fulfill orders for.
country
string*
Country code where the warehouse is located.
address
string*
Street address.
city
string*
City.
postcode
string
Postal code.
state
string
State or province code.
email
string
Contact email.
telephone
string
Contact phone number.
Responses
200
Warehouse created
Warehouse created
status
integer
warehouse
Warehouse
400
Validation or business-logic error
Validation or business-logic error
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string
error_code
integer