Create App
Creating an App in Shopranos#
Follow these steps to create your custom app on the Shopranos platform. This guide will walk you through the app creation process, setting permissions, and integrating your app with Shopranos through event subscriptions, iframes, and webhooks.Step 1: Access the Shopranos App Portal#
1.
This is the central hub where you can manage your apps and access the Shopranos app creation tools.
Step 2: Create a New App#
2.
Start the process by selecting the option to create a new app. This will take you to the app creation form.
Step 3: Fill Out App Details#
3.
Choose a unique and descriptive name for your app.
4.
Upload a logo that represents your app. This will be displayed in the Shopranos app marketplace and in the eShop admin panel.
5.
Provide a link to your app's terms and conditions. This is important for legal compliance and informing users of the app's usage policies.
6.
Enter the URL of your app’s official website. This link will be available to users for more information about your app.
7.
Provide a link to your privacy policy. This is required to inform users about how their data will be handled and protected.
8.
Include a phone number where users can contact you for support.
9.
Enter the URL for your support page or ticketing system, where users can submit queries or issues.
10.
Provide an email address where users can reach you for help with the app.
Step 4: Set App Permissions#
Once your app is created, you will be prompted to define the permissions your app requires.
These permissions control what data and actions your app can access within the Shopranos platform.
Ensure you request only the permissions necessary for your app's functionality, as store owners will need to approve these during installation.
Step 5: Subscribe to Events (JavaScript)#
You can write JavaScript code to subscribe to Shopranos events, such as add-to-cart
, checkout-completed
, and others.
Subscribing to events allows your app to respond to user actions in real-time, providing dynamic features and enhancing the eCommerce experience. Events Step 6: Register an Iframe#
You can register an iframe to embed your app’s UI directly within the Shopranos admin panel.
If registered, this iframe will be displayed as an option in the Shopranos menu, allowing store owners to interact with your app seamlessly. Iframe Step 7: Register Webhooks#
Webhooks allow your app to receive real-time notifications from Shopranos for specific events such as order status changes, catalog updates, or new installations.
Register a webhook by specifying the endpoint that will receive these notifications. Web Hooks Conclusion#
By following these steps, you can create and integrate your custom app within the Shopranos ecosystem. From setting up basic details to managing permissions, subscribing to events, embedding iframes, and registering webhooks, Shopranos provides a comprehensive framework for developing powerful eCommerce applications.Take advantage of these tools to enhance your app’s functionality and offer unique features to store owners using the Shopranos platform.Modified at 2024-08-26 13:46:44