Price Rules and Price Breaks

PriceRules

A price rule definition. Each Variant can have many PriceRules.

id: ID

handle: String!

title: String!

price: Decimal!

priceCurrency: String!

comparedAtPrice: Decimal

availableTo: [String!]!

country: String

priceBreaks: [PriceBreak!]!

metafields: [Metafield!]!

PriceBreaks

A price break definition scoped by quantity. Each PriceRule can have many PriceBreaks

price: Decimal

quantityMax: Int

quantityMin: Int

metafields: [Metafield!]!