Update a warehouse
Warehouses
Update a warehouse
Update an existing warehouse’s attributes such as name, code, or address.
PATCH
Update a warehouse
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | No | Updated warehouse code |
name | No | Updated display name |
Address
To update the warehouse address, provide it indata.relationships.address (not in data.attributes).Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the warehouse to update
Body
application/json
Response
Warehouse updated successfully

