price Type

object (Details)

price Properties

Property Type Required Nullable Defined by
type string Optional cannot be null JsonLead
amount number Optional cannot be null JsonLead
currency string Optional cannot be null JsonLead

type

The type of the price

type

type Type

string

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"retail"
"wholesale"
"msrp"
"export"

amount

The price amount

amount

amount Type

number

currency

The currency of the price (ISO 4217)

currency

currency Type

string