Welcome to Zuora Product Documentation

Explore our rich library of product information

Update or cancel a fulfillment using the REST API (Part 2)

This topic explains how to update a fulfillment from the Executing state to the Cancelled state using the REST API.

Use the Update a fulfillment operation to cancel a fulfillment.

The following API request updates a fulfillment from the Executing state to the Cancelled state.

Request

PUT {{host}}/apps/v1/fulfillments/{key}

Request Body

{
"state": "Cancelled"
}

Use the Update a fulfillment operation to cancel a fulfillment.

The following API request updates a fulfillment from the Executing state to the Cancelled state.