Information about an item associated with the service job.

AssociatedItem

interface ServicesApiModelAssociatedItem {
    asin?: string;
    brandName?: string;
    itemDelivery?: ServicesApiModelItemDelivery;
    itemStatus?:
        | "CANCELLED"
        | "SHIPPED"
        | "DELIVERED"
        | "ACTIVE"
        | ServicesApiModelAssociatedItemItemStatusEnum;
    orderId?: string;
    quantity?: number;
    title?: string;
}

Properties

asin?: string

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

AssociatedItem

brandName?: string

The brand name of the item.

AssociatedItem

AssociatedItem

itemStatus?:
    | "CANCELLED"
    | "SHIPPED"
    | "DELIVERED"
    | "ACTIVE"
    | ServicesApiModelAssociatedItemItemStatusEnum

The status of the item.

AssociatedItem

orderId?: string

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

AssociatedItem

quantity?: number

The total number of items included in the order.

AssociatedItem

title?: string

The title of the item.

AssociatedItem

MMNEPVFCICPMFPCPTTAAATR