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

    Detailed information about the physical condition and quality state of the item being sold.

    interface ItemCondition {
        conditionNote?: string;
        conditionSubtype?: string;
        conditionType?: string;
    }
    Index

    Properties

    conditionNote?: string

    Additional details provided by the seller to describe the specific condition of this particular item.

    conditionSubtype?: string

    A more specific condition classification that provides additional detail about the item's quality within the main condition type. Possible values: NEW, MINT, VERY_GOOD, GOOD, ACCEPTABLE, POOR, CLUB, OEM, WARRANTY, REFURBISHED_WARRANTY, REFURBISHED, OPEN_BOX, ANY, OTHER.

    conditionType?: string

    The primary condition category that broadly describes the item's state. Possible values: NEW, USED, COLLECTIBLE, REFURBISHED, PREORDER, CLUB.