With the Boost Upsell app, you can import and export a list of deals you have created in your store app. This helps you to manage your offers more easily. Please refer to this article to understand CSV file and how to create a CSV file.
This article will instruct you how to import and export a list of deals that have been created in the Boost Upsell application.
Step by Step Tutorial


Please refer to this sample CSV file to fill in the fields. This includes:
1
as activated and 0
as deactivated.bundles
, accessories
, pre-purchase
, post-purchase
, in-cart
.all
, product
, collection
(applicable to Post-purchase Upsell), condition
(only applicable to Post-purchase Upsell).product
, collection
(applicable to Post-purchase Upsell), same-collection
(applicable to Post-purchase Upsell), condition
(applicable to Post-purchase Upsell).1
for activating the discount and 0
for deactivating the discount.{" percentage_discount ": 5}
.To get the product ID for Target Ids and Recommend Ids, from your ShopBase admin, go to Products > All products. Click on the product you want to get the ID. The last series of number in the URL is the product ID.

To get the collection ID for Target Ids and Recommend Ids, from your ShopBase admin, go to Products > Collections. Click on the collection you want to get the ID. The last series of number in the URL is the collection ID.

condition
, you have to enter the condition values here. E.g: {"target":{"match":"all","conditions":[{"field":"title","relation":"contains","value":"cat"}]},"recommend":{"match":"any","conditions":[{"field":"tag","relation":"equals","value":"freeshipping","key":0},{"field":"title","relation":"contains","value":"dog","key":0}]}
In this example, you want the product that displays the offer when the customers view/buy must match all of the conditions set forth. The condition in this example is: the title of the target product must contain the word cat
. Then after the customer views the eligible target products, the app will suggest the products that match at least one of the following any
conditions: The item's tag must be equals to the value freeshipping
, or the product's title must contain the word` dog`.
This feature is only applicable to incentives created in the form of Upsell, Accessories Cross-sell and Bundles Cross-sell.