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

  1. salesorders - Updating order status (by a merchant) POST {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}/transitions

  2. salesorders - Retrieving order by ID (by a merchant) GET {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}

  3. salesorders - Retrieving orders (by a merchant) GET {{api-url}}/order-v2/{{tenant}}/salesorders

  4. salesorders - Creating new order (by a merchant) POST {{api-url}}/order-v2/{{tenant}}/salesorders

  5. salesorders - Retrieving number of orders HEAD {{api-url}}/order-v2/{{tenant}}/salesorders

  6. salesorders - Updating order partially (by a merchant) PATCH {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}?recalculate=false

  7. salesorders - Updating order (by a merchant) PUT {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}?recalculate=false

  8. salesorders - Recalculating number of entries POST {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}/calculations

  9. salesorders - Retrieving status transitions for the specific order (by a merchant) GET {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}/transitions

  10. orders - Retrieving details about an order (by a customer) GET {{api-url}}/order-v2/{{tenant}}/orders/{{orderId}}