- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2020
10:09 PM
05-17-2020
10:09 PM
Any public API for electronics products data?
Hi all,
I was wondering if there's any web service (say a free/paid API) providing product informations like:
- Product Description
- Dimenstions
- Product Specification:, technical specs for electronics like TVs, Phones...etc
- Product Photos
- ...
Actually, we run a Magento 2 webstore and our ERP data is very poor, so we're looking to import/subscribe to product data from some full and accurate web service...
I thank you all!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2020
01:46 AM
05-18-2020
01:46 AM
Re: Any public API for electronics products data?
Hi @bahyounegmee9a
Magento provides REST API for there existing modules.
https://devdocs.magento.com/swagger/
You can follow it,
I hope it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2020
07:01 AM
05-18-2020
07:01 AM
Re: Any public API for electronics products data?
Thanks @Vimal Kumar for your reply!
Actually, i have EAN database in Magento and i need to search for the detailed informations about those EAN in some external business database
Yours,