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

    Schema to identify an item by MarketPlaceId and ASIN.

    interface ASINIdentifier {
        ASIN: string;
        MarketplaceId: string;
    }
    Index
    ASIN: string

    The Amazon Standard Identification Number (ASIN) of the item.

    MarketplaceId: string

    A marketplace identifier.