# Shopify Restock and Sell-Out Alerts by Store

**Use case:** 

Track a competitor store's stock and get an alert the run a sold-out variant comes back or a bestseller sells out, with SKU and product URL included.

## Input

```json
{
  "storeUrls": [
    "https://www.deathwishcoffee.com"
  ],
  "maxProductsPerStore": 250,
  "monitorId": "restock-watch"
}
```

## Output

```json
{
  "store": {
    "label": "Store",
    "format": "string"
  },
  "title": {
    "label": "Product title",
    "format": "string"
  },
  "newPrice": {
    "label": "New price",
    "format": "string"
  },
  "changePercent": {
    "label": "Change percent",
    "format": "number"
  },
  "type": {
    "label": "Change type",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "detectedAt": {
    "label": "Detected at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Competitor Price & Restock Monitor](https://apify.com/davidbenittah/shopify-competitor-price-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/shopify-competitor-price-monitor) to learn more, explore other use cases, and run it yourself.