Supported Requests by Cart-Ecart-Orders
Number of APIs: 9
-
Count all orders GET https://api.ecartapi.com/api/v2/orders/count
-
Get a single order GET https://api.ecartapi.com/api/v2/orders/{{id}}
-
Orders POST localhost:3000/api/v2/orders
-
Cancel Order POST https://api.ecartapi.com/api/v2/orders/{{id}}/cancel
-
Fulfillments POST localhost:3000/api/v2/orders/{{orderId}}/fulfillments
-
Orders fulfillment Update PUT localhost:3000/api/v2/orders/{{orderId}}/fulfillments/{{id}}
-
Get all order's fulfillments GET localhost:3000/api/v2/orders/{{orderId}}/fulfillments
-
Get a single order fulfillment GET localhost:3000/api/v2/orders/{{orderId}}/fulfillments/{{id}}