Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface RejectionReason

    The reason for rejecting the order's regulated information. This is only present if the order is rejected.

    interface RejectionReason {
        RejectionReasonDescription: string;
        RejectionReasonId: string;
    }
    Index
    RejectionReasonDescription: string

    The description of this rejection reason.

    RejectionReasonId: string

    The unique identifier for the rejection reason.