diff --git a/lib/shopify/index.ts b/lib/shopify/index.ts
index 3e200ecac..65856a62a 100644
--- a/lib/shopify/index.ts
+++ b/lib/shopify/index.ts
@@ -891,7 +891,6 @@ export async function getAllMetaobjects(type: string) {
   while (hasNextPage) {
     const res = await shopifyFetch<ShopifyMetaobjectsOperation>({
       query: getMetaobjectsQuery,
-      tags: [TAGS.collections, TAGS.products],
       variables: { type, after }
     });