Inventory summary for a specific item.

InventorySummary

interface InventorySummary {
    asin?: string;
    condition?: string;
    fnSku?: string;
    inventoryDetails?: InventoryDetails;
    lastUpdatedTime?: string;
    productName?: string;
    sellerSku?: string;
    stores?: string[];
    totalQuantity?: number;
}

Properties

asin?: string

The Amazon Standard Identification Number (ASIN) of an item.

InventorySummary

condition?: string

The condition of the item as described by the seller (for example, New Item).

InventorySummary

fnSku?: string

Amazon's fulfillment network SKU identifier.

InventorySummary

inventoryDetails?: InventoryDetails

InventorySummary

lastUpdatedTime?: string

The date and time that any quantity was last updated.

InventorySummary

productName?: string

The localized language product title of the item within the specific marketplace.

InventorySummary

sellerSku?: string

The seller SKU of the item.

InventorySummary

stores?: string[]

A list of seller-enrolled stores that apply to this seller SKU.

InventorySummary

totalQuantity?: number

The total number of units in an inbound shipment or in Amazon fulfillment centers.

InventorySummary