added

New API to assess taxes on quotes

Sensible Weather is required to collect and remit sales tax on the purchase of Weather Guarantees when we are Merchant of Record. We have released the Assess Taxes Guarantee Quote endpoint to enable partners to add taxes to a quote. This enables the partner to surface the correct sales tax to customers and ensures that Sensible Weather charges the customer for the full cost of the Weather Guarantee plus applicable sales tax. This endpoint should only be used when Sensible Weather is the Merchant of Record. More details are available in Tax Integration.

Sample request body:

{
    "billing_address": {
        "address_line_1": "1234 Main St",
        "address_line_2": "",
        "city": "Los Angeles",
        "region": "CA",
        "country": "USA",
        "postal_code": "90069"
    }
}