Fulfillment
Number of APIs: 5
-
Gets all order's 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}}
-
Order's fulfillment Update PUT https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}
-
Fulfillments POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments
-
Cancel fulfilment POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}/cancel