Logo
Ecartapi.com Public API Documentation

Delete fulfillment event

DELETE https://api.ecartapi.com/api/v2/orders/{orderId}/fulfillments/{fulfillmentId}/events/{id}

Allowed values for status and meaning:

Ecartapi status E-commerce status E-commerce Description
pickup_ready readyforpickup The shipment is ready for pickup at a shipping depot.
created confirmed The carrier is aware of the shipment, but hasn't received it yet.
deliveryattemptfailed attempted_delivery Delivery of the shipment was attempted, but unable to be completed.
delivered delivered The shipment was successfully delivered.
failed failure Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.
in_transit in_transit The shipment is being transported between shipping facilities on the way to its destination.
outfordelivery outfordelivery The shipment is being delivered to its final destination.
other picked_up The fulfillment was successfully picked up.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true }



Curl
curl -X DELETE 'https://api.ecartapi.com/api/v2/orders/{orderId}/fulfillments/{fulfillmentId}/events/{id}' -H 'Authorization: access_token'

ENDPOINTS