Switch a cart's currency
Authentication
Path parameters
Cart ID (UUID)
Headers
Optional. May only repeat the currency in the body; a different currency returns 400. The body is what switches the cart.
Request
ISO 4217 currency to price and settle this cart in. Send the event’s base currency to go back to base-currency prices.
Response
Items currently in the cart (held inventory). Does NOT include fees, protection, or credits — see receiptLines for those.
Server-ordered display lines for receipt rendering. Iterate in sequence. Always includes SubtotalLine. Conditionally: VoucherLine, ProtectionLine.
Monetary amount in minor units (cents for USD). Never uses floating point to avoid precision errors.
Monetary amount in minor units (cents for USD). Never uses floating point to avoid precision errors.