Shopify
Read and manage store data through the Shopify Admin GraphQL API
Connect an existing Shopify store when a project needs products, collections, customers, orders, inventory, or another Admin GraphQL resource. The access token's Shopify scopes remain the final permission boundary.
Connect Shopify
Create a Shopify custom app with only the Admin API scopes the project needs. In Settings > Integrations, select Shopify, then enter the *.myshopify.com shop domain and Admin API access token.
Swarmz supports bounded graphql_query and graphql_mutation operations. The gateway checks GraphQL and user errors instead of treating every HTTP 200 response as success.
Example prompt:
Use Shopify to list the first 25 active products and their inventory. Show the mutation before changing any product.
Verify and recover
Query the shop name and a small product page. Create or update only a disposable test product, verify it in Shopify, then remove it.
If Shopify denies a field, add only the required custom-app scope and reinstall or rotate the token. Removing the connection does not alter store data.