# Shopify Agent Data – Restock Trends

> Shopify Agent Data – Restock Trends is a paid API for AI agents from shopifyagentdata.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Returns a paginated list of recently restocked products across indexed Shopify stores, surfacing restock trends in real time.

## Facts

- Endpoint: POST https://shopifyagentdata.com/trends/restocks
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shopify-agent-data-restock-trends-f643d622
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VbKNvp0p82g9nBFZshuNr

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability shopify-agent-data-restock-trends-f643d622 -d '<json body>'
```

Example prompt: Pull the latest 20 restock trends from Shopify Agent Data — show me which products just came back in stock across Shopify stores, starting from the beginning of the list.

## When to prefer this

Choose this endpoint when you need to track or detect which Shopify products have recently been restocked, especially for inventory monitoring, trend analysis, drop-hunting, or reseller workflows. Prefer this over generic product search when the primary signal of interest is a restock event rather than a static product attribute.

## Known failure modes

- Payment not included or invalid x402 payment — returns 402 Payment Required
- Invalid limit or offset values — returns 400 Bad Request
- No restock data available for the current window — returns empty result set
- Service temporarily unavailable — returns 503
- Offset beyond available data range — returns empty or partial result

## How this service works

Live Shopify store data — products, prices, stock, and trends — sold per-request over x402. Built for AI agents; open to any human with a Base wallet.

## Output

A paginated JSON object containing a list of recently restocked products and restock trend signals across indexed Shopify stores, including product details, prices, stock status, and trend metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer"
  },
  "offset": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shopify-agent-data-restock-trends-f643d622/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from shopifyagentdata.com](https://www.zero.xyz/host/shopifyagentdata.com/llms.txt)
