Get batch errors
documentedList errors for a batch.
GET /v2/batches/{batch_id}/errorsBatchesno 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/batches/{{$batch_id}}/errors?page={{$page}}&pagesize={{$limit}}" \\n -X GET \\n -H "api-key: {{SHIPSTATION_API_KEY}}" \\n -H "Accept: application/json" \\n -H "Content-Type: application/json"