orders

Number of APIs: 5

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

  2. Creating new order (by a customer) POST {{api-url}}/order-v2/{{tenant}}/orders

  3. Updating the status of the specific order (by a customer) POST {{api-url}}/order-v2/{{tenant}}/orders/{{orderId}}/transitions

  4. Retrieving status transitions for the specific order (by a customer) GET {{api-url}}/order/{{tenant}}/orders/{{orderId}}/transitions

  5. Retrieving a list of orders (for customer) GET {{api-url}}/order-v2/{{tenant}}/orders