patch deprecatedhttps://api.mollie.com/v2/orders//lines/
⚠️ We no longer recommend using the Orders API. Please refer to the Payments API instead.
Update an order line belonging to an order. Only lines with status created
, pending
, or authorized
can be updated.
This endpoint is useful for cases where specific details of an order line are changed. For example, if a customer changes a red shirt for a blue one of the same model. In this case only specific properties of the order line need to be updated, such as the name
, the imageUrl
, and perhaps the amount
.
To swap out an order line for an entirely new order line, use the Manage order lines endpoint instead.
For an in-depth explanation of each parameter, refer to the lines
parameter of the Create order endpoint.
Access with