> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "ShopifyProductShopifyCategories"
description: "Represents a product category for a Shopify item. These categories can change over time."
---

## Fields

<ParamField path="id" type="ID!" required>
  A unique identifier for the category associated with the Shopify product.
</ParamField>

<ParamField path="name" type="String!" required>
  The name of the category, which provides information about the product's classification.
</ParamField>

## Related types

* [`ShopifyProduct`](/api-reference/shopifyproduct)

## Sample response

```json
{
  "shopifyCategories": [
      {
          "id": "gid://shopify/TaxonomyCategory/sg",
          "name": "Sporting Goods"
      },
      {
          "id": "gid://shopify/TaxonomyCategory/sg-4",
          "name": "Outdoor Recreation"
      },
      {
          "id": "gid://shopify/TaxonomyCategory/sg-4-16",
          "name": "Skateboarding"
      },
      {
          "id": "gid://shopify/TaxonomyCategory/sg-4-16-1",
          "name": "Complete Skateboards"
      },
      {
          "id": "gid://shopify/TaxonomyCategory/sg-4-16-1-3",
          "name": "Longboards"
      }
  ]
}
```


---

*Powered by [holocron.so](https://holocron.so)*
