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

    An item in the Amazon catalog for promotion selection.

    interface Item {
        asin?: string;
        benefit?: ItemBenefit;
        budget?: Budget;
        sku?: string;
    }
    Index
    asin?: string

    The Amazon Standard Identification Number (ASIN) is the unique identifier for an item in the Amazon catalog.

    benefit?: ItemBenefit
    budget?: Budget
    sku?: string

    The Stock Keeping Unit (SKU).