Supported Requests by Cart-WooCommerce-Orders
Number of APIs: 9
-
Get a single order GET https://api.ecartapi.com/api/v2/orders/{{id}}
-
Order Update PUT https://api.ecartapi.com/api/v2/orders/{{id}}
-
Get all order fulfillments GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments
-
Gets 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