Skip to main content
GET
/
taxesandfees
/
{id}
Retrieve Taxes & Fees
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
}

Path Parameters

id
string
required

Taxes & Fees is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

Taxes & Fees Found

data
Taxes & Fees · object
success
boolean