Piloterr

E.Leclerc Product

Retrieve detailed product information from E.Leclerc by EAN barcode, including price, stock status, offers, and product attributes.

Credit cost: 1 credit per call

GET
/v2/eleclerc/product

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

E.Leclerc product EAN (European Article Number) to look up.

Example:

3603312946485

Notes:

  • The EAN must be a valid 13-digit barcode identifier for a product listed on the E.Leclerc online store.
  • If no store_id is provided, the product is looked up on the national online store.
  • The response includes pricing, stock, offer details, and product attributes.
store_id?string

ID of the specific E.Leclerc store to fetch the product from.

Get the store_id from the E.Leclerc Stores API.

Example:

1631

Notes:

  • If omitted, the product data is fetched from the national online store.
  • Use a store ID to retrieve local pricing and stock for a specific physical location.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/eleclerc/product?query=string"
{
  "ean": "3603312946485",
  "brand": null,
  "image": "https://media.e.leclerc/LEN/fp/3603312946485_1?vh=dc542d",
  "offer": {
    "price": {
      "price": 89.9,
      "is_nx_c_b": false,
      "private_copy": 0,
      "eco_contribution": 0,
      "availability_status": "En stock",
      "eco_contribution_mobilier": 0,
      "offer_availability_status": "in-stock"
    },
    "stimuli": {},
    "elected_offer": {
      "slug": "fp/sapin-givre-et-pomme-de-pin-180-cm-3603312946485?offerId=o-3603312946485",
      "stock": 5,
      "shop_id": 1,
      "shop_name": "E.Leclerc",
      "offer_type": "leclerc_national",
      "is_cross_dock": false,
      "national_offer_id": "o-3603312946485",
      "is_leclerc_national_and_local": false,
      "is_active_promotion_without_stock": false
    },
    "stimuli_picto": {},
    "category_picto": "NONE",
    "cnc_offers_count": 143,
    "other_offers_count": 0
  },
  "title": "Sapin Givré et Pomme de pin 180 cm",
  "data_layer": {
    "id": "3603312946485",
    "ean": "3603312946485",
    "name": "Sapin Givré et Pomme de pin 180 cm",
    "price": "89.90",
    "vendor": "Leclerc",
    "section": "Maison",
    "category": "maison/decoration/decoration-de-noel/sapin-de-noel",
    "in_stock": true,
    "condition": "Neuf",
    "currency_code": "EUR"
  },
  "rating_count": 3,
  "rating_average": 4.6667
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}