Welcome to Zuora Product Documentation

Explore our rich library of product information

Fulfillment updation or cancelation using the REST API (Part 1)

Use the Update a fulfillment operation to update a fulfillment.

The following API request updates a fulfillment from the Executing state to the Booked state, and updates the quantity and trackingNumber fields.

Request

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

Request Body

{
"state": "Booked",
"quantity": 2,
"description": "return fulfillment",
"trackingNumber": "T-0009874"
}