Price
The Price type is a structure to hold a Price value for Products. It is considered more like a complex value type, rather than an object. All fields are required, and the type and currency fields make up the unique key for the value.
Fields
type (
String!)
The type field is used to identify different types of prices, for example 'RRP', 'SALE', etc. No Price type values are enforced by the platform.
currency (
String!)
The currency of the Price, for example 'USD', 'GBP', 'AUD', etc.
value (
Float!)
The price value itself