The product-feeds module produces XML and CSV feeds in the formats expected by major channels. Feeds are generated on demand or on a schedule and served fromDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
/feeds/<name>.xml for the channel to fetch.
Source: modules/product-feeds · npm: @86d-app/product-feeds
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /feeds/:name.xml | Fetch a generated feed |
Admin endpoints
| Method | Path | Description |
|---|---|---|
POST | /admin/product-feeds | Configure a feed (format, schedule, filters) |
POST | /admin/product-feeds/:id/regenerate | Force regeneration |

