ConditionUnits

Version 2024-11-01

📘

Important

The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.

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.