# Shopify Repricing Data - Variant SKU Price Deltas

**Use case:** 

Get variant-level Shopify price and compare-at-price deltas down to the SKU for repricing and brand pricing analysis - run on a schedule.

## Input

```json
{
  "mode": "price_changes",
  "storeDomains": [
    "allbirds.com",
    "vejashoes.com"
  ],
  "lookbackDays": 30,
  "deepInventoryProbe": false,
  "lowStockThreshold": 5,
  "enableAiNiche": true,
  "maxProductsPerStore": 60,
  "maxItems": 250,
  "concurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "store": {
    "label": "Store",
    "format": "text"
  },
  "deltaType": {
    "label": "Change",
    "format": "text"
  },
  "productTitle": {
    "label": "Product",
    "format": "text"
  },
  "variantTitle": {
    "label": "Variant",
    "format": "text"
  },
  "oldValue": {
    "label": "Old",
    "format": "text"
  },
  "newValue": {
    "label": "New",
    "format": "text"
  },
  "detectedAt": {
    "label": "Detected",
    "format": "date"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store Intelligence — Catalog, Price & Stock Tracker](https://apify.com/constructive_calm/shopify-store-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/shopify-store-intel) to learn more, explore other use cases, and run it yourself.