CreateOrder
Required data for creating an order.
Fields
Field | Description |
---|---|
events int[] | Event IDs that might end up in this order, this is optional. Example value:[ 324, 131 ] |
products int[] | Product IDs that might end up in this order, this is optional. Example value:[ 574, 186 ] |
saleschannelid int (required) | Sales channel in which this order is created Example value:1 |
Example
1{
2 "events": [ 324, 131 ],
3 "products": [ 574, 186 ],
4 "saleschannelid": 1
5}