v1
latestOpenAPI 3.0.12026-07-24204977.5 KBOrders
Get order status
get/order/{uuid}
Path parameters
uuidstring required
order uuid
Headers
Authorizationstring required
Authorization
X-ShopBack-Idempotent-Idstring
Example:faa5e09a-8cf3-43f7-8309-d94deb426e66
Idempotent Id for the request. If this is absent, every request will be treated as unique and will be processed as such. (This is optional for now, but will be made required in the future)
Response
successful operation
Example response
{
"uuid": "4d33044e-f182-4079-aee4-faa46fbf334e",
"orderUuid": "4d33044e-f182-4079-aee4-faa46fbf334e",
"createdAt": "2019-01-28T10:56:28.995Z",
"status": "INITIATED",
"orderType": "ONLINE",
"merchantRef": "#2020-82445",
"merchantOrderId": "#2020-82445",
"consumerEmail": "bruce.willis@shopback.com",
"paymentMethod": "PAYLATER",
"paymentType": "PAYLATER"
}