deprecated
Changelog: November 04, 2022
about 2 years ago by DirectScale LX
Welcome to the new DirectScale Developer Changelog! Here we will provide essential updates for Developers and Clients using our Platform.
Deprecated
- Last week, we deprecated the ShouldChargeAutoShip and ShouldRetryAutoshipOrder hooks. These hooks were calling in a loop, causing long loading times for processing and reporting Autoships.
New & Improved
- New hooks have been created to increase Autoship efficiency by performing the same operations in bulk.
- View the new GetAutoshipChargeRules and GetAutoshipOrderRetryRules hooks in our API Reference.
Using our C# Client Library? See GetAutoshipChargeRules and GetAutoshipOrderRetryRules in the Abstractions Reference.
- To experience performance gains, you will need to integrate these new hooks. We will continue to support the deprecated hooks, however.
- Review our Autoship Hook Migration Guide for more information.