/
Update Channel Listings API for ERP Channels (New API) (Beta)

Update Channel Listings API for ERP Channels (New API) (Beta)

Inbound | PATCH | /master/sku-listings

Summary

This API will be used only by ERP channel to update the listings of 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 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 toleranceDays,ChannelSkuCode and ChannelSerialCode attribute values for a particular listing.

Request

{ "channelName": "MYNTRAV4", "skuListings": [ { "channelSkuCode": "sku", "toleranceDays": 1, "modifiedChannelSkuCode": "sku1", "modifiedChannelSerialCode": "sku1" } ] }

 

Parameter

Data Type

Description

Mandatory

Parameter

Data Type

Description

Mandatory

channelName

String

The channel name

Yes

skuListings

Object []

List of objects of listings

Yes

updateLisiting.channelSkuCode

String

The existing channel SKU code

Yes

updateLisiting.toleranceDays

Integer

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

No

updateLisiting.modifiedChannelSkuCode

String

The updated channel SKU code

No

updateLisiting.modifiedChannelSerialCode

String

The updated channel serial code

No

Response

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

Http Status: 200

 

Related content

Update Channel listings in CIMS
Update Channel listings in CIMS
More like this
Omni Sprint 72 Release Notes
Omni Sprint 72 Release Notes
Read with this
Create Marketplace SKU Mappings API (By ERP)
Create Marketplace SKU Mappings API (By ERP)
More like this
Outward Sales Posting APIs to POS (For Stores)
Outward Sales Posting APIs to POS (For Stores)
Read with this
Create Marketplace SKU Listings API (By Channel)
Create Marketplace SKU Listings API (By Channel)
More like this
Outward Sales Posting API (For ERP Systems) (Beta)
Outward Sales Posting API (For ERP Systems) (Beta)
Read with this