DAM 24.1
Version | 24.1 |
---|---|
Release Date | 25 June 2024 |
Changes
New features
New package Bizzkit.Sdk.Dam.Helpers
The NuGet package Bizzkit.Sdk.Dam.Helpers
is a convenience package, It have been added on top of the Bizzkit.Sdk.Dam
to ease the integration to Transformation functions.
Services and helpers in the package are capable of constructing the same URLs as described in the documentation, using either string manipulation or the DAM api depending on the amount of information provided.
Based on the setup, there are now different ways of constructing image URLs. While the first is the more performant one, the latter might be easier if the URL is constructed at a point where not all data is available.
Without the Bizzkit.Sdk.Dam.Helpers
:
String manipulation using the helper:
Using the service relying on the DAM API:
Additional fields on the request are optional but the method call is faster the less data needs to be collected from the DAM api.
The new helpers can be added to an ServiceCollection
by calling:
This is assuming a IDamClientFactory
is available in the service collection:
New API endpoint POST /api/attributes-values/search
It is now possible retrieve attribute values for up 1000 products at time using a highly performant endpoint.
Enhancements
None
Deprecations
None