Interface ListingsRestrictionsApiModelListingsApiGetListingsRestrictionsRequest

Request parameters for getListingsRestrictions operation in ListingsApi.

ListingsApiGetListingsRestrictionsRequest

interface ListingsRestrictionsApiModelListingsApiGetListingsRestrictionsRequest {
    asin: string;
    conditionType?:
        | "new_new"
        | "new_open_box"
        | "new_oem"
        | "refurbished_refurbished"
        | "used_like_new"
        | "used_very_good"
        | "used_good"
        | "used_acceptable"
        | "collectible_like_new"
        | "collectible_very_good"
        | "collectible_good"
        | "collectible_acceptable"
        | "club_club";
    marketplaceIds: string[];
    reasonLocale?: string;
    sellerId: string;
}

Properties

asin: string

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

ListingsApiGetListingsRestrictions

conditionType?:
    | "new_new"
    | "new_open_box"
    | "new_oem"
    | "refurbished_refurbished"
    | "used_like_new"
    | "used_very_good"
    | "used_good"
    | "used_acceptable"
    | "collectible_like_new"
    | "collectible_very_good"
    | "collectible_good"
    | "collectible_acceptable"
    | "club_club"

The condition used to filter restrictions.

ListingsApiGetListingsRestrictions

marketplaceIds: string[]

A comma-delimited list of Amazon marketplace identifiers for the request.

ListingsApiGetListingsRestrictions

reasonLocale?: string

A locale for reason text localization. When not provided, the default language code of the first marketplace is used. Examples: "en_US", "fr_CA", "fr_FR". Localized messages default to "en_US" when a localization is not available in the specified locale.

ListingsApiGetListingsRestrictions

sellerId: string

A selling partner identifier, such as a merchant account.

ListingsApiGetListingsRestrictions

MMNEPVFCICPMFPCPTTAAATR