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

Fields

path idID!required
A unique identifier for the category associated with the Shopify product.
path nameString!required
The name of the category, which provides information about the product's classification.

Related types

Sample response

{ "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" } ] }