Shopify Admin Graphql
Access and manipulate Shopify store data via Tamir's GraphQL API integration for automated tasks and custom workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add shopify-admin-graphql npx -- -y @trustedskills/shopify-admin-graphql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"shopify-admin-graphql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/shopify-admin-graphql"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact directly with the Shopify Admin GraphQL API, allowing for programmatic management of store data. It facilitates complex queries and mutations without relying on REST endpoints or browser-based admin interfaces.
When to use it
- Automating inventory updates across multiple product variants simultaneously.
- Retrieving real-time sales analytics and order history for reporting dashboards.
- Creating new customers and assigning them to specific collections via API calls.
- Modifying store settings like shipping zones or tax configurations through code.
Key capabilities
- Direct access to the Shopify Admin GraphQL schema.
- Execution of custom queries to fetch nested data efficiently.
- Performance of mutations to create, update, or delete resources.
- Bypassing rate limits associated with standard REST API calls.
Example prompts
- "Query all active orders from the last 30 days and calculate total revenue per product."
- "Create a new customer account for 'John Doe' and add them to the 'VIP' collection."
- "Update the price of all products in the 'Summer Sale' collection by 15%."
Tips & gotchas
Ensure your AI agent has valid API credentials with appropriate scopes (e.g., write_products, read_orders) before attempting mutations. Be mindful of GraphQL query depth limits to prevent request failures on large datasets.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.