Skip to main content

Order Details

GET 

/order/:orderId

This call will return a JSON object with the order details.

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

OK