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

    Information associated with a single SKU in the seller's catalog.

    interface Item {
        asin: string;
        expiration?: string;
        fnsku: string;
        labelOwner: string;
        manufacturingLotCode?: string;
        msku: string;
        prepInstructions: PrepInstruction[];
        quantity: number;
    }
    Index

    Properties

    asin: string

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

    expiration?: string

    The expiration date of the MSKU. In ISO 8601 datetime format with patternYYYY-MM-DD. The same MSKU with different expiration dates cannot go into the same box.

    fnsku: string

    A unique identifier assigned by Amazon to products stored in and fulfilled from an Amazon fulfillment center.

    labelOwner: string

    Specifies who will label the items. Options include AMAZON, SELLER, and NONE.

    manufacturingLotCode?: string

    The manufacturing lot code.

    msku: string

    The merchant-defined SKU ID.

    prepInstructions: PrepInstruction[]

    Special preparations that are required for an item.

    quantity: number

    The number of the specified MSKU.