ConditionUnits

Version 2024-04-01

Overview

Represents graded units categorized by condition. for eg: "unitWiseCondition": [ { "condition": "SELLABLE", "units": 5 }, { "condition": "DAMAGED", "units": 3 } ]

Fields

FieldDescription
amount (Amount required)

Indicates amount of units with the specified condition.

condition (String required)

Condition of the units.

Constrained to one of the following

valuedescription
SELLABLEItem is in sellable condition.
DEFECTIVEItem is defective and not in sellable condition.
DAMAGEDItem is damaged and not in sellable condition.
FULFILLMENT_EXPIREDItem grading has been delayed for long enough that the item can no longer be graded.