Supported Requests by Cart-Shopify-Fulfillments
Number of APIs: 6
-
Orders fulfillment Update PUT https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}
-
Cancel Fulfillment POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}/cancel
-
Order fulfillment locations GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/locations
-
Fulfillments POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments
-
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}}