What problem does it solve?
This Skill streamlines installing and operating a Shopify connector so users can authenticate a store and run product, order, customer, and inventory queries without manual API setup or ad-hoc scripting.
Core Features & Use Cases
- One-time CLI installation: Guides Node and Shopify CLI installation, PATH refresh, and verification.
- Authentication & scope management: Walks through shopify auth login and shopify store auth with required API scopes and re-authentication for missing scopes.
- Admin API operations & fallback: Uses shopify store execute for GraphQL queries and mutations to list, search, create, and update products, orders, customers, and inventory, with a curl fallback using a Custom App access token.
- Use Case: Connect a freshly cloned kit to an existing Shopify store, authenticate, list the latest products, and flag low-stock variants for reorder.
Quick Start
Connect to my Shopify store using the Shopify CLI, authenticate with the required API scopes, and list the ten most recent products.