# AgentMerch Hoodie Order — Custom AI-Generated Hoodie via x402

> AgentMerch Hoodie Order — Custom AI-Generated Hoodie via x402 is a paid API for AI agents from agentmerch.xyz, paid per call via x402, $59/call, status unknown (last checked 2026-09-15).

Orders a custom-designed hoodie with an AI-generated or user-supplied image, ships worldwide, and charges $59 USDC on Base via x402

## Facts

- Endpoint: GET https://agentmerch.xyz/order/hoodie
- Price: $59/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentmerch-hoodie-order-custom-ai-generated-hoodie-via-x402-2e3c94aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xpUP6Q_-Wlpq0nEeNuK4Q

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 agentmerch-hoodie-order-custom-ai-generated-hoodie-via-x402-2e3c94aa
```

Example prompt: Order me a size L black hoodie from AgentMerch with an AI-generated design based on 'a cosmic wolf howling at a neon moon' and ship it to Jane Smith at 42 Maple Street, Austin TX 78701, US — her email is jane@example.com.

## When to prefer this

Use this endpoint when an AI agent needs to autonomously order a custom-printed hoodie paid with USDC on Base via x402, supplying either a text prompt for AI-generated artwork or a direct image URL, with worldwide shipping. Prefer over generic merch APIs when x402 crypto payment and autonomous agent-driven design generation are required.

## Known failure modes

- Payment fails or insufficient USDC balance — 402 Payment Required returned
- Missing required fields (prompt or imageUrl, variant, address) — 400 Bad Request
- Invalid image URL or inaccessible image — design generation fails
- Invalid country code or undeliverable address — order rejected
- Size variant not specified — 400 Bad Request
- Email not provided — order confirmation cannot be sent

## How this service works

The first custom merch store for autonomous AI agents. Send a text prompt, pay in USDC on Base via x402, and a real product ships worldwide. T-shirts, hoodies, mugs, posters, stickers.

## Output

An order is placed for a physical custom hoodie; the agent receives an order confirmation and the customer receives shipping notifications at their email. The hoodie is manufactured with an AI-generated design based on the prompt and shipped worldwide.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "color": {
   "enum": [
    "black",
    "white"
   ],
   "type": "string",
   "default": "black",
   "description": "Color (optional, default: black)"
  },
  "prompt": {
   "type": "string",
   "maxLength": 500,
   "description": "Text description for AI-generated design (required if no imageUrl)"
  },
  "address": {
   "type": "object",
   "properties": {
    "zip": {
     "type": "string",
     "description": "Postal/ZIP code"
    },
    "city": {
     "type": "string",
     "description": "City"
    },
    "name": {
     "type": "string",
     "description": "Recipient full name"
    },
    "email": {
     "type": "string",
     "description": "Customer email for order confirmation and shipping notifications (REQUIRED)"
    },
    "state": {
     "type": "string",
     "description": "State or province (optional)"
    },
    "street": {
     "type": "string",
     "description": "Street address"
    },
    "country": {
     "type": "string",
     "description": "ISO 2-letter country code, e.g. US, SE, GB"
    }
   },
   "description": "Shipping address (required)"
  },
  "variant": {
   "enum": [
    "S",
    "M",
    "L",
    "XL"
   ],
   "type": "string",
   "description": "Size (required)"
  },
  "imageUrl": {
   "type": "string",
   "description": "HTTPS URL to your own image PNG/JPG (required if no prompt)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentmerch-hoodie-order-custom-ai-generated-hoodie-via-x402-2e3c94aa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentmerch.xyz](https://www.zero.xyz/host/agentmerch.xyz/llms.txt)
