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" }
idstringread-onlyUnique ID for the callback. Example: "oc_BaDIudFOjBEuFmLlmDExePUFTh"adapterIdstringCallback Adapter ID. Example: "jetshop_adapter"urlstringFull valid url to be called by GET. If the url contains the substring '{order_id}' it will be replaced with the orders id before call is performed. Example: "http://specific-feature-adapter.norce.io/api/v1/callbacks/orders/{order_id}/specific-callback"{ "id": "oc_BaDIudFOjBEuFmLlmDExePUFTh", "adapterId": "jetshop_adapter", "url": "http://specific-feature-adapter.norce.io/api/v1/callbacks/orders/{order_id}/specific-callback" }