Post Update Price

Post updates on the seller's price for the given SUPCs with a limit of 1000.

📘

Note

In the request body for each update record either send supc or sku, not both.

Request

List of PricingFeed Objects in body

PricingFeed :

ParameterNameDataTypeParameterTypeRequirementDescription
supcStringBodyEither supc or sku is Mandatorysupc
skuStringBodyEither supc or sku is MandatorySeller sku(stock keeping unit)
mrpLongBodyMandatorymrp
sellingPriceLongBodyMandatorysellingPrice

Response

metadata :

FieldNameDataTypeDescription
requestIdStringUnique ID for the request
clientIdStringPartner Id
responseTimeLongResponse Time
requestedURIStringRequested URI
messageStringError message

payload :

FieldNameDataTypeDescription
uploadIdStringUpload Id

📘

Note

Use above uploadId in Get feed result api to get the products update status in chronological order..

Language
Authorization