Skip to content
Last updated

Delete a Warehouse

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.

curl -i -X DELETE \
  -u <username>:<password> \
  https://ssapi.shipstation.com/warehouses/12345
Loading...