Inbound | PATCH | /
...
master/
...
sku-listings
Summary
This API can will be used only by ERP system channel to update the listings for ERP Channels in Increff systemof the ERP(itself) or other marketplaces (mapped against the same client entity).
Description
This API will be used only by the ERP system to update the listings of the ERP type channel or other marketplace channels created in the Increff system(mapped against the same client entity).
This API can be used to update the
ChannelSkuId
toleranceDays
,ChannelSkuCode
andChannelSerialCod
ChannelSerialCode
attribute values for a particular listing.
Request
Code Block | ||
---|---|---|
| ||
{ "channelIdchannelName": "CHANNEL_IDMYNTRAV4", "updateLisitingskuListings": [ { "channelSkuCode": "sku", "toleranceDays": 1, "modifiedChannelSkuCode": "sku1", "modifiedChannelSerialCode": "sku1" } ] } |
Parameter | Data Type | Description | Mandatory |
---|
channelId
| String |
The channel name | Yes |
updateLisiting
|
Object [] | 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" } ] } |