
This add-on was built by Stamped.io.
Important: this add-on is no longer supported. Below are legacy instructions for existing merchants. If you have any questions regarding your setup or account access please reach out to
Stamped Support.
Overview
Stamped.io is an AI-powered eCommerce marketing platform that enables D2C brands to accelerate their business growth.
Check Your Stamped.io Setup
You will no longer be able to access your Stamped Dashboard via your Neto control panel. To access your Stamped account please login directly through the Stamped.io website.
Once logged in, navigate to Settings > API Keys and ensure you still have a Public API Key and Store Hash. If not, regenerate these, or reach out to Stamped Support for assistance.
Keep your Stamped Dashboard open or copy and store those fields for reference as you will need them for the next step.
Update and Verify Neto Setup
Set Up Custom Script:
-
In your Neto Navigation pane, go to SETTINGS & TOOLS, and select All Settings & Tools.
-
On the Settings & Tools page, search for and click Custom Scripts (available under Analytics & 3rd Party Scripts section).
-
On the Custom Scripts page, click Add New to create a new custom script.

-
On the 3rd Party Script page, enter the following details and click Save.
- Name: Enter a name for the new custom script.
- Key 1: Enter your Stamped Public API Key value.
- Key 2: Enter your Stamped Store Hash value.
Review the following Script tabs:
Page Header
<script>function myInit(){StampedFn.init({apiKey:"[@referral_key1@]",sId:"[@referral_key2@]"})}</script><script async onload="myInit()" src="https://cdn1.stamped.io/files/widget.min.js"></script>
Purchase Confirmation (Thank You Page)
<img src="https://stamped.io/conversion_tracking.gif?sId=[@referral_key2@]&apiKey=[@referral_key1@]&orderId=[@order_id@]&orderAmount=[@grand_total@]&orderCurrency=[@config:defaultcurrency@]">
Product Page (Under Description)
Note: This code may be located in your theme templates if you have replaced the default Neto review setup. Refer back to your theme developer if you are not sure.
<div id="stamped-main-widget"
data-product-id="[@inventory_id@]"
data-name="[@name@]"
data-url="[@url@]"
data-image-url="[@config:home_url@][@thumb@]"
data-description="[@short_description@]"
data-product-sku="[@sku@]">
</div>
Product Page (Under Buying Options) / Product Thumbnails:
Note: This code may be located in your theme templates if you have replaced the default Neto review stars. If you do not want to show review stars outside of the main Stamped widget, do not include this code.
<span class="stamped-product-reviews-badge stamped-main-badge" data-id="[@inventory_id@]"></span>
Tip: If you still have the Stamped.io addon installed, you can now safely uninstall it to remove any old script code.
Synchronizing Data
As Stamped has removed its API connection, you can use one of the two following options to synchronize your Neto data:
Option 1: Create an export template in your Neto control panel that exports out the data Stamped requires. This would ideally be hosted on your web store server so that Stamped can access the URL and download the data on a schedule.
For any assistance with the import setup please refer to Stamped Support. And for any assistance with the export setup please reach out to Neto Support or a Neto Partner.
Option 2: Build out an API connector to send data between Neto and Stamped. This would generally require development work to build an application that can poll both APIs for data.
Please refer to:
We also have a number of API Partners who can scope out and implement an API connector if you do not have a developer on hand.