post
https://api.ecartapi.com/api/v2/orders//fulfillments//events
This resource allows you to create an event to update the status of a fulfillment. For Zoho, only two statuses are supported: shipped and delivered.
When a fulfillment is created, it is automatically assigned the status shipped. If you wish to update the status to delivered, you can do so using the following payload:
{
"event": {
"status": "delivered"
}
}
Additionally, the status pickup_ready will also update the fulfillment status in Zoho to delivered