Links

Integrations - Subscription order service

Available on the Professional plan or above
Currently, there are five subscription-order service integrations available in UpPromote: Appstle, Recharge, Bold Subscription, Partially, and Seal.

Appstle Integration

To track subscription orders from Appstle Subscriptions, you can enable Appstle integration. Simply go to Settings > Integration > Subscription / Payment app > Appstle > Switch it on.

Recharge Integration

If you are using Recharge payment in your shop, click Connect to integrate with Recharge.
Then you will need to confirm your integration:

Bold Integration

If you are using Bold Subscriptions, set up Bold subscriptions integration in Settings > Integration > Bold subscriptions > Switch it on to track recurring orders on your shop.

1. Bold ver 2

For the new Bold subscription app (that is integrated with Shopify Checkout), you can just turn on the setting to track recurring orders.
In case you only want to contribute commissions for affiliates for the first order (not the recurring ones), you can keep this setting off, and our system will track the first order as usual.

2. Bold ver 1

If you are using the old Bold subscription version (which is not integrated with Shopify Checkout yet), please follow these steps to configure the integration:
Copy the following code and go to Bold subscription app > Integrations > View all integrations > enable Advanced tracking scripts and paste the code into the Script box.
<script>
var scaBoldObject = {
order_name:"[order_name]",
total:"[total]",
subtotal:"[subtotal]",
customer_email:"[customer_email]",
customer_id:"[customer_id]",
shop:"[myshopify_domain]",
line_items:products_json
}
fetch('https://af-test.uppromote.com/api/webhook/bold/tracking', {
method: 'post',
body: JSON.stringify(scaBoldObject)
}).then(function(response) {
return response.json();
}).then(function(data) {
});
</script>
After that, click Save and the integration will be on.

Seal Integration

To track subscription orders from Seal Subscriptions, you can enable Seal integration. Simply go to Settings > Integration > Subscription / Payment apps > Seal.
Then switch the toggle on for UpPromote to track recurring orders from Seal (by default, the system still tracks the first order).
Next, go to the Seal subscription app > Settings > General settings > enable Tag new and subsequent subscription orders > use recommended tag from Seal > Save changes.