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

    Represents a product with the SKU details and the corresponding quantity.

    interface ProductQuantity {
        attributes?: ProductAttribute[];
        expiration?: string;
        prepDetails?: PrepDetails;
        quantity: number;
        sku: string;
    }
    Index

    Properties

    attributes?: ProductAttribute[]

    Contains attributes for this instance of the product. For example, item color, or other attributes that distinguish the product beyond the SKU. This is metadata for the product and Amazon does not process this data.

    expiration?: string

    The expiration date for the SKU. Values are in ISO 8601 date-time format.

    prepDetails?: PrepDetails
    quantity: number

    Product quantity.

    sku: string

    The seller or merchant SKU.