Skip to main content
GET
Shipments - Csv Export

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

store_ids
string[]
required

Store IDs to export shipments from

Example:
start
string
required

Start date (ISO 8601)

Example:

"2025-01-01T00:00:00.000Z"

end
string
required

End date (ISO 8601)

Example:

"2025-01-31T23:59:59.000Z"

warehouse_ids
string[]

Filter by warehouse IDs

options
object

CSV export options

Response

Presigned S3 URLs for the generated CSV files

shipment
string

S3 URL for shipments CSV export

shipment_items
string

S3 URL for shipment items CSV export