Logo
Ecartapi.com Public API Documentation

Supported Requests by Cart-Shopify-Orders

Number of APIs: 13


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. Order Update

PUT https://api.ecartapi.com/api/v2/orders/{{id}}



5. Order

DELETE https://api.ecartapi.com/api/v2/orders/{{id}}



6. Draft order complete

POST https://api.ecartapi.com/api/v2/orders/{{id}}/complete



7. Get all order's fulfillments

GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments



8. Get a single order fulfillment

GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}



9. Fulfillments

POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments



10. Cancel Fulfillment

POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}/cancel



ENDPOINTS