Selling Partner API SDK for JavaScript
    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

    Properties

    Properties

    lineItem: LineItem

    The reason for the rejection of the line item.