shopify-bulk-sync
Use this skill when the user asks about "bulk operations", "mass update", "bulk mutation", "JSONL", "staged uploads", "large data sync", "tier launch", or any large-scale Shopify data operations. Provides Bulk Operations API patterns for processing thousands of items.
Installation
SKILL.md
Shopify Bulk Operations API allows processing thousands of items in a single async operation, bypassing rate limits entirely. Use for mass updates when regular API calls would exceed limits.
| 1-50 | Direct API calls | Fast, no overhead | | 50-500 | Cloud Tasks with batching | Manageable with delays | | 500+ | Bulk Operations API | Avoids rate limits entirely | | 1000+ | Bulk Operations (REQUIRED) | Only viable approach |
| Max JSONL file size | 100MB | Chunk large operations | | Max lines per chunk | 50,000 | Safe limit for metafields | | Max metafields per line | 1 | One metafield per JSONL line |
Use this skill when the user asks about "bulk operations", "mass update", "bulk mutation", "JSONL", "staged uploads", "large data sync", "tier launch", or any large-scale Shopify data operations. Provides Bulk Operations API patterns for processing thousands of items. Source: trantuananh-17/product-reviews.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/trantuananh-17/product-reviews --skill shopify-bulk-sync- Category
- {}Data Analysis
- Verified
- —
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is shopify-bulk-sync?
Use this skill when the user asks about "bulk operations", "mass update", "bulk mutation", "JSONL", "staged uploads", "large data sync", "tier launch", or any large-scale Shopify data operations. Provides Bulk Operations API patterns for processing thousands of items. Source: trantuananh-17/product-reviews.
How do I install shopify-bulk-sync?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/trantuananh-17/product-reviews --skill shopify-bulk-sync Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/trantuananh-17/product-reviews
Details
- Category
- {}Data Analysis
- Source
- user
- First Seen
- 2026-02-05