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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the fulfillment.

string
required

The unique identifier of the order.

Body Params
event
object
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json