publish-catalog
Scan merchant product URLs to collect CleanReads, then generate catalog.json and a MAP discovery manifest for publishing your catalog.
Instructions
Publish your own catalog by reading yourself: runs decode-merchant on each of the merchant's product URLs, collects the CleanReads, writes ./catalog.json, and writes a ./.well-known/map.json discovery manifest. Persists and serves; never deploys infrastructure, holds keys, or transacts. Files are written to the server's working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productUrls | Yes | The merchant's own product URLs to decode and publish. | |
| storeUrl | No | Optional: the store's base URL, recorded in the discovery manifest. |