Get order by ID
Retrieve a completed order by its unique identifier. When cartId is provided as a query parameter, the server validates it against the hold transaction and grants access without requiring customer authentication.
Authentication
X-TT-API-Keystring
API Key authentication via header
Path parameters
orderId
Query parameters
cartId
Cart ID for authorization. Grants access without customer authentication.
Response
Order found successfully.
id
Unique identifier for the order
confirmationNumber
Human-readable confirmation number for customer support and emails
contact
Contact information for order fulfillment
items
Purchased order items in this order
receiptLines
Server-ordered display lines for receipt rendering. Always includes SubtotalLine. Conditionally: VoucherLine, ProtectionLine.
total
status
Current status of the order
Allowed values:
createdAt
When the order was created (UTC)
protection
Protection covering all items. Null if not added.
totalTaxes