Products APIs
Besides the Product Designer's intuitive interface, you can also manage your products through APIs. For more information, see the developer documentation below:
- Product Factory API V2
- Legacy Product Factory API
Web API Client Library
Products, offers, and calculations APIs are also available in the form of a Web API Client Library. This provides easy integration within the FintechOS Platform development environment complete with automatic authorization. You can find the library in the Web API Client Libraries list under the name PFAPI. For more information, see Web API Client Libraries.
Server Automation Script Library
For products and offers APIs, you can further simplify your development workflow via a dedicated server automation script library. You can find the library in the Server Automation Script Libraries list under the name PF_Service_Library. For more information, see Server Automation Script Libraries.
This library eliminates the need to specify the baseUrl setting during import and offers more intuitive function names, such as getMetadataByProductId instead of myImportedWebApiClientLibrary.getMetadataByProductId.
To use the library, configure the API's base URL in the
kv/<environment name>/<portal name>/app-settings/PFAPIBaseUrl Configuration Manager key for any Digital Experience Portals or B2C Portals where the library's code will run.