BatchOrderUpdateField
Field to update on order
Fields
Field | Description |
---|---|
key string (required) | The name of the field, can either be a custom field or one of the following fixed fields ( "deliveryscenarioid" |
updatetype string (required) | The type of update that needs to be done on the field. Can either be "set" |
value mixed (required) | The value of the field Example value:3.000000 |
Example
1{
2 "key": "deliveryscenarioid",
3 "updatetype": "set",
4 "value": 3.000000
5}