ResourcePicker - type: variant suddenly stopped working for search

ResourcePicker - type: variant suddenly stopped working for search

KA25
Shopify Partner
1 0 0

ResourcePicker has suddenly stopped working for our app because of wrong searchQuery. For some reason when we input something in the search bar the  generated query will wrap it with single qoutes, e.g. 'product_type:Chair'

 

const variants = await shopify.resourcePicker({
      type: "variant",
      action: "select",
      multiple: true,
    });

Screenshot 2025-03-06 142846.png

Screenshot 2025-03-06 143619.png

Replies 0 (0)