通过 /admin/api/2025-04/custom_collections.json?ids= 接口,获取对应collection数据的时候,无法返回商品系列类型为自动的,但可以正常返回手动的。请问应该如何解决?十分感谢
To get smart collections using the Shopify Admin GraphQL API, you should use the collections query with the filter collection_type:smart. This will return all automated (smart) collections in your store.