...
Code Block | ||
---|---|---|
| ||
{ "channelIdchannelName": "MYNTRAV4", "updateLisitingskuListings": [ { "channelSkuCode": "sku", "toleranceDays": 1, "modifiedChannelSkuCode": "sku1", "modifiedChannelSerialCode": "sku1" } ] } |
Parameter | Data Type | Description | Mandatory |
---|---|---|---|
| String | The channel name | Yes |
| List<skuListing> | List of objects of listings | Yes |
| String | The existing channel SKU code | Yes |
| Integer | The updated tolerance day of perishable SKUs. This should be sent only in case the SKU is perishable | No |
| String | The updated channel SKU code | No |
| String | The updated channel serial code | No |
Response
Code Block | ||
---|---|---|
| ||
{ "failureList": [], "successList": [ { "channelSkuCode": "sku", "toleranceDays": 1, "modifiedChannelSkuCode": "sku1", "modifiedChannelSerialCode": "sku1" } ] } |
...