shopify-admin-bulk-price-adjustment

Installation
SKILL.md

Purpose

Applies a percentage or fixed price adjustment to every variant across a Shopify collection or tag in a single automated workflow — without manually navigating products in the admin UI, exporting CSVs, editing them, and re-importing. Use this skill when you need to run a storewide or collection-level sale, revert prices after a promotion ends, pass through a supplier cost increase, or align pricing across a segment of products.

Prerequisites

  • Authenticated Shopify CLI session: shopify auth login --store <domain>
  • API scopes: read_products, write_products

Parameters

Parameter Type Required Default Description
store string yes Store domain (e.g., mystore.myshopify.com)
format string no human Output format: human or json
dry_run bool no false Preview operations without executing mutations
collection_id string no* GID of collection to target (e.g., gid://shopify/Collection/123)
tag string no* Product tag to filter by (alternative to collection_id)
adjustment_type string yes percent or fixed
adjustment_value float yes Amount to adjust. Positive = increase, negative = decrease. For percent: -10 = 10% discount.
min_price float no 0 Floor price — no variant will be set below this value
Related skills
Installs
5
GitHub Stars
139
First Seen
Apr 12, 2026