unauthenticated_read_product_tags not returning tags from API

I have enabled unauthenticated_read_product_tags in my private app.

And are using the storefront API, double-checked the API key.

But when I receive the GraphQL model it does not include tags.

GraphModel {
  id: [Getter],
  availableForSale: [Getter],
  createdAt: [Getter],
  updatedAt: [Getter],
  descriptionHtml: [Getter],
  description: [Getter],
  handle: [Getter],
  productType: [Getter],
  title: [Getter],
  vendor: [Getter],
  publishedAt: [Getter],
  onlineStoreUrl: [Getter],
  options: [Getter],
  images: [Getter],
  variants: [Getter],
  refetchQuery: [Getter],
  type: [Getter]
}

What am I doing wrong?:slight_smile:

1 Like