“Where can I find all the technical details for a product?”
The Product Catalogue API gives you access to comprehensive technical data for Schneider Electric products—all from a single source.
This new version has been updated to ETIM 10.0 (International classification standard for technical products).
The Product Catalogue API gives you access to comprehensive technical data for Schneider Electric products—all from a single source.
With this API, you can:
- Retrieve the full list of products relevant to your business
- Access detailed specs like dimensions, weight, packaging, technical features, ETIM classification, and more
- Integrate brochures, documents, and media directly into your systems
It’s the same data source we use on our website—ready for you to use in your e-shop, ERP, or even to build your own product configurator.
Currently, Product Catalog API has the capability to:
1- All the products which are in the distributor's scope those products with other necessary information will be returned if we provide supplierID, customerID, supplierID-type, customerID-type in the path params.
2- All the information related to a product will be returned through this API if we call this API with product's commercial reference, supplierID, customerID, supplierID-type, customerID-type in the path params.
3- If we request the API with supplierID, customerID, supplierID-type, customerID-type, date-of-reference, change-type parameters then it will return all the products which are in the distributor's scope and if the product's creation time is greater than the date given in the date-of-reference parameter.
API Access will require oAuth authentication, please refer to the details on portal.
Country Availability Assessment - Catalog of countries where we have conducted performance, availability, and response time testing for this API:
- Argentina, Australia, Austria, Belgium, Brazil, Bulgaria, Canada, Chile, Colombia, Croatia, Denmark, Ecuador, Estonia, Finland, France, Germany, Greece, Hungary, India, Indonesia, Ireland, Italy, Kazakhstan, Latvia, Lithuania, Mexico, Netherlands, New Zealand, Norway, Peru, Poland, Portugal, Romania, Russia, Serbia, Singapore, Slovenia, Spain, Sweden, Switzerland, Tanzania, Turkey, Ukraine, United Kingdom, United States and Vietnam.
If your country is not included in the list, please feel free to reach out to us directly or contact your designated Schneider Point of Contact (POC) to inquire about the API's accessibility in your country.
Get Products
Method | GET |
BaseURL | https://api.se.com/v2/reference-data/product/product-catalog |
ResourcePath | /products |
Query Params:
Param | Data-type | Mandatory | Example | Description |
supplierid | string | Y | 99887766 | The Schneider Electric supplier identifier (Duns if available) or the one configured in the Schneider Electric product master system (delivered by your Sales contact) |
supplierid-type | string | Y | specific | (DUNS) ID number if available, else (Specific) Available values: specific, duns Default value: specific |
customerid | string | Y | 1122334455 | Your Customer identifier (Duns if available) or the one configured in the Schneider Electric product master system (delivered by your Sales contact) |
customerid-type | string | Y | specific | (DUNS) ID number if available, else (Specific) Available values: specific, duns Default value: specific |
date-of-reference | string | N | 2021-12-01 | Starting date for any changes made to product data, which is used to query for delta changes. |
change-type | string | N | all | Type of changes of interest since the date-of-reference. Definition : - New : products added in scope - update : product data updated - delete : Product removed from scope - pep : to use in combination with pep-data filtering, in order to retrieve the last modified digitized life cycle Assessment. |
product-reference | string | N | QA_4659_DES_22 | One or multiple product references, entered as individual query parameters. |
product-identifier | string | N | commercialReference | Product reference type, commercial reference or gtin.
|
etim-version | string | N | ETIM-9.0 | ETIM version, where ETIM is a standard for classifying product data. Available values: ETIM-8.0, ETIM-9.0, ETIM-10.0 |
english-descriptions | boolean | N | true | Whether or not English descriptions are included in addition of the local language Available values: true,false Default value: false |
multi-localizations
| string | N | FR/fr_FR | When available, retrieve product marketing content in language other than the local or English language, this applies to the Product short description, Long description, keywords and bullet points Available values: upon request to your Sales contact or to the API first team
|
mime-filtering | string | N | MD36 | To request Product related documentation and assets such as main or alternative Image of product, instruction sheet, user guide, certificate… This filter is based on BMEcat 5.0 guidelines/Mime section. Available values: MD01, MD02,MD05, MD06, MD12, MD13, MD14, MD20, MD21, MD22, MD23, MD24, MD25, MD26, MD28, MD34, MD39, MD41, MD45, MD46, MD49, MS52,MD54, MD65,MD99 Default value: All
Definition : - MD01 : Main Image of product - MD02 : Similar figure of Image of product - MD05 : REACh Declaration - MD06 : Energy label - MD12 : Technical illustration with Dimensioned drawing - MD13 : Environment label - MD14 : Instruction for use (User guide, System user guide or Quick start guide) - MD20 : Image of product in real life situation - MD21 : Instruction sheet - MD22 : Product Data Sheet (PDF url) - MD23 : Product picture back view - MD24 : Product picture bottom view - MD25 : Product picture detailed view - MD26 : Product picture front view - MD28 : Product picture top view - MD34 : technical illustration with Wiring diagram - MD39 : How to video - MD41 : Brochure, catalog - MD45 : Promotional video - MD46 : 3D or 360° viewer url - MD49 : RoHs Declaration / RoHS China Declaration (China only) - MD54 : Product Environmental Profile - MD52 : Declaration of Conformity - MD65 : Image of range - MD99 : End of Life manual (Circular Profile)
|
data-filtering | string | N | up-selling | Product data filter to request specific set of data, by default all data is returned. Available values: all, etim, marketing, logistic-sales, follow-up, digital-asset-media, relationship, accessories, mandatory, select, spare-part, similar, cross-selling, up-selling, sustainability
Definition: - follow-up: only product substitution data - sustainability: Basic environmental data available on se.com product pages - digital-asset-media: only the mimes part for media assets (How To Video, Image of product, Image of product in real life situation, Promotional Video) Note: When applying both data-filtering = digital-asset-media and mime-filtering, the API will return:
If you want to return specific Product relationship, these values can be used instead of relationship: |
Pep-data | string | N | All | Related to Life Cycle Assessment (LCA), this filter enables the sharing of comprehensive environmental impacts data with customers. It focuses on the product environmental profile (PEP) which includes the measure of environmental impacts throughout its life cycle. Available values: All, Carbon footprint
Definition : - Carbon footprint: Includes all default PEP/LCA data plus a breakdown of the product’s carbon footprint across its life cycle stages, with transparency details (e.g. PCR/PSR versions, use phase modeling) - All: Gain the most comprehensive view with over 400 attributes from our PEP digitization efforts — including full life cycle data and more — tailored for mature customers with advanced sustainability goals
|