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

    An Amazon order item identifier and a quantity.

    interface Item {
        DangerousGoodsDetails?: DangerousGoodsDetails;
        IsHazmat?: boolean;
        ItemDescription?: string;
        ItemLevelSellerInputsList?: AdditionalSellerInputs[];
        ItemWeight?: Weight;
        LiquidVolume?: LiquidVolume;
        OrderItemId: string;
        Quantity: number;
        TransparencyCodeList?: string[];
    }
    Index

    Properties

    DangerousGoodsDetails?: DangerousGoodsDetails
    IsHazmat?: boolean

    When true, the item qualifies as hazardous materials (hazmat). Defaults to false.

    ItemDescription?: string

    The description of the item.

    ItemLevelSellerInputsList?: AdditionalSellerInputs[]

    A list of additional seller input pairs required to purchase shipping.

    ItemWeight?: Weight
    LiquidVolume?: LiquidVolume
    OrderItemId: string

    An Amazon-defined identifier for an individual item in an order.

    Quantity: number

    The number of items.

    TransparencyCodeList?: string[]

    A list of transparency codes.