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

    Information about a single product within an order.

    interface OrderItem {
        cancellation?: ItemCancellation;
        expense?: ItemExpense;
        fulfillment?: ItemFulfillment;
        measurement?: Measurement;
        orderItemId: string;
        proceeds?: ItemProceeds;
        product: ItemProduct;
        programs?: string[];
        promotion?: ItemPromotion;
        quantityOrdered: number;
    }
    Index

    Properties

    cancellation?: ItemCancellation
    expense?: ItemExpense
    fulfillment?: ItemFulfillment
    measurement?: Measurement
    orderItemId: string

    A unique identifier for this specific item within the order.

    proceeds?: ItemProceeds
    product: ItemProduct
    programs?: string[]

    Special programs that apply specifically to this item within the order. Possible values: TRANSPARENCY, SUBSCRIBE_AND_SAVE

    promotion?: ItemPromotion
    quantityOrdered: number

    The number of units of this item that the customer ordered.