Skip to main content

Build an example extension

Build an Example extension

In this tutorial, we'll build a Java + React Extension. We'll end up creating a working example extension that would enable merchants to create highlights for certain products and to display the price drop tag under the price if it is altered recently.

About the Product Highlights Extension

We've designed the product highlights extension to demonstrate some of the patterns, components, and features that are common in Fynd Platform extensions. The product highlight extension addresses a real-world merchant need and integrates seamlessly with the Fynd Platform user interface.

Required Libraries

  • fdk-client-java to enable the extension call requests to the Fynd platform APIs.
  • fdk-extension-java acts as a helper library to initialize the extension and validate the extension config.
  • nitrozen-react is a collection of the react components that can be reused across Fynd Platform system.
note

This series utilizes version 0.5.0 of fdk-extension-java and version 1.3.3 of fdk-client-java.