A request by a customer to purchase one or more products from a shop. An order is created as soon as a customer completes the checkout process. Depending on the shop settings, the order will be created before or after the payment process.
- GET /{shopId}/orders Base Now
- GET /{shopId}/orders/{orderId} Base Now
- PATCH /{shopId}/orders/{orderId} Base Now
- GET /{shopId}/orders/{orderId}/documents Base Now