Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for getListingsRestrictions operation in ListingsRestrictionsApi.

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

    Properties

    asin: string

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

    The condition used to filter restrictions.

    marketplaceIds: string[]

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

    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.

    sellerId: string

    A selling partner identifier, such as a merchant account.