Version details
Version name
The name of the app version. This is used to identify the version in the app store and during version management.
Version notes
A short description of the changes introduced in this version. This can include updates, bug fixes, or new functionality and is used to track changes between versions.
Messaging version
Determines how the app communicates with Struct PIM. If your app depends on specific features, ensure the correct version is selected. If unsure, use the latest available version.
Install URL
The endpoint called when this version of the app is installed. This allows you to prepare your app for the new installation and handle the installation process.
Uninstall URL
The endpoint called when the app is uninstalled, notifying the app
Extension point
Extension points define where your app integrates with Struct PIM. You can view and add the extension points you want to use for the app. These act as integration points between your app and the PIM.
Extension points defined at the version level are used as templates for new app connections.
Label
Enter a label for the extension point which will be shown in the UI.
Key
A key that cannot be changed is generated from the type and label upon creation of the extension point. It is used to match extension point across versions during upgrades.
Description
A description used to descripe the extension point.
Type
Extension point types define where the app will be shown inside the PIM. You can setup multiple extension points, but they can only have one extension point type.
Embed URL
The URL where the app fetches its data from and renders its content within Struct PIM. You can use '@' to insert context values such as slug, user, and language, allowing the app to adapt dynamically to the current context.
Depending on the extension point type, the context options entity type and internal ID may be available.
Locked field
If enabled, the field value cannot be overridden in app connections.
Use this for values that should remain the same across all app connections.
Last updated