| Type | Update |
| List | Orders |
| URL | http://{domain}/api/v2/orders/update.json |
| Accepts Filters | No |
| Output Attributes |
No |
| Parameter | Type | Required | Notes |
Example |
|---|---|---|---|---|
| id |
int | Yes | Order ID |
44 |
| notes | string | No |
|
|
| attributes | int | No |
|
See attribute documentation. |
{
"code": "200",
"data": [
{
"id": "1",
"title": "Order 10000",
"tag": "6JLS05DNEBSWH6EZVH56VJX23"
}
]
}