Get Inventory Bulk

Returns the seller's inventories for the given SUPCs with a limit of 10.

Request

ParameterNameDataTypeParameterTypeRequirementDescription
supcsStringQueryMandatorycomma separated supcs

Response

metadata :

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

payload : List of InventoryDetail objects

InventoryDetail :

FieldNameDataTypeDescription
availableInventoryIntegeravailableInventory
supcStringsupc
sellerSkuStringSeller's unique identifier of the product
livebooleanWhether the product is live or not
liveDisableMsgStringReason why product is not live.
If product is live, value will be null.
Language
Authorization