Create, update, and bulk-import Shopify products. Produces live products in the store via the GraphQL Admin API or CSV import.
| 1-5 products | GraphQL mutations | | 6-20 products | GraphQL with batching | | 20+ products | CSV import via admin | | Updates to existing | GraphQL mutations | | Inventory adjustments | inventorySetQuantities mutation |
Batching multiple products: Create products sequentially with a short delay between each to respect rate limits (1,000 cost points/second).
Create and manage Shopify products via the Admin API. Workflow: gather product data, choose method (API or CSV), execute, verify. Use when adding products, bulk importing, updating variants, managing inventory, uploading product images, or assigning products to collections. Source: jezweb/claude-skills.