Skip to content

Update Line Item Notes

PUT
/line_items/{id}

Add notes or additional options to a line item.

id
required
integer

ID of the line item to update.

object
additional_options

Notes or additional options for the line item.

string
Example
{
"additional_options": "Customer wants custom engraving on this."
}

The line item notes were successfully updated.

The line item was not found. Ensure the line item ID is correct.