A reason for the restriction, including path forward links that may allow Selling Partners to remove the restriction, if available.

Export

Reason

interface Reason {
    links?: Link[];
    message: string;
    reasonCode?: ReasonReasonCodeEnum;
}

Properties

links?: Link[]

A list of path forward links that may allow Selling Partners to remove the restriction.

Memberof

Reason

message: string

A message describing the reason for the restriction.

Memberof

Reason

A code indicating why the listing is restricted.

Memberof

Reason