Piloterr

Eleclerc Product

Eleclerc Product via API.

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*number
store_id*number

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=0&store_id=0"
[
  {
    "name": "Example",
    "value": {
      "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": 53,
          "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": 259
      },
      "title": "Sapin Givré et Pomme de pin 180 cm",
      "data_layer": {
        "id": "3603312946485",
        "ean": "3603312946485",
        "brii": null,
        "name": "Sapin Givré et Pomme de pin 180 cm",
        "brand": null,
        "gamme": null,
        "genre": null,
        "price": "89.90",
        "vendor": "Leclerc",
        "section": "Maison",
        "support": null,
        "category": "maison/decoration/decoration-de-noel/sapin-de-noel",
        "in_stock": true,
        "position": null,
        "preorder": false,
        "quantity": null,
        "condition": "Neuf",
        "crossdock": false,
        "old_price": null,
        "id_mongodb": "3603312946485",
        "promo_name": null,
        "stock_type": "standard",
        "vendor_name": null,
        "brii_percent": null,
        "currency_code": "EUR",
        "item_list_name": null,
        "stock_provider": null,
        "ticket_leclerc": null,
        "shipping_method": "Livraison en magasin ; Livraison à domicile standard ; Livraison à domicile express avant 18h",
        "attraqt_widget_id": null,
        "ticket_leclerc_percent": null
      }
    }
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}