Shopify: Get Types Batch
Shopify via Parse · developer_tools
Get detailed information for multiple types in a batch. Fetches all types of a given kind (optionally filtered by category) with offset-based pagination, returning full details including fields, arguments, enum values, etc. Each type in the batch includes its name, kind, category, description, and type-specific details. 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_types_batch
- Interface artifact
- sha256:ce2bd96cce7f06220be61e903e883931ef834abbb9922e27050a3e0cc80e863d
- Manifest digest
- sha256:d16c6bf907623c0891b178860017beebc833957e5794751155a1fd3631f47bbf
Request fields
- limit (integer): Maximum number of types to return per batch
- offset (integer): Starting offset for pagination
- version (string): API version (e.g., '2026-01', '2025-10')
- category (string): Filter by category name (e.g., 'Access', 'Orders'). Omitting returns types from all categories.
- type_kind (string, required): Type kind: mutations, objects, queries, connections, enums, input-objects, interfaces, payloads, scalars, unions: Allowed values: mutations, objects, queries, connections, enums, input-objects, interfaces, payloads, scalars, unions
Example queries
- {"limit":"3","offset":"0","version":"2026-01","category":"Access","type_kind":"mutations"}