INPUT_OBJECT

MoneyInputField

Money input field where values are usually specified in the lowest currency denomination (e.g. cents), unless otherwise specified.

link GraphQL Schema definition

  • input MoneyInputField {
  • # The amount. Denominated in lowest currency value, e.g. Cents.
  • amount: Int!
  • # The tax on the amount. Denominated in lowest currency value, e.g. Cents.
  • tax: Int
  • # The decimal value tax rate for this line item. If not supplied, will be fetched
  • # from the associated variant, advert, category, Finance Settings or country.
  • taxRate: Float
  • }