Inbound | PATCH | /push/skuListing
Summary
This API can be used by ERP system to update the listings for ERP Channels in Increff system.
Description
This API will be used only by the ERP system to update the listings of the ERP type channel created in Increff system.
This API can be used to update the
ChannelSkuId
andChannelSerialCod
attribute values for a particular listing.
Request
{ "channelId": "CHANNEL_ID", "updateLisiting": [ { "channelSkuCode": "sku", "toleranceDays": 1, "modifiedChannelSkuCode": "sku1", "modifiedChannelSerialCode": "sku1" } ] }
Parameter | Data Type | Description | Mandatory |
---|---|---|---|
| String | Channel ID | Yes |
| List<skuListing> | List of objects of listings | Yes |
| String | Existing channel SKU id | Yes |
| Integer | Tolerance day of the SKU | No |
| String | The updated channel SKU id | No |
| String | The updated channel serial code | No |
Response
{ "failureList": [], "successList": [ { "channelSkuCode": "sku", "toleranceDays": 1, "modifiedChannelSkuCode": "sku1", "modifiedChannelSerialCode": "sku1" } ] }