# Shopify Agent Data - Store Products

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

Retrieves live product listings, prices, stock levels, and trends for a specific Shopify store by store ID

## Facts

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

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-products-713cc6f3 -d '<json body>'
```

Example prompt: Pull the current product catalog — including prices and stock levels — from the Shopify store with ID 'gymshark' so I can see what they have available right now.

## When to prefer this

Use this endpoint when you need live, per-store product data from a specific Shopify merchant — including real-time pricing and inventory — and are building an AI agent workflow that can handle x402 micropayments. Prefer this over scraping or the Shopify Admin API when you lack direct store API credentials but have a Base wallet.

## Known failure modes

- Invalid or unknown store ID returns 404
- Store not indexed by the aggregator returns empty result or error
- Payment failure via x402 returns 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Stale data if store has not been recently crawled

## 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 list of live product records for the specified Shopify store, including product names, descriptions, prices, variants, stock quantities, and trend signals, returned as structured JSON per the x402 micropayment protocol.

## 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-products-713cc6f3/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)
