AddProducts
Request data used to add products to an order.
Fields
Field | Description |
---|---|
products
|
Product information Example value:[ { "productid": 345 } ] |
Example
1{
2 "products": [
3 {
4 "productid": 345
5 }
6 ]
7}