Logo
Ecartapi.com Public API Documentation

Create fulfillment Event

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

Possible values for status:

'shipped', 'receivedatpostoffice', 'intransit', 'outfordelivery', 'deliveryattemptfailed', 'delayed', 'pickupready', 'delivered', 'returnedto_sender', 'lost', 'failed'

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status





Curl
curl -X POST 'https://api.ecartapi.com/api/v2/orders/orderId/fulfillments/events' -H 'Authorization: access_token' -d '{"event":{"status":"delivered","description":"Objeto entregue ao destinatário","city":"São Paulo","province":"São Paulo","country":"BR","estimatedDeliveryAt":"2013-04-22"}}'

ENDPOINTS