orders
Number of APIs: 5
-
Retrieving details about an order (by a customer) GET {{api-url}}/order-v2/{{tenant}}/orders/{{orderId}}
-
Creating new order (by a customer) POST {{api-url}}/order-v2/{{tenant}}/orders
-
Updating the status of the specific order (by a customer) POST {{api-url}}/order-v2/{{tenant}}/orders/{{orderId}}/transitions
-
Retrieving status transitions for the specific order (by a customer) GET {{api-url}}/order/{{tenant}}/orders/{{orderId}}/transitions
-
Retrieving a list of orders (for customer) GET {{api-url}}/order-v2/{{tenant}}/orders