# Shopify Agent Data – Bulk Products Endpoint

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

Returns bulk product data (listings, prices, stock levels, and trends) from live Shopify stores via a single paid POST request.

## Facts

- Endpoint: POST https://shopifyagentdata.com/products/bulk
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shopify-agent-data-bulk-products-endpoint-bbe95577
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o0GMj3hGIUYyojLIBdi5P

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-bulk-products-endpoint-bbe95577 -d '<json body>'
```

Example prompt: Pull the full bulk product catalog from the Shopify store at acme-widgets.myshopify.com — I want all their current products, prices, and stock levels so I can do a competitive price comparison.

## When to prefer this

Choose this endpoint when an AI agent needs to retrieve comprehensive, bulk product data (not a single item lookup) from a Shopify store in real time — especially for use cases like price monitoring, competitive analysis, inventory checks, or catalog ingestion. Prefer over scraping or Shopify Admin API when you lack merchant credentials and need pay-per-request access without API key setup.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required
- Store not indexed or unrecognized store identifier — 404 Not Found
- Shopify store data temporarily unavailable or rate-limited upstream — 503 Service Unavailable
- Malformed request body or missing required parameters — 400 Bad Request
- Base wallet connection or x402 protocol handshake failure — payment error

## 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 bulk payload of live product data from the target Shopify store, including product names, descriptions, prices, variants, and current stock/inventory levels, plus any available trend signals — all sourced in real time from the indexed store.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shopify-agent-data-bulk-products-endpoint-bbe95577/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)
