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

    An item that is associated with an order item. For example, a tire installation service that is purchased with tires.

    interface AssociatedItem {
        AssociationType?: "VALUE_ADD_SERVICE";
        OrderId?: string;
        OrderItemId?: string;
    }
    Index

    Properties

    AssociationType?: "VALUE_ADD_SERVICE"
    OrderId?: string

    The order item's order identifier, in 3-7-7 format.

    OrderItemId?: string

    An Amazon-defined item identifier for the associated item.