Removes a warehouse from ShipStation's UI and sets it to Inactive status.
NOTE
In the API, the endpoint is called warehouse, but the process actually affects Ship From locations in the UI on the application side of operations.
This is a "soft" delete action, so the warehouse (or Ship From location) will still exist in the database, but this action will set it to Inactive status.
- Production Serverhttps://ssapi.shipstation.com/warehouses/{warehouseId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
-u <username>:<password> \
https://ssapi.shipstation.com/warehouses/12345Loading...