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

    Information about the line item being confirmed or rejected.

    interface LineItem {
        id: string;
        quantity?: number;
    }
    Index
    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.