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

    An item in a package.

    interface Item {
        dangerousGoodsDetails?: DangerousGoodsDetails;
        description?: string;
        directFulfillmentItemIdentifiers?: DirectFulfillmentItemIdentifiers;
        invoiceDetails?: InvoiceDetails;
        isHazmat?: boolean;
        itemIdentifier?: string;
        itemValue?: Currency;
        liquidVolume?: LiquidVolume;
        productType?: string;
        quantity: number;
        serialNumbers?: string[];
        weight?: Weight;
    }
    Index

    Properties

    dangerousGoodsDetails?: DangerousGoodsDetails
    description?: string

    The product description of the item.

    directFulfillmentItemIdentifiers?: DirectFulfillmentItemIdentifiers
    invoiceDetails?: InvoiceDetails
    isHazmat?: boolean

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

    itemIdentifier?: string

    A unique identifier for an item provided by the client.

    itemValue?: Currency
    liquidVolume?: LiquidVolume
    productType?: string

    The product type of the item.

    quantity: number

    The number of units. This value is required.

    serialNumbers?: string[]

    A list of unique serial numbers in an Amazon package that can be used to guarantee non-fraudulent items. The number of serial numbers in the list must be less than or equal to the quantity of items being shipped. Only applicable when channel source is Amazon.

    weight?: Weight