Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Quantity details for a SKU as part of a shipment

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

    The merchant stock keeping unit