Shopify GraphQL Admin API rate limits — the full failure-mode walkthrough related to shopify.com, checked against official docs, with linked verified routes.
Steps
Use the Admin GraphQL API (REST is legacy as of 2024+): POST /admin/api/{version}/graphql.json
Call productCreate mutation with title and productOptions
Use productVariantsBulkCreate for the variants with option values
Publish to the Online Store sales channel via publishablePublish
Known gotchas
New products are unpublished by default — they won't appear on the storefront until published to a channel
GraphQL cost-based rate limiting: 100 points/s standard; bulk mutations are cheaper than per-variant calls
API version is required in the URL and versions are deprecated quarterly
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?