AmazonOfferCondition interface

The condition of the item offered

Signature:

export interface AmazonOfferCondition 

Properties

PropertyModifiersTypeDescription
displayValuereadonlystringThe localized condition of the item
labelreadonlystringCondition localized
localereadonlystringThe locale of the displayValue
valuereadonlystringOne of New, Used, Collectible or Refurbished

AmazonOfferCondition.displayValue property

The localized condition of the item

Signature:

readonly displayValue: string;

AmazonOfferCondition.label property

Condition localized

Signature:

readonly label: string;

AmazonOfferCondition.locale property

The locale of the displayValue

Signature:

readonly locale: string;

AmazonOfferCondition.value property

One of New, Used, Collectible or Refurbished

Signature:

readonly value: string;