v1

latestOpenAPI 3.1.02026-07-26500375.1 KB

Order Fetch by ID API

The following endpoint retrieves the details of a single Order

get/orders/{id}

Path parameters

idstring required

Unique identifier of the Order to be retrieved

Query parameters

expandstring

Used to retrieve additional information about the Order. Supported values are: customer, payments. Example: /orders/ord_A1B1C1D1234?expand=customer&expand=payments

Response

200