← Back to all apps

Cdiscount

Shoppingby Peaksys

Easily find the right products for your needs with a smart assistant directly connected to the Cdiscount catalog.

Simply enter your search terms, then discover and compare the best options in seconds!

3ChatGPT Tools
PeaksysDeveloper
ShoppingCategory

Available Tools

Get Best Delivery Information

getBestDeliveryInformation
Full Description

Returns estimated delivery options and shipping lead times (ETA) for a given Cdiscount offer to a specific destination. Inputs: offerId, productId, and destination (postal code, city, country, longitude, latitude). Output includes available delivery modes, estimated dates/time windows. Read-only: no purchase or booking.

Parameters (7 required)
Required
citystring

City name of the delivery address (e.g. "PARIS")

countrystring

ISO country code of the delivery address (e.g. "FR")

latitudenumber

Latitude of the delivery address (e.g. 48.95508)

longitudenumber

Longitude of the delivery address (e.g. 2.3102)

offerIdnumber

The numeric Cdiscount offer identifier

postalCodestring

Postal code of the delivery address (e.g. "75001")

productIdstring

The Cdiscount product identifier (e.g. "AUC5013138658543")

Get Cdiscount Product Offers

getProductOffers
Full Description

Fetches live Cdiscount offers for a given productId. Returns a best offer with seller, price (EUR), availability/stock status, and a full description.

Parameters (1 required)
Required
productIdstring

The Cdiscount product identifier (e.g. "MP-00042")

Search Cdiscount Products

searchCDiscountProducts
Full Description

Search Cdiscount product catalog from a user query. Supports EUR min/max price filters and optional promotion-only filtering. Returns products with name, price, promo badge, rating, brand, and buy URL. This tool does not purchase or modify user data

Parameters (1 required, 3 optional)
Required
querystring

The search query describing what product the user wants to find. Include specific product categories, brands, features mentioned by the user. Examples: 'wireless headphones', 'gaming laptop with RTX graphics', 'iPhone 15 Pro Max'. Note: price ranges should be specified using minPrice/maxPrice parameters instead of in the query.

Optional
isPromotionboolean

Set to true to find only promotional/discounted products when user asks for 'deals', 'discounts', 'sales', 'promotions', 'special offers'. Set to false to exclude promotions. Leave null to include all products regardless of promotional status.

maxPricenumber

Maximum price filter in euros. Use this when user mentions 'under X euros', 'maximum X', 'budget of X', 'up to X', etc. Leave null for no maximum price limit.

minPricenumber

Minimum price filter in euros. Use this when user mentions 'under X euros', 'at least X', 'starting from X', etc. Leave null for no minimum price limit.