idstringlocationobject+Show 3 propertiesorderIdstringnamestringcarrierstringtotalShippingFeeinteger(int64){ "id": "string", "location": { "id": "string", "name": "string", "address": { … } }, "orderId": "string", "name": "string", "carrier": "string", "totalShippingFee": 0 }
currentStatusstring Enum"checkout""processing""accepted""completed""declined"transitionsArray of objects(Transition)+Show 2 array properties{ "currentStatus": "checkout", "transitions": [ { … } ] }