← Tools Reference

ShipStation

ShipStation integration (Productivity, Location). Imported from open-connector.

API key4 toolshttps://api.shipstation.com
GET
ship_station_list_inventory_levels
List ShipStation V2 inventory stock levels and inventory-related properties for SKUs.

/v2/inventory

5 parameters
ParamTypeRequiredDescription
skustringoptionalReturn inventory properties for this specific SKU.
inventoryWarehouseIdstringoptionalA ShipStation V2 resource identifier.
inventoryLocationIdstringoptionalA ShipStation V2 resource identifier.
groupBystringoptionalGroup returned SKUs by warehouse or location.
limitintegeroptionalThe maximum number of inventory records to return.
GET
ship_station_list_inventory_warehouses
List inventory warehouses configured in ShipStation V2.

/v2/inventory_warehouses

GET
ship_station_list_purchase_orders
List ShipStation V2 purchase orders with optional filters and pagination.

/v2/purchase_orders

7 parameters
ParamTypeRequiredDescription
orderNumberstringoptionalFilter by the ShipStation purchase order number.
statusstringoptionalThe purchase order status filter.
warehouseIdstringoptionalA ShipStation V2 resource identifier.
referenceNumberstringoptionalFilter by the custom purchase order reference.
createDateStartstringoptionalAn ISO 8601/RFC3339 date-time string accepted by ShipStation.
cursorstringoptionalThe cursor value from a previous pagination link.
pageSizeintegeroptionalThe number of purchase orders to return per page.
GET
ship_station_get_purchase_order
Retrieve a ShipStation V2 purchase order by ID, including detailed product lines when returned.

/v2/purchase_orders/{purchaseOrderId}

1 parameter
ParamTypeRequiredDescription
purchaseOrderIdstringrequiredA ShipStation V2 resource identifier.