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

    Information about an item associated with the service job.

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

    Properties

    asin?: string

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

    brandName?: string

    The brand name of the item.

    itemDelivery?: ItemDelivery

    The status of the item.

    orderId?: string

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

    quantity?: number

    The total number of items included in the order.

    title?: string

    The title of the item.