Sign in

List SKU inventory levels

documented

List current stock levels for SKUs (optionally filtered by SKU/inventory_warehouse_id/location).

GET /v2/inventoryInventoryno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.shipstation.com/v2/inventory?group_by={{$group_by}}&inventory_location_id={{$inventory_location_id}}&inventory_warehouse_id={{$inventory_warehouse_id}}&sku={{$sku}}&page={{$page}}&page_size={{$page_size}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "api-key: {{SHIPSTATION_API_KEY}}"