Request parameters for getListingsRestrictions operation in ListingsApi.

Export

ListingsApiGetListingsRestrictionsRequest

interface ListingsApiGetListingsRestrictionsRequest {
    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.

Memberof

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.

Memberof

ListingsApiGetListingsRestrictions

marketplaceIds: string[]

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

Memberof

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.

Memberof

ListingsApiGetListingsRestrictions

sellerId: string

A selling partner identifier, such as a merchant account.

Memberof

ListingsApiGetListingsRestrictions