Update a Warehouse
If you need to change the name, origin address, or return address for an existing warehouse, you can use the PUT method with the warehouses endpoint.
Requirements
- Include the
warehouse_id
for the warehouse you wish to update as a parameter in the endpoint for the request.
Example Request
PUT /v1/warehouses/:warehouse_id
If successful, returns status HTTP 204, (No Content).