BatchOrderOperation

Batch operations performed on orders

Fields

FieldDescription
ids
int[]

Restrict operation to supplied IDs, if these ids are not specified all events are updated.

Example value:[ 1, 34, 29 ]
operation
string 
(required)

Operation to perform, possible values are: emaildelivery , update, pdf

Example value:"update"
parameters

Operation-specific parameters

Example

1{
2    "ids": [ 1, 34, 29 ],
3    "operation": "update",
4    "parameters": {
5
6    }
7}