latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Fees
Gets a Fee by identifier
Retrieves the details of a fee. You must supply the unique identifier of the fee.
get/fees/{id}
Path parameters
idstring required
Fee identifier.
Response
OK
Example response
{
"id": "fee_1971b9b5-7d6b-49d5-b2a6-88ca7e53f750",
"createdTime": "2018-04-25T20:36:00Z",
"type": "weee",
"skuId": "sku_7834561209",
"category": "3. IT and Telecommunication Equipment",
"value": "85\" Class Q900 QLED Smart 8K UHD TV.",
"amount": 0.5,
"battery": {
"quantity": 2,
"chemicalSystem": "Alkaline",
"iecCode": "R20"
},
"feeExemption": "exempt",
"brandName": "Samsung",
"weightAndUnits": "3.00 kg",
"rateAndUnits": "2.00 EUR",
"currency": "USD",
"country": "US",
"subdivisions": [
"CA"
],
"metadata": {
"coupon": "iOS"
},
"updatedTime": "2018-04-25T20:36:00Z"
}