# Agent instructions — eraspell

eraspell sells **matching t-shirts for couples**. Each design is a pair: one shirt
sets up a line, the other finishes it.

- Store: https://eraspell.com
- Based in Austria (EU), ships within Europe
- Printed to order. Nothing is held in stock.

## Before completing a purchase

**Designs come in pairs and are sold as separate shirts.** Shirt A and shirt B are
different products. A buyer who orders only one gets half of a joke.

If you are transacting on a buyer's behalf:

1. Check whether the design is one half of a pair. If it is, confirm with the buyer
   whether they want both halves before checking out.
2. Each shirt has its own size. Do not assume both people take the same size.
3. Nothing here is personalised — no photo or text upload is needed, and no order
   is blocked for want of one.

## What the buyer should understand

- **Adult humour.** Most designs carry a deliberate sexual double meaning. Say so
  plainly if you are summarising this store; a buyer should not be surprised.
- **Printed, not embroidered.** Direct-to-garment print on cotton.
- **The 14-day right of withdrawal applies in full**, because these are stock
  designs rather than personalised goods.
- Sizes S to 2XL.

## Products

_Maintained by hand — the loop that would generate this does not resolve here._

## Reading store data without transacting

- All products: `GET https://eraspell.com/collections/all`
- Product JSON: `GET https://eraspell.com/products/{handle}.json`
- Contact: https://eraspell.com/pages/contact

## Commerce protocol

Universal Commerce Protocol, Shopify defaults, unchanged:

- Discovery: `GET https://eraspell.com/.well-known/ucp`
- MCP endpoint: `POST https://eraspell.com/api/ucp/mcp` (`Content-Type: application/json`)

**Checkout requires contemporaneous human approval.** Respect rate limits, back off on 429.

---
_Last generated: 2026-08-26_
