Retrieve an order by reference
Retrieves the details of an existing order by its reference (the human-readable order number shown on invoices and confirmation emails). Use this endpoint when you only have the order reference rather than the merchant-supplied order_id.
Parameters
Header Parameters
[Authentication] Required API key.
"^[a-zA-Z0-9-]{20,64}$"Path Parameters
Order reference as supplied in the reference field of bulkCreateOrders.
Query Parameters
Subset of order fields to return. Repeat the parameter or use fields[]= syntax.
Responses
Resource successfully retrieved.
Retrieve an order by reference Retrieves the details of an existing order by its reference (the human-readable order number shown on invoices and confirmation emails). Use this endpoint when you only have the order reference rather than the merchant-supplied order_id. GET /v1/orders/reference/{reference} getOrderByReference Orders spm-api-key [Authentication] Required API key. reference Order reference as supplied in the reference field of bulkCreateOrders. fields Subset of order fields to return. Repeat the parameter or use fields[]= syntax. Resource successfully retrieved. Client error - Invalid request or authentication issues Server error - Internal processing failure