# Shipping / Tracking Client Update Agent Pack (mf-tpl-037)

> Shipping / Tracking Client Update Agent Pack (mf-tpl-037) is a paid API for AI agents from nwb-vending.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns a pre-built agent playbook for sending shipping and tracking status updates to clients, from the Materials Factory template catalog.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/shipping-tracking-update/full/playbook.json
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shipping-tracking-client-update-agent-pack-mf-tpl-037-8f95f43a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N0e7OS1TYYMxiQ4taVCgy

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 shipping-tracking-client-update-agent-pack-mf-tpl-037-8f95f43a -d '<json body>'
```

Example prompt: Pull up the Materials Factory shipping and tracking client update playbook (pack mf-tpl-037) so I can set up automated status messages to send customers when their orders ship or are out for delivery.

## When to prefer this

Choose this endpoint when you need a ready-made, structured agent playbook specifically for shipping and delivery tracking communications with clients — rather than building templates from scratch. Ideal for small business or freelance workflows that use the Materials Factory catalog system and need standardized, repeatable client notification scripts tied to shipment milestones.

## Known failure modes

- Pack ID mismatch or invalid catalog ID returns 404 or empty result
- Payment not processed (x402 protocol failure) blocks access to content
- Stale or outdated playbook if template catalog has not been refreshed
- Network or hosting downtime on nwb-vending.com returns 5xx error
- Schema mismatch if consuming agent expects a different output format

## How this service works

NWB Vending. Practical solutions for small business problems in Kuna, Idaho.

## Output

A JSON playbook containing agent templates, message scripts, and workflow steps for communicating shipping and tracking status updates to clients — ready for an AI agent to execute or integrate into a notification pipeline.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "version": "2.0.0",
  "artifact": "mf-tpl-037",
  "audience": "agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shipping-tracking-client-update-agent-pack-mf-tpl-037-8f95f43a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nwb-vending.com](https://www.zero.xyz/host/nwb-vending.com/llms.txt)
