List Batches
Since there's potential to have a large number of batches, we allow them to be queryable in of ShipEngine.
Query Parameter | Description |
---|---|
status | enumerated string open , queued , completed , processing , archived , invalid , completed_with_errors |
page | integer, defaults to 1 |
page_size | integer, defaults to 100 |
sort_dir | asc or desc |
sort_by | ship_date , processed_at |
Example
GET /v1/batches