Get cart
Returns the current state of a cart, including all line items and hold expiration times.
Authentication
X-TT-API-Keystring
API Key authentication via header
Path parameters
cartId
Response
Cart details.
id
Cart ID
expiresAt
UTC timestamp when the cart hold expires and inventory is released. Clients should display a countdown timer and warn users before expiration.
items
Items currently in the cart (held inventory). Does NOT include fees, protection, or credits — see receiptLines for those.
receiptLines
Server-ordered display lines for receipt rendering. Iterate in sequence. Always includes SubtotalLine. Conditionally: VoucherLine, ProtectionLine.
total
protection
Protection covering all items. Null if not added.
totalTaxes