Order Details
GET/order/:orderId
This call will return a JSON object with the order details.
info
The structure of prices and order lines differs from the New Order endpoint.
Prices are enriched with the correct currency name and symbol, and all product codes are returned indexed by type.
Order Statuses
Detailed explanation of the possible orderStatus
values:
pending
- The order has not been paid yet.paid
- The order has been paid. If a reservation is linked to the order, the customer, at the MT.Matic, won't be asked to pay anymore.readyToPickUpInStore
- The order is ready to be picked up in store / Matic / Locker / ... If a reservation is linked to the order, the customer, at the MT.Matic, will need to pay before the products are delivered.complete
- The order is complete (and picked up if applicable).canceled
- The order got canceled.
Request
Responses
- 200
- 401
- 404
OK
Unauthorized
Not Found