APIs
Integrate with Kennametal E-Business Systems
The WIDIA API features a RESTful architecture. All connections require authentication and are secured by TLS encryption. It supports the JSON media type and uses UTF-8 character encoding.
By using our APIs, you can automate various commerce and business tasks and integrate your business systems with Kennametal.
Retrieve various types of information, such as pricing and availability data, for all Kennametal products. See below for the list of currently available web services.
How To Get Started:
Request access by visiting our API portal: Sign Up Here
Create Sales Document | Place an Order/Quote to our backend ERP system. |
Get Customer Numbers | Every external WIDIA Center account is associated with few customers. Return back the associated customer numbers for the username provided. (No customers returned for internal accounts, external accounts only.) |
Get Open Sales Document List | Returns the open sales documents by material list. |
Get Product Data | Used by NOVO to get the product IDOC, 3D and 2D drawings. Can be made available to others only with appropriate approvals. |
Get Sales Document Detail | Used to retrieve details of a sales document; if you have a sales document number and want to retrieve to others only with appropriate approvals. |
Get Support Phone and Email | Used to retrieve the users support phone number/email address. Driven by the WIDIA Center user profile location. |
Global Availability | Provides global availability info based on the provided material number. |
List Carriers for ShipTo | Retrieved by passing the Ship-To number. |
List Sales Documents | Used to list out the sales document entered for the customer. |
Login | Required for all secured web services; pass the username and password for the login service and obtain a security ticket that can be used in other secure services. |
Logout | Invalidates the security token, making sure it cannot be used again. |
Price and Availability | Performs the pricing and returns back the Price info. Security token is required for this service; use login service to get a security token and then use this service for the pricing. |
Request Guest Access | Used to create a guest account with associated Sold-To number and Ship-To number. |
Retrieve Customer Info | Used to retrieve customer info when needed; requires customer number and sales org. |
Search Customers | Used to search for customers; requires an internal account. |
Search Products | Used to search for products in our SAP database. Can be searched by Material Master number, ANSI catalog number, or ISO catalog number of the part description. |
Ship-To Search | Used to search for the list of Ship-To for a given customer. |
Simulate Sales Document | Used to simulate an order/quote. This will not save the quote or order in the backend; it will do everything else that the create will do. |