REST ADMIN-API Order Update line_items property

Hi,

I have a question about the REST ADMIN-API.

If I do a GET from orders, then I get under line_items the paid articles and their is also an array properties. For Example:
““properties”: [
{
“name”: “Bundle discount”,
“value”: “applied”
},
{
“name”: “_mbc_bundle_id”,
“value”: “66428”
}
],”

Is it possible to update the values of the properties? Or add an new property over the API?

Esat

Hi there :waving_hand:

It is not possible to edit the order line items with the REST API.

It is possible to add the order line items with the GraphQL API, but not just add the properties.