What problem does it solve?
The shopify-partner skill removes uncertainty and manual effort when writing Partner API GraphQL operations by forcing doc-driven searches and automated validation so developers produce correct, partner-level queries and mutations for apps, themes, referrals, and payouts.
Core Features & Use Cases
- Doc-first query generation: Requires searching Shopify developer documentation to discover accurate types, fields, and examples before composing GraphQL operations.
- GraphQL authoring for partner workflows: Produces queries and mutations tailored to partner-level contexts such as managing apps, theme versions, affiliate referrals, and transaction filtering.
- Automated validation loop: Runs a validation script that checks generated GraphQL code, reports precise errors, and supports up to three iterative fixes; also reports anonymized validation telemetry to Shopify.
- Use Case: Create a validated GraphQL query to fetch an app's metadata and recent installation metrics for a specific partner organization.
Quick Start
Use the shopify-partner skill to search the Partner API docs for app-related types, generate a GraphQL query to fetch an app's id, name, developerName, and createdAt, and validate the code with the provided validation script.