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

    Identifies an offer from a particular seller for a specified ASIN.

    interface OfferIdentifier {
        asin: string;
        fulfillmentType?: FulfillmentType;
        marketplaceId: string;
        sellerId?: string;
        sku?: string;
    }
    Index

    Properties

    asin: string

    The ASIN of the item.

    fulfillmentType?: FulfillmentType
    marketplaceId: string

    The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

    sellerId?: string

    The seller identifier for the offer.

    sku?: string

    The seller SKU of the item. This will only be present for the target offer, which belongs to the requesting seller.