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

Export

AssociatedItem

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

Properties

AssociationType?: "VALUE_ADD_SERVICE"

Memberof

AssociatedItem

OrderId?: string

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

Memberof

AssociatedItem

OrderItemId?: string

An Amazon-defined item identifier for the associated item.

Memberof

AssociatedItem