Supported Requests by Cart-Shopify-Orders
Number of APIs: 13
-
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}}
-
Order Update PUT https://api.ecartapi.com/api/v2/orders/{{id}}
-
Draft order complete POST https://api.ecartapi.com/api/v2/orders/{{id}}/complete
-
Get all order's fulfillments GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments
-
Get a single order fulfillment GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}
-
Fulfillments POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments
-
Cancel Fulfillment POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}/cancel