List Warehouses
Use the list warehouses request to retrieve your warehouse_id
and the related properties at any point after you have created your warehouses in ShipEngine.
List Warehouses Request & Response
GET /v1/warehouses
Response
Get Warehouse by ID
If you need the properties of a specific warehouse, you can add the warehouse_id
as a parameter to the warehouses endpoint.
Requirements
- You will need the
warehouse_id
for the warehouse details you wish to retrieve.
Example Request & Response
GET /v1/warehouses/:warehouse_id
Response