Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  1. 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).

  2. This API can be used to update the ChannelSkuId toleranceDays,ChannelSkuCode and ChannelSerialCod ChannelSerialCode attribute values for a particular listing.

Request

Code Block
languagejson
{
    "channelIdchannelName": "CHANNEL_IDMYNTRAV4",
    "updateLisitingskuListings": [
        {
            "channelSkuCode": "sku",
            "toleranceDays": 1,
            "modifiedChannelSkuCode": "sku1",
            "modifiedChannelSerialCode": "sku1"
        }
    ]
}

 

Parameter

Data Type

Description

Mandatory

channelId

channelName

String

Channel ID

The channel name

Yes

updateLisiting

skuListings

List<skuListing>

Object []

List of objects of listings

Yes

updateLisiting.

channelSkuId

channelSkuCode

String

Existing

The existing channel SKU

id

code

Yes

updateLisiting.toleranceDays

Integer

Tolerance

The updated tolerance day of perishable SKUs. This should be sent only in case the SKU is perishable

No

updateLisiting.

modifiedChannelSkuId

modifiedChannelSkuCode

String

The updated channel SKU

id

code

No

updateLisiting.modifiedChannelSerialCode

String

The updated channel serial code

No

Response

Code Block
languagejson
{
    "failureList": [],
    "successList": [
        {
            "channelSkuCode": "sku",
            "toleranceDays": 1,
            "modifiedChannelSkuCode": "sku1",
            "modifiedChannelSerialCode": "sku1"
        }
    ]
}

Http Status: 200