cURL
curl --request GET \ --url https://commerce.driv.ly/api/taxesandfees/{id}
{ "data": { "id": "<string>", "docFee": 123, "registrationFee": 123, "titleFee": 123, "gasGuzzlerTax": 123, "stateSalesTax": 123, "deal": "<string>" }, "success": true }
Taxes & Fees is uniquely identified by id
The number of levels of related objects to include in the response
Taxes & Fees Found
Show child attributes
{ "id": "tax_9kq3j4ldks03", "type": "Sales Tax", "amount": 2800}