shopify-admin-promo-code-bulk-generator
Installation
SKILL.md
Purpose
Generates N unique discount codes (e.g., 100 codes for an influencer giveaway, 500 for a partner distribution drop) with a shared prefix and configurable value, usage limit, and validity window. Each code is created as a standalone DiscountCodeBasic discount node so it can be tracked independently in Shopify Admin and revoked individually if leaked. Typical use: handing each code to a different recipient where each redemption must be tied to one person.
Prerequisites
- Authenticated Shopify CLI session:
shopify store auth --store <domain> --scopes write_discounts - API scopes:
read_discounts,write_discounts