Update Line Item Notes
PUT /line_items/{id}
PUT
/line_items/{id}
Add notes or additional options to a line item.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
ID of the line item to update.
Request Body
Section titled “Request Body ”object
additional_options
Notes or additional options for the line item.
string
Example
{ "additional_options": "Customer wants custom engraving on this."}
Responses
Section titled “ Responses ”The line item notes were successfully updated.
The line item was not found. Ensure the line item ID is correct.