# Shopify Agent Data – Store Lookup by ID

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

Fetches live product listings, prices, stock levels, and trend data for a specific Shopify store identified by its ID.

## Facts

- Endpoint: POST https://shopifyagentdata.com/stores/%7Bid%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shopify-agent-data-store-lookup-by-id-34d1efd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mecsSZHhLOYTT88xBuyie

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-store-lookup-by-id-34d1efd9 -d '<json body>'
```

Example prompt: Pull up the live product catalog, current prices, and stock levels for Shopify store ID 'gymshark' — I want to see what's in stock and any trending items right now.

## When to prefer this

Use this endpoint when you need live, per-store product and inventory data from a known Shopify store and are willing to pay per-request via x402/USDC. Prefer this over scraping or Shopify Admin API when you don't have merchant credentials but need real-time catalog and pricing data for a specific store.

## Known failure modes

- Store ID not found or not indexed — returns 404 or empty result
- Payment not completed via x402 — returns 402 Payment Required
- Store has no publicly accessible Shopify data — returns empty catalog
- Invalid or malformed store ID — returns 400 Bad Request
- Upstream Shopify data temporarily unavailable — returns 503 or timeout

## 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 structured response containing the store's live product listings with names, prices, stock availability, and trend signals at the time of the request.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "pathParams": {
     "type": "object",
     "required": [
      "id"
     ],
     "properties": {
      "id": {
       "type": "integer"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shopify-agent-data-store-lookup-by-id-34d1efd9/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)
