title
Type: string
Description: The (short) title of the tax being applied.
Example Value(s): '19'
or 'VAT-1'
descriptor
Type: string
Description: The (longer) title of the tax being applied.
Example Value(s): '19% VAT on goods and services.'
or 'Custom tax for shipping to Country XYZ'
taxRate
Type: number
Description: The tax rate being applied.
Example Value(s): 0.07
(7%) or 0.19
(19%)
taxAmount
Type: number
Description: The amount of tax being applied. Note: Discounts have to be applied to productGmv before calculating the tax amount!
Example Value(s): 5.91
(19% of 37.00)