ItemPriceVariation
No description
type ItemPriceVariation {
label: String!
priceInCents: Int!
}
Fields
ItemPriceVariation.label
● String!
non-null scalar
ItemPriceVariation.priceInCents
● Int!
non-null scalar
Member of
ItemPrice
object