INPUT_OBJECT

PriceSearchAttributes

Attributes for searching for prices

link GraphQL Schema definition

  • input PriceSearchAttributes {
  • # Currency code is one of
  • currencyCodeIn: [CurrencyCode!]
  • # ONIX price type code is one of
  • onixPriceTypeCodeIn: [ONIXPriceTypeCode!]
  • # ONIX price type qualifier code is one of
  • onixPriceTypeQualifierCodeIn: [ONIXPriceTypeQualifierCode!]
  • # Price amount is equal to
  • amountEq: Float
  • # Price amount is greater than or equal to
  • amountGteq: Float
  • # Price amount is greater than
  • amountGt: Float
  • # Price amount is less than or equal to
  • amountLteq: Float
  • # Price amount is less than
  • amountLt: Float
  • }