Information that identifies an item.

ItemIdentifier

interface ProductPricingApiModelItemIdentifier {
    ASIN?: string;
    ItemCondition:
        | "Refurbished"
        | "Club"
        | "New"
        | "Used"
        | "Collectible"
        | ProductPricingApiModelConditionType;
    MarketplaceId: string;
    SellerSKU?: string;
}

Properties

ASIN?: string

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

ItemIdentifier

ItemCondition:
    | "Refurbished"
    | "Club"
    | "New"
    | "Used"
    | "Collectible"
    | ProductPricingApiModelConditionType

ItemIdentifier

MarketplaceId: string

A marketplace identifier. Specifies the marketplace from which prices are returned.

ItemIdentifier

SellerSKU?: string

The seller stock keeping unit (SKU) of the item.

ItemIdentifier

MMNEPVFCICPMFPCPTTAAATR