Pre-calculate order total
Calculate the order total from the ordered quantity of the given variants, applied VAT rate and
optionally shipping costs.
All amounts will be calculated in the calling organisation's currency.
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the POST request to
/api/v1/authenticate.
Request
This endpoint expects an object.
variant
shipping_option
Response
Result of order calculation
line
subtotal
vat_rate
vat
total
currency
meta