Post update Inventory for the Product

To change inventory levels of upto 1000 SUPCs

Request

📘

Note

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

List of InventoryFeed objects in the body

InventoryFeed :

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

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