Hi everyone.
I’m struggling with products filtering of storefront API.
The problem I facing is cannot fetch filter of metafield with type = list.single_line_text_field.
I’ve found there are limitation about metafield filter in document below.
https://shopify.dev/custom-storefronts/products-collections/filter-products
Product and variant metafield filters are available for metafields defined using the metafield types single_line_text_field ,boolean, numeric_integer, numeric_decimal using API version2022-04or higher.
I would think it is also able to filter by metafield defined as list.single_line_text_field in custom storefront because I can filter products by metafield defined as list.single_line_text_field in Shopify Theme
Is it able to use metafield types list.single_line_text_field via storefront API?
if it is enabled is there any other cause not for fetching metafield filter types list.string_line_text_field?
Regards.