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 } }