v3.41 Release Notes
New & Updated Features
Cancellation Options for Products
There were previously two options when setting cancellation actions on a product.
A user could either select to cancel a subscription at the end of the subscription period or choose to cancel the subscription immediately.
With this release, there is a new option to choose “Delete after specified Time Period” where the user gets to select a custom period in either days or months. This enables a user to define a termination period for a subscription.
For example, you can set this feature to delete the subscription 60 days after the customer has cancelled the subscription. If a renewal event would happen within the cancellation period, the subscription would automatically renew and be deleted at the end of the cancellation period.
External Administrator Identifier
When making an external service integration in Cloudmore, there is an option to enable external administrators. This feature allows for external administrators to be created and deleted in Cloudmore. In this release, we have extended this capability to also have an external identifier field for each external admin. This allows for an external identifier to be stored with each external administrator so that it is easier to look up an external user and edit or delete the user in the external system.
The external admin identifier has also been added to the following API calls:
GET /api/sellers/{sellerId}/ExternalAdmins
POST /api/sellers/{sellerId}/ExternalAdmins
GET /api/sellers/{sellerId}/ExternalAdmins/{id}
PUT /api/sellers/{sellerId}/ExternalAdmins/{id}
Support for Decimals when submitting consumption
Consumption-based subscriptions don't have a fixed quantity, instead, the quantity is based on the usage of the service and the usage can be submitted to Cloudmore through the “Submit Consumption” page or via API. Previously, it was only possible to submit a whole number when submitting the consumption. With this release, we've made it possible to submit up a number with up to 8 decimals places when submitting consumption.