Selling Partner API SDK for JavaScript
    Preparing search index...

    Quantity details for a SKU as part of a shipment

    interface SkuQuantity {
        expectedQuantity: InventoryQuantity;
        receivedQuantity?: InventoryQuantity;
        sku: string;
    }
    Index

    Properties

    expectedQuantity: InventoryQuantity
    receivedQuantity?: InventoryQuantity
    sku: string

    The merchant stock keeping unit