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

Export

Restriction

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

Properties

The condition that applies to the restriction.

Memberof

Restriction

marketplaceId: string

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

Memberof

Restriction

reasons?: Reason[]

A list of reasons for the restriction.

Memberof

Restriction