Selling Partner API SDK for JavaScript
    Preparing search index...

    Information about the line item being confirmed or rejected.

    interface LineItem {
        id: string;
        quantity?: number;
    }
    Index

    Properties

    Properties

    id: string

    The identifier of the line item from the shipment that is being confirmed or rejected by the seller.

    quantity?: number

    The quantity of the line item.