For stores that have many products, it might be hard to find products when creating a price test.
Therefore, ABConvert offer a useful search feature to help you find your product by using different filter.
This article will explain how to search product when creating a price test.
How to search product(s)
When you create a price test, the first step is to select product.
In the "Select product" step, there is a search bar for you to fill in your search query.
The easiest way to search is to type in the product name. However, this might not be enough.
Therefore, we can use other query type as well as search syntax to do advanced search.
What kind of filter can I use
Here are the support filter parameters from Shopify:
barcodebundlescreated_atdelivery_profile_iderror_feedbackgift_cardhas_only_compositeshas_only_default_varianthas_variant_with_componentsidinventory_totalis_price_reducedout_of_stock_somewherepriceproduct_configuration_ownerproduct_publication_statusproduct_typepublishable_statuspublished_statusskustatustagtag_nottitleupdated_atvendor
Most of the time, we only need to use:
titletagstatusskuprice
How to use query
It's really simple to use the filter, as long as you understand how to do a query.
The query can be decomposed to be conditions, and a condition is defined as:
Filter name + Value
Filter name is the above mentioned filter parameters.
Value is the rule that's related to the filter name.
For example, a query that search for product title equals to abconvert will be: title:abconvert
If there are multiple condition, we can use whitespace to add condition.
For example, a query that search for products that have title equals to abconvert and status equal to Active will be: title:abconvert status:active
The search result in our app should be the same as the result in the shopify admin dashboard.
Here is an article for more explanation on search syntax: https://shopify.dev/docs/api/usage/search-syntax
Query example
We listed out some query example to help you quickly learn how to query your products.
Product that has
ABConvertas its title:title:abconvertProduct that has a
Testtag:tag:testProduct that is active:
status:activeProduct that has SKU of
12345678:sku:12345678Product that has price greater than 10:
price:>10Product that has price less or equal to 10:
price:<=10
Conclusion
This article explains how to do search your product by query. By doing so, we easily can find the product we want to create test for.
If you have any questions or feedback, feel free to reach out by emailling [email protected] or through the support widget.
Happy testing! π



