App Shopify Admin Graphql
Access and manipulate Shopify store data via GraphQL API for tasks like product updates and order management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add app-shopify-admin-graphql npx -- -y @trustedskills/app-shopify-admin-graphql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"app-shopify-admin-graphql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/app-shopify-admin-graphql"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with the Shopify Admin through its GraphQL API. It enables querying and manipulating data related to orders, products, customers, and other core Shopify entities. The agent can retrieve information or perform actions like updating product inventory or creating new customer records.
When to use it
- Order Management: Retrieve order details for a specific customer or identify orders needing fulfillment.
- Product Information: Get detailed specifications of a product, including variants and pricing.
- Customer Service: Access customer purchase history to resolve inquiries more effectively.
- Inventory Updates: Automatically adjust inventory levels based on sales data or external factors.
Key capabilities
- Shopify GraphQL API interaction
- Data retrieval for orders, products, and customers
- Ability to perform actions within the Shopify Admin panel (e.g., updating product information)
Example prompts
- "Get me all orders placed by customer John Doe in the last week."
- "What is the current inventory level of the 'T-Shirt - Red' product?"
- "Create a new customer with name Jane Smith and email [email protected]."
Tips & gotchas
- Requires appropriate API credentials to access the Shopify store. Ensure these are securely provided to the AI agent.
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.