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

    Line Item information for a fulfillment order.

    interface OrderLineItem {
        amount: Amount;
        cancelledAmount?: Amount;
        fulfillmentConfiguration?: LineItemFulfillmentConfiguration;
        lineItemId: string;
        product: OrderProduct;
        unfulfillableAmount?: Amount;
    }
    Index
    amount: Amount
    cancelledAmount?: Amount
    fulfillmentConfiguration?: LineItemFulfillmentConfiguration
    lineItemId: string

    The line item identifier for the fulfillment order.

    product: OrderProduct
    unfulfillableAmount?: Amount