...
Code Block |
---|
{
"locationCode": "wd003",
"products": [
{
"quantity": 40,
"channelSkuCode":"ITEM302",
"channelSerialCode":"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 |
| String | Channel Serial number | yes |
| int | Ordered Quantity | yes |
...