Answer the question
In order to leave comments, you need to log in
How to update order properties via rest api?
I try as in the example but does not work. It does not give any error, but it does not update the value either.
/rest/sale.order.update
{
"id": 1,
"fields": {
"comments": "Test Comment",
"statusId": "N",
"properties": [
{
"id": "1",
"orderPropsId": "1",
"value": "test"
}
]
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question