> ## Documentation Index
> Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# French Eco-Scores

> Generate and retrieve French Eco-Score (Environmental Cost) for products.

## Creating a French Eco-Score for your product

To retrieve information about the French Eco-Score (Environmental Cost) from the Worldly API, you need to first [create your product](/api-reference/pic/products/create) with the following mandatory information:

| Name                       | Description                                                                                                                                          |
| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `weight`                   | Product weight                                                                                                                                       |
| `weightMeasureUnit`        | Unit of measure (kilograms, grams, milligrams, pounds, ounces)                                                                                       |
| `weightIsPrimaryData`      | This field must be set to `true` in order to generate a score                                                                                        |
| `frenchLabelFabricCountry` | Geographical Location of *Textile Formation*. Include both the `code` and the `name` of the location: see [recipe](/recipes/french-eco-score-update) |
| `frenchLabelDyeingCountry` | Geographical Location of *Finishing*. Include both the `code` and the `name` of the location: see [recipe](/recipes/french-eco-score-update)         |
| `frenchLabelCountry`       | Geographical Location of *Final Assembly*. Include both the `code` and the `name` of the location: see [recipe](/recipes/french-eco-score-update)    |

After creating an eligible Product, the Eco-Score is then automatically calculated and returned in the product details response.

## Recipes

<Card title="PIC - Update Product with French Eco-Score requirements" href="/recipes/french-eco-score-update" />

<Card title="PIC - Retrieve French Eco-Score" href="/recipes/retrieve-french-eco-score" />

<Card title="PIC - Create Product with French Eco-Score Optional Fields" href="/recipes/french-eco-score-optional-fields" />
