Welcome to Zuora Product Documentation

Explore our rich library of product information

Order line item updation using REST API (Part 2)

This topic provides instructions for updating an order line item to enable the addition of fulfillments.

The following API request updates an existing order line item to allow adding fulfillments to an order line item.

Request

PUT /v1/order-line-items/{itemId}

Request Body

{
"itemName": "fulfillmentOLI",
"billingRule": "TriggerAsFulfillmentOccurs"
}