Rw ui layout macro |
---|
For more details, please check the https://interworkscloud.atlassian.net/wiki/spaces/ICPD/pages/470745463/Removing+Invoice+Item+s+from+Manually+Created+Credit+Invoice page.
Integration Instances Testing Became Much Easier
Your BSS users can now test more easily Integration Instances since the Api Tester module has become independent of the Instance’s Active/Inactive status.
For more details, please check the Testing the Integration Instance page.
Improvements on Standard Reseller Edition v3
The third version of our Standard Edition provides the resellers with yet another ability which is the removal of listed products from their catalog.
Also, resellers are now able to view and interact with the newly introduced sub-menu of the “Settings” main-menu tab that contains two distinct pages. The one being the “Storefront Settings” page and the second one being the “API Credentials” page.
The Storefront Settings page is where the resellers can manage aspects and settings of their Storefront whereas, in the API Credentials page, resellers can find a collection of everything related to their API IDs and credentials.
Add-on “Extra Details” API
In API v3, we introduced new methods for managing the Add-ons' “Extra Details” field. More methods will be published in the following releases.
Method | Description |
---|---|
GET /api/synchronization/addon/{addonId}/extradetails | It retrieves the extra details of a synchronized add-on based on the given ID. |
PUT /api/synchronization/addon/{addonId}/extradetails | It updates the extra details of a synchronized add-on based on the given ID. |
Bundles API
In API v3, we introduced new methods for managing bundle products. More methods will be published in the following releases.
Method | Description |
---|---|
GET /api/bundles/{bundleId}/products | It retrieves the products of a bundle based on the given ID. |
GET /api/bundles/{bundleId}/products/{productId} | It retrieves a product assigned to a bundle based on the given IDs. |
Resolved Issues
EXL-XXXXX12755 | The Get Services Defintion action changes the name of the product type. |
EXL-12685 | BSS Reset password form is not correct. |
EXL-12466 | When cancelling the subscription from the BSS, the service manager doesn't receive the subscription addons |
EXL-12256 | Add-on provisioning stuck in progress status even when the service manager returns failure. |
EXL-11588 | Email validation is not applied on “Forgot your password” popup. |