currentStatusstringState of the order. Enum"checkout""processing""accepted""completed""declined"transitionsArray of objects(Transition)read-onlyState transitions.+Show 2 array properties{ "currentStatus": "checkout", "transitions": [ { … } ] }
statusstringread-onlyState of the order. Enum"checkout""processing""accepted""completed""declined"timeStampstring(date-time)read-onlyUTC Time when state was set.{ "status": "checkout", "timeStamp": "2019-08-24T14:15:22Z" }