v1
latestOpenAPI 3.0.32026-07-1793060.0 KBOrders
Update order
Update order
patch/api/v1/orders/1
Request body
Example request
{
"data": {
"attributes": {
"notes": "What a lovely day!"
},
"id": "1",
"type": "orders"
}
}Update order
{
"data": {
"attributes": {
"notes": "What a lovely day!"
},
"id": "1",
"type": "orders"
}
}