Skip to main content
Back to registry

shopify-products

jezweb/claude-skills

Create, update, and bulk-import Shopify products. Produces live products in the store via the GraphQL Admin API or CSV import.

Installs209
Install command
npx skills add https://github.com/jezweb/claude-skills --skill shopify-products
Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykFAIL
About this skill
Create, update, and bulk-import Shopify products. Produces live products in the store via the GraphQL Admin API or CSV import. Determine what the user wants to create or update: Accept data from: Single product with variants : See references/graphql-mutations.md for all mutation patterns. Batching multiple products : Create products sequentially with a short delay between each to respect rate limits (1,000 cost points/second). For 20+ products, generate a CSV and import through Shopify admin: Use browser automation to assist with the upload if needed. Images require a two-step process — staged upload then attach: Then upload to the staged URL, and attach with productCreateMedia . Shortcut : If images are already hosted at a public URL, pass src directly in the product creation: After creation, add products to collections: To find collection IDs: Query back the created products to confirm: Provide the admin URL for the user to review: New products default to DRAFT . To make them visible: Always confirm with the user before setting status to ACTIVE .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does shopify-products do?

Create, update, and bulk-import Shopify products. Produces live products in the store via the GraphQL Admin API or CSV import.

Is shopify-products good?

shopify-products does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does shopify-products work with?

shopify-products currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, amp, github-copilot.

What are alternatives to shopify-products?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install shopify-products?

npx skills add https://github.com/jezweb/claude-skills --skill shopify-products

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering