Welcome to Zuora Product Documentation

Explore our rich library of product information

Order line item updation to enable fulfillments addition using REST API

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

Use the Update an order line item to enable addition of fulfillments.

Request

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

Request Body

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