ShipStation integration (Productivity, Location). Imported from open-connector.
https://api.shipstation.com/v2/inventory
| Param | Type | Required | Description |
|---|---|---|---|
| sku | string | optional | Return inventory properties for this specific SKU. |
| inventoryWarehouseId | string | optional | A ShipStation V2 resource identifier. |
| inventoryLocationId | string | optional | A ShipStation V2 resource identifier. |
| groupBy | string | optional | Group returned SKUs by warehouse or location. |
| limit | integer | optional | The maximum number of inventory records to return. |
/v2/inventory_warehouses
/v2/purchase_orders
| Param | Type | Required | Description |
|---|---|---|---|
| orderNumber | string | optional | Filter by the ShipStation purchase order number. |
| status | string | optional | The purchase order status filter. |
| warehouseId | string | optional | A ShipStation V2 resource identifier. |
| referenceNumber | string | optional | Filter by the custom purchase order reference. |
| createDateStart | string | optional | An ISO 8601/RFC3339 date-time string accepted by ShipStation. |
| cursor | string | optional | The cursor value from a previous pagination link. |
| pageSize | integer | optional | The number of purchase orders to return per page. |
/v2/purchase_orders/{purchaseOrderId}
| Param | Type | Required | Description |
|---|---|---|---|
| purchaseOrderId | string | required | A ShipStation V2 resource identifier. |