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