Supported Requests by Cart-Ecart-Orders

Number of APIs: 9

  1. Get all orders GET https://api.ecartapi.com/api/v2/orders

  2. Count all orders GET https://api.ecartapi.com/api/v2/orders/count

  3. Get a single order GET https://api.ecartapi.com/api/v2/orders/{{id}}

  4. Orders POST localhost:3000/api/v2/orders

  5. Cancel Order POST https://api.ecartapi.com/api/v2/orders/{{id}}/cancel

  6. Fulfillments POST localhost:3000/api/v2/orders/{{orderId}}/fulfillments

  7. Orders fulfillment Update PUT localhost:3000/api/v2/orders/{{orderId}}/fulfillments/{{id}}

  8. Get all order's fulfillments GET localhost:3000/api/v2/orders/{{orderId}}/fulfillments

  9. Get a single order fulfillment GET localhost:3000/api/v2/orders/{{orderId}}/fulfillments/{{id}}