admin-quotes

Calculate Tax

Calculate tax for a quote via Stripe Tax API.

Loads the quote's priced line items and the project's shipping address, checks whether the user is tax-exempt, and calls Stripe Tax. Stores the result on the quote (tax_amount, tax_auto_calculated, stripe_tax_calculation_id).

post/api/v1/admin/quotes/{quote_id}/calculate-tax

Path parameters

quote_idstring uuid required

Response

Successful Response

calculation_idstring nullable
subtotalnumber required
tax_amountnumber required
totalnumber required
tax_breakdownobject[]
is_tax_exemptboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.