OrderPriceInput
No description
input OrderPriceInput {
priceExcludingTax: Float!
taxAmount: Float
}
Fields
priceExcludingTax ● Float!
Price excluding tax, in active currency
taxAmount ● Float
Tax amount, in active currency.
If this is not provided (or null), it will be calculated based on applicable VAT rules.
Example
{
"priceExcludingTax": 80,
"taxAmount": 20
}