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

    Alternative product that can be substituted for an original order item when it becomes unavailable during fulfillment.

    interface ItemSubstitutionOption {
        asin?: string;
        measurement?: Measurement;
        quantityOrdered?: number;
        sellerSku?: string;
        title?: string;
    }
    Index

    Properties

    asin?: string

    Amazon Standard Identification Number of the substitute product.

    measurement?: Measurement
    quantityOrdered?: number

    Number of units of the substitute item to be selected if substitution occurs.

    sellerSku?: string

    The item's seller stock keeping unit (SKU).

    title?: string

    Product name or title of the substitute item as displayed to customers.