Update a warehouse
POST
https://api.tamio.com/v2/warehouses/update/{uuid}
Updates an existing warehouse's details, location, and service areas.
Path Parameters
uuid
string*
UUID of the warehouse to update.
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 updated
Warehouse updated
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