Item identifier and serial number information.

Item

interface Item {
    orderItemId?: string;
    orderItemSerialNumbers?: string[];
}

Properties

orderItemId?: string

The Amazon-defined order item identifier.

Item

orderItemSerialNumbers?: string[]

A list of serial numbers for the items associated with the OrderItemId value.

Item