order
Number of APIs: 18
Create an order from a cart.
Key Features: * Create orders with products that have indicative prices (e.g. price is only known after an item has been weighed) * Create a sales order * Show order history * Convert historic orders into current order
Key Benefits: * Built for high volume / throughput * Never let a customer not place an order * Make it easy for your customers to order from last order * Make order queues, virtual waiting queues a thing of the past * Benefit from automatic / elastic scaling to cope easily with peak order volume
-
salesorders - Updating order status (by a merchant) POST {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}/transitions
-
salesorders - Retrieving order by ID (by a merchant) GET {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}
-
salesorders - Retrieving orders (by a merchant) GET {{api-url}}/order-v2/{{tenant}}/salesorders
-
salesorders - Creating new order (by a merchant) POST {{api-url}}/order-v2/{{tenant}}/salesorders
-
salesorders - Retrieving number of orders HEAD {{api-url}}/order-v2/{{tenant}}/salesorders
-
salesorders - Updating order partially (by a merchant) PATCH {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}?recalculate=false
-
salesorders - Updating order (by a merchant) PUT {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}?recalculate=false
-
salesorders - Recalculating number of entries POST {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}/calculations
-
salesorders - Retrieving status transitions for the specific order (by a merchant) GET {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}/transitions
-
orders - Retrieving details about an order (by a customer) GET {{api-url}}/order-v2/{{tenant}}/orders/{{orderId}}