AddProducts

Request data used to add products to an order.

Fields

FieldDescription
products
CreateProduct[] 
(required)

Product information

Example value:[ { "productid": 345 } ]

Example

1{
2    "products": [
3        {
4            "productid": 345
5        }
6    ]
7}