Interface ListingsRestrictionsApiModelRestriction

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

Restriction

interface ListingsRestrictionsApiModelRestriction {
    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"
        | ListingsRestrictionsApiModelRestrictionConditionTypeEnum;
    marketplaceId: string;
    reasons?: ListingsRestrictionsApiModelReason[];
}

Properties

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"
    | ListingsRestrictionsApiModelRestrictionConditionTypeEnum

The condition that applies to the restriction.

Restriction

marketplaceId: string

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

Restriction

A list of reasons for the restriction.

Restriction

MMNEPVFCICPMFPCPTTAAATR