currencyCode:
CurrencyCode! -
The shop currency used for calculation.
customer:
Customer -
The customer who will be sent an invoice.
lineItems:
CalculatedDraftOrderLineItem! -
The list of the line items in the calculated draft order.
lineItemsSubtotalPrice:
MoneyBag! -
A subtotal of the line items and corresponding discounts,
excluding include shipping charges, shipping discounts, taxes, or order discounts.
marketName:
String! -
The name of the selected market.
marketRegionCountryCode:
CountryCode! -
The selected country code that determines the pricing.
shippingLine:
ShippingLine -
The line item containing the shipping information and costs.
subtotalPrice:
Money! -
The subtotal, in shop currency, of the line items and their discounts, excluding shipping charges, shipping discounts, and taxes.
subtotalPriceSet:
MoneyBag! -
The subtotal, of the line items and their discounts, excluding shipping charges, shipping discounts, and taxes.
taxLines:
TaxLine! -
The list of of taxes lines charged for each line item and shipping line.
draftOrderCalculate
Calculates the properties of a draft order. Useful for determining information
such as total taxes or price without actually creating a draft order.