Interface ProductPricingApiModelV20220501OfferIdentifier

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

OfferIdentifier

interface ProductPricingApiModelV20220501OfferIdentifier {
    asin: string;
    fulfillmentType?:
        | "MFN"
        | "AFN"
        | ProductPricingApiModelV20220501FulfillmentType;
    marketplaceId: string;
    sellerId?: string;
    sku?: string;
}

Properties

asin: string

The ASIN of the item.

OfferIdentifier

fulfillmentType?: "MFN" | "AFN" | ProductPricingApiModelV20220501FulfillmentType

OfferIdentifier

marketplaceId: string

A marketplace identifier. Specifies the marketplace for which data is returned.

OfferIdentifier

sellerId?: string

The seller identifier for the offer.

OfferIdentifier

sku?: string

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

OfferIdentifier

MMNEPVFCICPMFPCPTTAAATR