...
Code Block |
---|
{
"locationCode": "wd003",
"products": [
{
"quantity": 40,
"clientSkuId": "302",
"channelSkuCode":"ITEM302"
}
]
} |
Parameter Name | Data Type | Description | Mandatory |
| String | Location from which inventory is being pushed | yes
|
| Object[] | List of products to be updated | yes |
| String | Scannable barcode on the product | yes |
| int | Ordered Quantity | yes |
...