Shopify: Get Api Navigation
Shopify via Parse · developer_tools
Get the full navigation tree of the Shopify GraphQL Admin API. Returns all categories, type groups, and individual types with their names and URL paths. Supports filtering by category and/or type kind. When type_kind is specified, returns a flat list of matching types with a total count. When no type_kind filter is applied, returns the full tree with category names and type counts per kind. Not all type kinds exist in every category (e.g. unions are only in the 'GraphQL Types' category). Fetch the complete Shopify GraphQL Admin API schema documentation including all types, fields, arguments, descriptions, and relationships across all categories (Access, Analytics, Apps, B2B, Billing, etc.) Fulfilled by Parse from shopify.dev.
- b2b-directory
- developer-tools
- ecommerce
- parse
- platform-key
- shopify
- shopify-dev
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/34fe858c-da35-4567-8de3-5ca4da20fb89/get_api_navigation
- Interface artifact
- sha256:c6a36137b448cf72673b273329aba98353dc3c53463fd107b3b5ab319eebf94d
- Manifest digest
- sha256:a29d698dc94295624a6b4cbf4b91785380802ec9c2255abc2ab52191bd731987
Request fields
- version (string): API version (e.g., '2026-01', '2025-10')
- category (string): Filter by category name (e.g., 'Access', 'Orders', 'Products and collections'). Omitting returns all categories.
- type_kind (string): Filter by type kind: mutations, objects, queries, connections, enums, input-objects, interfaces, payloads, scalars, unions. Omitting returns all type kinds.: Allowed values: mutations, objects, queries, connections, enums, input-objects, interfaces, payloads, scalars, unions
Example queries
- {"version":"2026-01","category":"Access","type_kind":"mutations"}