Eco Codes and Taxes
Get all code from filière REP and taxes associated.
Create a new user
POST
https://api.transiteo.io/v1/ecocode/find
Get all REP codes and taxes associated
Headers
Name
Description
Type
Content-Type
application/json
string
Authorization
id token from cognito
string
JSON REQUEST EXEMPLE
Request fields & values
"title"
You need to fill this field with a product's title or description. Examples : Samsung Galaxy 8 Type : string Required : yes
"products" / "weight"
You need to fill the "weight" field of the product with a number. Examples : 12 or 3.5 Type : number Required : yes.
"products" / "weight_unit"
You need fill the "weight_unit" field with one of this two labels : - "kg" : if you use the international metric system - "lbs" : if you use the imperial system Type : string Required : yes
Response
Last updated