salesorders

Number of APIs: 10

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

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

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

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

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

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

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

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

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

  10. Deleting order (by a merchant) DELETE {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}