GraphQL OBJECT

CurrencyAmount

Currency and amount of the gross, net, converted, or discounted item price.

link Definition

  • type CurrencyAmount {
  • # Price in the local currency.
  • localized: String!
  • # Price without formatting.
  • value: Decimal!
  • # Currency of the converted price.
  • currency: Currency
  • }