Skip to content

20 December 2024

This update introduces several new features and improvements across the Bizzkit platform. Highlights include enhanced AI capabilities in PIM for text translation and guided selections, as well as performance optimizations and new functionalities in Ecommerce Search. These updates aim to streamline workflows and improve usability, supporting users in managing and scaling their eCommerce solutions effectively.

PIM

AI text translation

We have introduced a new semantic functionality in PIM that allows users to translate text from one language to another. This feature is particularly useful for businesses operating in multiple regions and catering to diverse audiences.

Here is an example of translating two attributes in three product languages:

AI translation in PIM

By leveraging AI-powered translation capabilities, users can easily convert text content into different languages, enhancing communication and engagement with customers worldwide.

AI-guided selections in global lists

Bizzkit now introduces a powerful semantic function that enhances the functionality of global lists. This feature leverages AI to provide intelligent suggestions for selecting items based on contextual attributes, making workflows more efficient and intuitive.

For example, users can now select the most appropriate color in a list of colors by analyzing the product description or identify the correct vendor based on original product specifications. This capability can be adapted to various scenarios, providing significant flexibility and operational improvement.

The functionality is seamlessly available both in the user interface as a semantic function and through the API, enabling integration into broader systems and workflows. This addition represents a major step forward in streamlining processes and reducing manual effort when managing data in global lists.

PDF preview in PIM

We have introduced a new feature in PIM that enables users to preview PDF files directly within the platform. This enhancement streamlines document management processes in PIM, allowing users to view PDF files without downloading them.

PDF preview in PIM

Auto suggestions

We have introduced automatic generation of suggestion candidates, a feature that dynamically creates suggestions based on the most popular searches. This ensures that users are presented with highly relevant suggestions in real-time, improving their search experience and increasing the likelihood of conversion.

Boosting suggestions based on search frequency

Suggestions now include a dynamic boosting mechanism, prioritizing results based on the number of searches. This ensures that the most frequently searched terms appear at the top, aligning with user intent and enhancing the overall relevance of search suggestions.

Performance optimizations

Ecommerce Search has undergone extensive internal performance optimizations, resulting in a more robust and efficient platform. These enhancements ensure faster response times and improved scalability, enabling businesses to handle high traffic volumes with greater reliability. The improvements stem from refining underlying systems and algorithms, ensuring that both search queries and administrative operations perform seamlessly, even under heavy load.

For developers

There are several new features and enhancements available for developers to leverage in their applications.

New endpoints for efficient product imports in PIM

A new API endpoint, /api/products/import/json/new-products, has been introduced to streamline the process of importing new products into the PIM. This endpoint is highly optimized for handling large-scale imports, ensuring faster and more efficient processing. There is also an upset version, /api/products/import/json for updating existing products. See the documentation for more details.

Better event handling in PIM

The latest update brings significant enhancements to event handling. Performance in views generation and webhook forwarding has been improved, ensuring faster and more reliable operations. Additionally, domain event forwarding within the PIM system has been optimized to deliver greater efficiency and responsiveness. These changes aim to streamline workflows and enhance overall system performance.

Including SKU count in the Unified Search response provides developers with precise data on the number of SKUs available for a given product. This enhancement is crucial for optimizing application performance and creating intuitive user interfaces. By incorporating the SKU count directly into the search response, developers can eliminate the need for additional API calls, streamlining data handling and boosting overall efficiency.

For more information, refer to the documentation.

Improved DAM CDN with custom domain support

Accessing images through the DAM CDN has been enhanced with the introduction of custom domain support. This update simplifies how users interact with the DAM CDN by providing a more user-friendly URL format.

Previously, accessing images required a complex URL like:

https://cdne-mycompany-stage-imaging-spdquced46luc.azureedge.net/

Now, you can use a simplified and branded URL such as:

https://mycompany.cdn.bizzkit.biz/

This improvement makes URLs easier to remember and communicate.

To locate your custom CDN URL:

  • Navigate to "Technical Information" in the DAM UI under Settings.
  • Access it via the API endpoint (/api/_/settings/cdn).

These changes streamline image management and enhance the overall user experience when utilizing the DAM's CDN capabilities.

Image-to-text conversion in BAIA

BAIA now supports image-to-text capabilities, enabling advanced workflows directly from visual inputs. Image input is available for three key endpoints:

  • Product text: Generate descriptions from product images.
  • Product choice: Extract details to aid decision-making.
  • Product placement: Suggest categorization based on images.

These features automate processes like alt-text creation, improve SEO, and integrate seamlessly with existing systems.

Here is an example of using the semantic-function/image-description/call-and-wait (for synchronous processing) endpoint:

{
  "instructions": "Generate around 50 word description for an merchandise e-commerce store",
  "languages": [
    {
      "code": "en-GB"
    },
    {
      "code": "da-DK"
    }
  ],
  "generationMode": "Precise",
  "imageUrl": "https://academy2.cdn.bizzkit.biz//ba59b85a-f09b-462c-a484-d13f66525120/_original"
}

where the image URL is this image:

Image

Here is the response:

{
  "descriptions": [
    {
      "languageCode": "en-GB",
      "description": "Experience ultimate comfort and style with our Bizzkit black polo shirt, perfect for a relaxed day on the water. Made from high-quality materials, this polo offers a sleek look and a comfortable fit. Ideal for casual outings or working remotely, it pairs effortlessly with shorts and loafers."
    },
    {
      "languageCode": "da-DK",
      "description": "Oplev ultimativ komfort og stil med vores Bizzkit sorte poloshirt, perfekt til en afslappet dag på vandet. Fremstillet af materialer af høj kvalitet, tilbyder denne polo et elegant look og en behagelig pasform. Ideel til afslappede udflugter eller fjernarbejde, den passer perfekt med shorts og loafers."
    }
  ]
}

See the Swagger documentation for more details.

Note

Please note that the new endpoints are available in the preview API.

Updated email retention policies in MAIL

To enhance compliance and optimize email data management, two key updates have been introduced to MAIL. Emails will now have their bodies and attachments automatically deleted after specific retention periods. After 30 days, email bodies will no longer be available for viewing or resending. Additionally, a comprehensive policy ensures that all emails, along with their attachments, are permanently deleted after one year. These updates streamline data handling processes while maintaining strict adherence to retention requirements and improving storage efficiency.