List shipments
easypost_list_shipmentsList shipments on the account, most recent first, with pagination and optional filters. API: GET /shipments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after_id | No | Return records created after this shipment id. | |
| before_id | No | Return records created before this shipment id. | |
| page_size | No | Results per page (max 100). | |
| purchased | No | Filter to only purchased (true) or unpurchased (false) shipments. | |
| end_datetime | No | ISO 8601 upper bound on created_at. | |
| start_datetime | No | ISO 8601 lower bound on created_at. |