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

    Expiry refers to the collection of dates required for certain items. These could be either expiryDate or mfgDate and expiryAfterDuration. These are mandatory for perishable items.

    interface Expiry {
        expiryAfterDuration?: Duration;
        expiryDate?: string;
        manufacturerDate?: string;
    }
    Index

    Properties

    expiryAfterDuration?: Duration
    expiryDate?: string

    The date that determines the limit of consumption or use of a product. Its meaning is determined based on the trade item context.

    manufacturerDate?: string

    Production, packaging or assembly date determined by the manufacturer. Its meaning is determined based on the trade item context.