Interface ProductPricingApiModelListingOffersRequestParams

ListingOffersRequestParams

interface ProductPricingApiModelListingOffersRequestParams {
    CustomerType?:
        | ProductPricingApiModelCustomerType
        | "Consumer"
        | "Business";
    ItemCondition: | "Refurbished"
    | "Club"
    | "New"
    | ProductPricingApiModelItemCondition
    | "Used"
    | "Collectible";
    MarketplaceId: string;
    SellerSKU: string;
}

Properties

CustomerType?: ProductPricingApiModelCustomerType | "Consumer" | "Business"

ListingOffersRequestParams

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

ListingOffersRequestParams

MarketplaceId: string

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

ListingOffersRequestParams

SellerSKU: string

The seller stock keeping unit (SKU) of the item. This is the same SKU passed as a path parameter.

ListingOffersRequestParams

MMNEPVFCICPMFPCPTTAAATR