salesorders
Number of APIs: 10
-
Updating order status (by a merchant) POST {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}/transitions
-
Retrieving order by ID (by a merchant) GET {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}
-
Retrieving orders (by a merchant) GET {{api-url}}/order-v2/{{tenant}}/salesorders
-
Creating new order (by a merchant) POST {{api-url}}/order-v2/{{tenant}}/salesorders
-
Retrieving number of orders HEAD {{api-url}}/order-v2/{{tenant}}/salesorders
-
Updating order partially (by a merchant) PATCH {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}?recalculate=false
-
Updating order (by a merchant) PUT {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}?recalculate=false
-
Recalculating number of entries POST {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}/calculations
-
Retrieving status transitions for the specific order (by a merchant) GET {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}/transitions
-
Deleting order (by a merchant) DELETE {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}