GET
/
taxesandfees
/
{id}
curl --request GET \
  --url https://commerce.driv.ly/api/taxesandfees/{id}
{
  "data": {
    "id": "tax_9kq3j4ldks03",
    "type": "Sales Tax",
    "amount": 2800
  },
  "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

200
application/json

Taxes & Fees Found

The response is of type object.