Skip to main content
Returns a time-limited pre-signed download URL for the full code set of a completed order in CSV format. Use this for large or bulk orders where downloading individual items via GET /v2/orders/{orderId}/items would be inefficient.
The download URL is time-limited and expires at expiresAt. Download the file promptly after receiving the response.

Endpoint

GET /v2/orders/{orderId}/fulfillments/export

Path Parameters

Example Request

Response — 200 OK

Response Fields

CSV Structure

The exported CSV contains one row per issued code with the following columns:

Error Responses