Extensions

#Data component

A Data component extension retrieves data from a predefined endpoint via HTTP GET request and displays it within the PIM interface.

#Authenticated calls

Thanks to the possibilty of adding credentials to the extension, you are able to query endpoints requiring authentication.

#Available Positions

See the Positions documentation for visual examples of panel locations.

#Limitations

  • Read-only display: Cannot edit data within the panel
  • JSON format only: Other formats not supported
  • No custom styling: Display format is controlled by PIM
  • Limited interactivity: No buttons or form controls
  • Single request: Data loads once when panel opens (no auto-refresh)