referencestringCart ReferenceitemsArray of objects(Item)List of Items+Show 17 array propertiesdiscountsArray of objects(Discount)List of Discounts+Show 5 array propertiestotalobjectCart total excluding shipping fees+Show 2 properties{ "reference": "string", "items": [ { … } ], "discounts": [ { … } ], "total": { "includingVat": 1234, "excludingVat": 987.2 } }
idstringUnique ID for the consent item. Example: "ci_newsleter"checkedbooleanConsent checked status.textstringConsent description.requiredbooleanRequired for transition order state to processing{ "id": "ci_newsleter", "checked": true, "text": "string", "required": true }