> ## 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.

# Search Products

To retrieve your **French Eco-Scores**, use the [Search Products](/api-reference/pic/products/search) endpoint.

## Eligibility

`frenchLabelEligibility`

When the Eco-Score cannot be calculated, the object will include both eligibility status and an array of reasons for ineligibility.

## Eco-Score and environmental indicators

The `frenchLabelEcoScore` object contains:

* `score` - Eco-Score value
* `impacts` - Detailed [impact categories](/data-dictionary/pic/french-eco-scores)

## Country of Final Assembly

The `frenchLabelManufacturingCountry` object contains both country and the country abbreviation for the Country of Final Assembly.

```json theme={null}
"frenchLabelEligibility": {
    "eligible": true,
    "reasons": []
},
"frenchLabelEcoScore": {
    "status": "Complete",
    "score": 8175,
    "impacts": {
        "acd": 0.431822,
        "cch": 68.2559,
        "etf": 268.461,
        "fru": 770.965,
        "fwe": 0.00765121,
        "htc": 5.99377e-8,
        "htn": 2.31041e-7,
        "ior": 32.4764,
        "ldu": 258.354,
        "mru": 0.000055508,
        "ozd": 6.23619e-7,
        "pco": 0.241269,
        "pma": 0.00000327648,
        "swe": 0.124849,
        "tre": 1.16466,
        "wtu": 11.6014,
        "ecs": 8175.06,
        "pef": 5475.1,
        "etfC": 1295.93,
        "htcC": 2.07951e-8,
        "htnC": 3.00744e-8
    },
    "frenchLabelManufacturingCountry": {
        "code": "BD",
        "name": "Bangladesh"
    }
}
```
