Returns the full cart state including items, prices, available delivery/payment methods, and their valid combinations. Creates a new cart if cartId is not provided.
Key format: A 32-character string matching: ^(PROD|DEV_|ROOT)[A-Za-z0-9]{28}$
Prefixes: PROD (production key), DEV_ (individual developer), ROOT (system key with no limits). Learn more
ExamplePRODPGrFxpGEtrOZfuWhnoJohUYBXuOE
cartIdstringOptional
Existing cart ID. If omitted or invalid, a new empty cart is returned.
Exampleb411056d304d9y6mHe2SoMFBL2Apxfnb
Response schema
1 status code documented
200Success
idstringRequired
Exampleb411056d304d9y6mHe2SoMFBL2Apxfnb
customerIdstringOptional
ExampleHxanU4a1n4El61zx
customerNamestringOptional
ExampleJan Barášek
customerEmailstringOptional
Contact email address.
The system validates the input as a standard email address and automatically applies normalization and canonicalization.
All API responses return the normalized form, and each email address is unique per organisation within the system.
Phone-only contacts: Since 2026-06-10 a contact may exist without an e-mail when it was registered only by phone (e.g. imports of phone-only records). Responses that expose such contacts use API_EMAIL_NULLABLE instead, where this field can be null. Endpoints that accept e-mail as input still require a valid value here — phone-only creation goes through admin-only import / BFF flows.