List SKU inventory levels
documentedList current stock levels for SKUs (optionally filtered by SKU/inventory_warehouse_id/location).
GET /v2/inventoryInventoryno implementation yet0 runsNo 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}}"