Skip to main content
Returns the issued digital value codes for a completed order. Only available once status is COMPLETED — call GET /v2/orders/{orderId} first to confirm completion before requesting items.

Endpoint

GET /v2/orders/{orderId}/items

Path Parameters

Example Request

Response — 200 OK

Response Fields

For large orders, consider using GET /v2/orders/{orderId}/fulfillments/export instead — it returns a single CSV download URL containing all codes, which is more efficient than paginating through items.

Response — 409 Order Not Yet Completed

Error Responses