Rw ui layout macro |
---|
For more details please check the Standard Edition - Self-Registration for Storefront Users page.
Sorting Improvement of Account Balance in BSS
While selecting to view the Account Balance of a BSS Account, the default sorting of the table containing all the available transactions is now based on the column Created At. This column sorts the transactions in descending order based on the date and timestamp at which they were created. Consequently, this improvement provides the BSS user with a precise perspective of the order of transactions.
For more details please check the Manage Accounts - Account Balance page.
Improvement on Products API
Products API is now supporting changes that affect products that participate in Bundle products.
Disabling predefined units (monthly, annually, semi-annually, etc.) of a product that participates in a Bundle product is not allowed. The change affects the following end-point: PATCH /api/products/{product ID}/pricing.
When a price update occurs for a product that participates in a Bundle product, the price of the Bundle product changes accordingly. The change affects the following end-point: PATCH /api/products/{product ID}/pricing/prices.
Products API
In API v3, we introduced new methods for managing products of bundles. More methods will be published in the following releases.
Method | Description |
---|---|
GET /api/products/{productId}/bundles | Retrieves the bundles to which a product is assigned based on the given ID. |
Resolved Issues
EXL-XXXXX | |