Skip to main content

PriceInput

Price with tax breakdown, used for order values and item pricing. All amounts are in the currency of the order context. For items: represents the price per unit (before multiplying by quantity).

input PriceInput {
includingTax: Float!
excludingTax: Float!
}

Fields

includingTax ● Float!

Amount including tax. Must be non-negative. Currency is context-dependent.

excludingTax ● Float!

Amount excluding tax. Must be non-negative. Currency is context-dependent.

Example

{}