Interface AmazonWarehousingAndDistributionModelInventorySummary

Summary of inventory per SKU.

InventorySummary

interface AmazonWarehousingAndDistributionModelInventorySummary {
    expirationDetails?: AmazonWarehousingAndDistributionModelExpirationDetails[];
    inventoryDetails?: AmazonWarehousingAndDistributionModelInventoryDetails;
    sku: string;
    totalInboundQuantity?: number;
    totalOnhandQuantity?: number;
}

Properties

The expiration details of the inventory. This object will only appear if the details parameter in the request is set to SHOW.

InventorySummary

InventorySummary

sku: string

The seller or merchant SKU.

InventorySummary

totalInboundQuantity?: number

Total quantity that is in-transit from the seller and has not yet been received at an AWD Distribution Center

InventorySummary

totalOnhandQuantity?: number

Total quantity that is present in AWD distribution centers.

InventorySummary

MMNEPVFCICPMFPCPTTAAATR