-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rutronik as a distributor #574
Comments
The API Key can be obtained if you have a Rutronic Account. Rutronik Shop API IntroductionThe Rutronik Shop API provides a simple REST Webservice for searching parts in the Rutronik webshop. With every request you have to send an API-Key. You will get your personal key form your contact person at The results are returned in JSON format. Methods overviewSearchSearches and returns max.10 hits to a search term. PricerequestReturns all information about a particular item number ArticleDesigned for search engines. Fast and almost unlimited access to standard prices and delivery times. SearchSearches for parts in the Rutronik shop. Returns aa array with max. 10 hits. Request: Parameter: JSON-Response:
PricerequestThis methods expects a Rutronik partnumber or the name and partnumber of the supplier. Parameter: Variation 2: supplier partnumber: Parameter: JSON-Response:
ArticleThis method is intended for online platforms or component search machines. The Article method can handle a large number of queries, but it provides only the most necessary information about an article, as well as the standard prices and delivery times. JSON-Response:
|
Rutronik is a commercial only distributor. They provide an API, more info here: https://www.rutronik24.com/api.html
(I am aware adding an API is a lot of work, and it's not likely to happen, please regard this issue as a placeholder)
The text was updated successfully, but these errors were encountered: