List applied taxes
GET
/v1/taxes/applied
List applied taxes for a given entity.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” taxable_type
required
Taxable Type
string
taxable_id
required
Taxable Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
Response List Applied Taxes V1 Taxes Applied Get
Array<object>
AppliedTaxResponseobject
id
required
Id
string format: uuid
tax_id
required
Tax Id
string format: uuid
taxable_type
required
Taxable Type
string
taxable_id
required
Taxable Id
string format: uuid
tax_amount_cents
required
Tax Amount Cents
string
created_at
required
Created At
string format: date-time
Unauthorized
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context