Retrieve a Order by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the entity for this request.
5
Comma-separated list of specific fields to return/append in the response. See isAdditionalData for more details.
"id,nameFirst,nameLast"
Set to true to merge requested fields with default response, or false/omit to return only requested fields plus ID.
true
Order
Unique identifier.
Represents the date when a particular order was placed.
Represents the specific product or service purchased in a transaction.
Unique identifier for a specific transaction associated with an order.
Unique identifier for the individual who placed the order.
Represents the overall charge for an order, including all items, taxes, and additional costs.