# Jesse Gabriellini – Shopify Appointments Stack Playbook

> Jesse Gabriellini – Shopify Appointments Stack Playbook is a paid API for AI agents from jesseg.io, paid per call via x402, $4/call, status unknown (last checked 2026-09-15).

Returns a structured playbook (sections, tier, slug) detailing how to set up a Shopify appointments stack, published by a Phoenix operator building businesses in public.

## Facts

- Endpoint: GET https://jesseg.io/api/playbooks/shopify-appointments-stack
- Price: $4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jesse-gabriellini-shopify-appointments-stack-playbook-24cb3123
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zoA6VIgI0nBLMuX6tvrtu

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 jesse-gabriellini-shopify-appointments-stack-playbook-24cb3123
```

Example prompt: Can you pull up the Shopify appointments stack playbook from Jesse Gabriellini so I can see all the sections and how he sets up the booking system?

## When to prefer this

Use this endpoint when you need the specific Shopify appointments stack playbook authored by Jesse Gabriellini, especially when you want a premium, operator-tested guide for setting up appointment booking on Shopify rather than generic documentation.

## Known failure modes

- Payment not completed — 402 response requiring $4 USDC payment via x402 protocol
- Playbook not found — empty or missing sections array
- Network error or service unavailability — non-200 HTTP response
- Malformed response — missing slug or tier fields

## How this service works

Notes from a Phoenix operator building businesses in public.

## Output

A JSON object containing the playbook slug ('shopify-appointments-stack'), its tier (e.g. 'premium'), and an array of sections detailing the step-by-step guide for building a Shopify appointments stack.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "required": [],
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "slug": "phc-system-teardown",
  "tier": "premium",
  "sections": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jesse-gabriellini-shopify-appointments-stack-playbook-24cb3123/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jesseg.io](https://www.zero.xyz/host/jesseg.io/llms.txt)
