# Friday Seller Tools – Review Request Templates

> Friday Seller Tools – Review Request Templates is a paid API for AI agents from friday-seller-tools-production.up.railway.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Generates ready-to-send customer review request templates tailored for Amazon, Walmart, Shopify, or eBay sellers.

## Facts

- Endpoint: POST https://friday-seller-tools-production.up.railway.app/v1/customers/review-request-templates
- 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/friday-seller-tools-review-request-templates-a0342758
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6jV7OTUFok7xU-VUnFxFN

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 friday-seller-tools-review-request-templates-a0342758 -d '<json body>'
```

Example prompt: Can you generate a review request message template for my Amazon listing — my brand is called NestCraft and the product is a bamboo dish rack? I want something friendly but professional that stays within Amazon's guidelines.

## When to prefer this

Choose this endpoint when you need instant, low-cost review request copy specifically formatted for e-commerce marketplace sellers (Amazon, Walmart, Shopify, eBay) and want to avoid writing compliance-aware outreach templates from scratch. It is particularly useful for sellers automating post-purchase workflows who need platform-appropriate messaging at scale for $0.25 per call.

## Known failure modes

- Missing required fields (e.g. marketplace type or product info) returns a 4xx validation error
- Unsupported marketplace platform may result in a generic or errored response
- Payment not completed via x402 protocol results in a 402 Payment Required error
- Service unavailability on Railway hosting may return 5xx errors
- Asynchronous job may remain in 'queued' status if downstream generation is delayed

## How this service works

Instant, low-cost Amazon, Walmart, Shopify, and eBay listing, upload-preparation, advertising, and image-brief deliverables.

## Output

Returns a job_id and status (queued) immediately, with the generated review request template copy delivered asynchronously. The template is tailored to the specified marketplace platform and seller brand, ready to copy-paste or automate into a post-purchase outreach flow.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "tone": {
   "enum": [
    "neutral",
    "warm",
    "concise"
   ],
   "type": "string",
   "title": "Tone",
   "default": "neutral"
  },
  "channel": {
   "enum": [
    "buyer_seller_messaging",
    "request_a_review_button",
    "insert_card"
   ],
   "type": "string",
   "title": "Channel",
   "default": "buyer_seller_messaging"
  },
  "brand_name": {
   "type": "string",
   "title": "Brand Name",
   "default": "",
   "maxLength": 100
  },
  "custom_note": {
   "type": "string",
   "title": "Custom Note",
   "default": "",
   "maxLength": 1000
  },
  "marketplace": {
   "enum": [
    "amazon_us",
    "walmart_us",
    "shopify",
    "ebay_us"
   ],
   "type": "string",
   "title": "Marketplace",
   "default": "amazon_us"
  },
  "product_name": {
   "type": "string",
   "title": "Product Name",
   "maxLength": 200,
   "minLength": 1
  },
  "variant_count": {
   "type": "integer",
   "title": "Variant Count",
   "default": 3,
   "maximum": 3,
   "minimum": 1
  },
  "include_support_offer": {
   "type": "boolean",
   "title": "Include Support Offer",
   "default": true
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "example",
  "status": "queued"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/friday-seller-tools-review-request-templates-a0342758/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from friday-seller-tools-production.up.railway.app](https://www.zero.xyz/host/friday-seller-tools-production.up.railway.app/llms.txt)
