Updated Example env

This commit is contained in:
2025-08-06 15:36:19 -05:00
parent 78818793f2
commit 121ccc9bcf
3 changed files with 224 additions and 13 deletions

View File

@@ -4,7 +4,6 @@ SHOPIFY_ACCESS_TOKEN=your-admin-api-access-token
# Price Update Configuration
TARGET_TAG=sale
PRICE_ADJUSTMENT_PERCENTAGE=10
# Operation Mode Configuration
# OPERATION_MODE determines whether to update prices or rollback to compare-at prices
@@ -14,4 +13,5 @@ OPERATION_MODE=update
# Optional Configuration
# PRICE_ADJUSTMENT_PERCENTAGE can be positive (increase) or negative (decrease)
# Example: 10 = 10% increase, -15 = 15% decrease
# Note: PRICE_ADJUSTMENT_PERCENTAGE is only used in "update" mode
# Note: PRICE_ADJUSTMENT_PERCENTAGE is only used in "update" mode
PRICE_ADJUSTMENT_PERCENTAGE=10