# Fulfillment Items Fulfillment items are subordinate objects attached to their related fulfillment. ## Retrieve a fulfillment item - [GET /fulfillments_items/{fulfillment_item_id}](https://developer.zuora.com/other-api/quickstart-api/fulfillment-items/getfulfillmentitem.md): Retrieves the fulfillment item with the given ID. ## Update a fulfillment item - [PATCH /fulfillments_items/{fulfillment_item_id}](https://developer.zuora.com/other-api/quickstart-api/fulfillment-items/updatefulfillmentitem.md): Updates the specified fulfillment item by setting the values of the fields passed. Any fields not provided remain unchanged. ## Delete a fulfillment item - [DELETE /fulfillments_items/{fulfillment_item_id}](https://developer.zuora.com/other-api/quickstart-api/fulfillment-items/deletefulfillmentitem.md): Permanently deletes a fulfillment item. This operation cannot be undone. ## List fulfillment items - [GET /fulfillments_items](https://developer.zuora.com/other-api/quickstart-api/fulfillment-items/getfulfillmentitems.md): Returns a dictionary with a data property that contains an array of fulfillment items, starting after the cursor, if used. Each entry in the array is a separate fulfillment item object. If no more fulfillment item are available, the resulting array will be empty. This request should never return an error. ## Create a fulfillment item - [POST /fulfillments_items](https://developer.zuora.com/other-api/quickstart-api/fulfillment-items/createfulfillmentitem.md): Creates a new fulfillment item object. ## Create fulfillment items - [POST /fulfillments_items/bulk_create](https://developer.zuora.com/other-api/quickstart-api/fulfillment-items/createfulfillmentitems.md): Bulk create fulfillment items.