# Shopify Store Configuration SHOPIFY_SHOP_DOMAIN=your-shop-name.myshopify.com SHOPIFY_ACCESS_TOKEN=your-admin-api-access-token # Price Update Configuration TARGET_TAG=sale PRICE_ADJUSTMENT_PERCENTAGE=10 # Optional Configuration # PRICE_ADJUSTMENT_PERCENTAGE can be positive (increase) or negative (decrease) # Example: 10 = 10% increase, -15 = 15% decrease