Information about an item associated with the service job.

Export

AssociatedItem

interface AssociatedItem {
    asin?: string;
    brandName?: string;
    itemDelivery?: ItemDelivery;
    itemStatus?: AssociatedItemItemStatusEnum;
    orderId?: string;
    quantity?: number;
    title?: string;
}

Properties

asin?: string

The Amazon Standard Identification Number (ASIN) of the item.

Memberof

AssociatedItem

brandName?: string

The brand name of the item.

Memberof

AssociatedItem

itemDelivery?: ItemDelivery

Memberof

AssociatedItem

The status of the item.

Memberof

AssociatedItem

orderId?: string

The Amazon-defined identifier for an order placed by the buyer, in 3-7-7 format.

Memberof

AssociatedItem

quantity?: number

The total number of items included in the order.

Memberof

AssociatedItem

title?: string

The title of the item.

Memberof

AssociatedItem