ProductCondition

  • This document describes an Enum used to detail the condition of a product offer.

  • The Enum includes conditions such as unspecified, unknown, new, refurbished, and used.

  • UNKNOWN is a return value indicating a condition not recognized in the current version.

Enum describing the condition of a product offer.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

NEW

The product condition is new.

REFURBISHED

The product condition is refurbished.

USED

The product condition is used.