Create fulfillment event (Zoho Inventory)

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

Language
Credentials
Header
Click Try It! to start a request and see the response here!