# Wayfair Product Details by SKU

> Wayfair Product Details by SKU is a paid API for AI agents from stableninja.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches detailed product information for a Wayfair item identified by its SKU.

## Facts

- Endpoint: GET https://stableninja.dev/api/wayfair/product-details
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableninja-dev-eca72370
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IITfeOGrSk-D7zvNZgHe1

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 stableninja-dev-eca72370
```

Example prompt: Can you pull up all the details for Wayfair product SKU W001234567 — I need the description, price, and specs?

## When to prefer this

Use this endpoint when you have a specific Wayfair SKU and need full product details including description, pricing, images, and specifications. Prefer this over Wayfair product search when the exact SKU is already known. Choose this over Walmart or other retailer endpoints when the item is confirmed to be on Wayfair.

## Known failure modes

- Invalid or non-existent SKU returns empty result or 404-equivalent
- Missing required 'sku' query parameter causes request validation failure
- Network timeout or upstream Wayfair site unavailability causes error
- Payment not processed (x402) results in 402 Payment Required response
- Rate limiting may occur under high request volume

## How this service works

Fetch Wayfair product details by SKU.

## Output

Returns structured product details for the specified Wayfair SKU, including product name, description, pricing, images, dimensions, materials, availability, and other item-level attributes.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "sku": "W009876543"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableninja-dev-eca72370/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableninja.dev](https://www.zero.xyz/host/stableninja.dev/llms.txt)
