Request parameters for getListingsRestrictions operation in ListingsApi.

ListingsApiGetListingsRestrictionsRequest

interface ListingsApiGetListingsRestrictionsRequest {
    asin: string;
    conditionType?: GetListingsRestrictionsConditionTypeEnum;
    marketplaceIds: string[];
    reasonLocale?: string;
    sellerId: string;
}

Properties

asin: string

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

ListingsApiGetListingsRestrictions

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