Sign in

List batches

documented

Return a list of label batches.

GET /v2/batchesBatchesno 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/batches?status={{$status}}&page={{$page}}&page_size={{$page_size}}&sort_by={{$sort_by}}&sort_dir={{$sort_dir}}" \
  -X GET \
  -H "API-Key: {{SHIPSTATION_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
List batches · ShipStation · OpenIntegrations