You can specify tax rates on a Delivery option at the price level. The field is available for the following templates:
- Klarna
- NSHIFT Professional and Premium
- Qliro
Add a tax rate to an existing Delivery option:
- Go to your Checkout Maintenance > Delivery checkout.
- Click the edit icon
to the left of a Delivery Checkout.
- Click the edit icon
next to a Delivery option and edit the Service.
- Click the edit icon
next to the Price and fill in the Tax rate field. The value is %.
- Click OK > OK > OK > Finish to save
Delivery Checkout will return the tax rate when options are fetched and you can process it as you wish to fit your business processes. The taxRate will be included below the price in the json. See full example in this article: Delivery Checkouts
Example snippet:
{
...
"carrierId": {"type": ["string", "null"]},
"logoId": {"type": ["string", "null"]},
"priceDescription": {"type": ["string", "null"]},
"priceValue": {"type": ["string", "null"]},
"defaultPrice": {"type": ["string", "null"]},
"taxRate": {"type": ["string", "null"]},
...
}
For schema and testing, please refer to https://api.unifaun.com/rs-docs/##delivery_checkouts_deliveryCheckoutId