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

    Information about the line item being confirmed or rejected and the reason for the rejection.

    interface LineItemWithReason {
        lineItem: LineItem;
        reason?: LineItemWithReasonReasonEnum;
    }
    Index
    lineItem: LineItem

    The reason for the rejection of the line item.