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

    A listing restriction, optionally qualified by a condition, with a list of reasons for the restriction.

    interface Restriction {
        conditionType?: RestrictionConditionTypeEnum;
        marketplaceId: string;
        reasons?: Reason[];
    }
    Index

    Properties

    The condition that applies to the restriction.

    marketplaceId: string

    A marketplace identifier. Identifies the Amazon marketplace where the restriction is enforced.

    reasons?: Reason[]

    A list of reasons for the restriction.