Eco Codes and Taxes
Get all code from filière REP and taxes associated.
Create a new user
Name
Description
Type
JSON REQUEST EXEMPLE
{
"title": "Smartphone",
"weight": 700,
"weight_unit": "g"
}
OU SI PLUSIEURS REQUÊTES
{
"ecoCodeFinderRequests": [
{
"title": "Télévision UHD Samsung",
"weight": 20,
"weight_unit": "kg"
},
{
"title": "Smartphone",
"weight": 280,
"weight_unit": "g"
},
{
"title": "Vélo de route",
"weight": 2805,
"weight_unit": "g"
}
]
}Request fields & values
"title"
"products" / "weight"
"products" / "weight_unit"
Response
Last updated