AmazonOfferCondition interface
The condition of the item offered
Signature:
export interface AmazonOfferCondition
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
displayValue | readonly | string | The localized condition of the item |
label | readonly | string | Condition localized |
locale | readonly | string | The locale of the displayValue |
value | readonly | string | One 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;
Updated 7 months ago