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

    An associated order item that a customer has purchased with the product. For example, a tire installation service purchased with tires.

    interface AssociatedOrderItem {
        associationType?: string;
        orderId?: string;
        orderItemId?: string;
    }
    Index

    Properties

    associationType?: string

    The type of association between the order items. Possible values: - VALUE_ADD_SERVICE (The associated item is a service order)

    orderId?: string

    The order identifier of the associated order item.

    orderItemId?: string

    The order item identifier of the associated order item.