referencestringdeliveryDetailsobject+Show 5 propertiesaddonsArray of objects(Addon)+Show 2 array propertiespriceobject+Show 2 propertiesvatRatenumber(double)itemsArray of objects(DeliveryItem)+Show 2 array properties{ "reference": "string", "deliveryDetails": { "carrier": "string", "carrierProductId": "string", "class": "string", "product": { … }, "pickupLocation": { … } }, "addons": [ { … } ], "price": { "includingVat": 0.1, "excludingVat": 0.1 }, "vatRate": 0.1, "items": [ { … } ] }
carrierstringcarrierProductIdstringclassstringproductobject+Show 2 propertiespickupLocationobject+Show 3 properties{ "carrier": "string", "carrierProductId": "string", "class": "string", "product": { "reference": "string", "name": "string" }, "pickupLocation": { "reference": "string", "name": "string", "address": { … } } }