Klaviyo Marketplace
Learn how to list and manage your Pandium-powered integration on the Klaviyo Marketplace, including configuration steps, listing requirements, and best practices for a successful app listing.
Last updated
Was this helpful?
Learn how to list and manage your Pandium-powered integration on the Klaviyo Marketplace, including configuration steps, listing requirements, and best practices for a successful app listing.
When submitting your app to the Klaviyo marketplace, you'll need to provide two critical URLs:
The OAuth Installation URL initiates the connection flow when users install your app from the Klaviyo marketplace.
Base URL Format
Choose the appropriate base URL for your environment:
Sandbox Environment:
https://exmart.sandbox.pandium.io/v1/connect/<account_name>/<integration_name>Production Environment:
https://exmart.pandium.io/v1/connect/<account_name>/<integration_name>Replace <account_name> and <integration_name> with your specific values.
Add the following query parameters to your OAuth Installation URL:
Connector (required)
This is used to determin which connectors will be linked and in what order
Add multiple connector parameters to connect services sequentially.
Example: ?connector=magento&connector=Klaviyo means this will connect Magento first and then Klaviyo
landing_url (required)
Specifies where users are redirected after completing the installation
Pandium will append additional query parameters to handle tenant linking
Format: ?landing_url=<marketplace_url>
Example: ?landing_url=https://webstage.magento.dev/app/merchant/#/Integrations/Store
The Settings URL is used to route to the user's tenant settings after the application is installed.
Format
Add the display=settings query parameter to your marketplace URL:
Example
If you want the tenant list page for your integration, then either omit the display param (since this is default behavior) or can use display=list
or
If you encounter issues during the listing process, please feel free to contact your Pandium Technical Account Manager for assistance.
Last updated
Was this helpful?
Was this helpful?
<marketplace_url>?display=settingshttps://gwtech.io.pandium.com/integrations?integration_id=1121&display=settingshttps://gwtech.io.pandium.com/integrations?integration_id=1121https://gwtech.io.pandium.com/integrations?integration_id=1121?display=list