Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    asin: string

    The ASIN of the item.

    fulfillmentType?: FulfillmentType
    marketplaceId: string

    The MarketplaceID is the globally unique identifier of an Amazon store. To find the ID for your Amazon store, refer to Amazon store 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.