GraphQL INPUT_OBJECT

CreatePriceAbsoluteValueInput

Input for created absolute price value of a given product.

link Definition

  • input CreatePriceAbsoluteValueInput {
  • # Currency code.
  • currencyId: CurrencyEnum!
  • # Quantity of products that must be purchased so that the price applies.
  • quantity: Int!
  • # Subscription interval to which the price applies.
  • interval: Int
  • # Price value.
  • value: Decimal!
  • }