For the complete documentation index, see llms.txt. This page is also available as Markdown.

Products

Get all products

GET https://yourwebsite.com/api/store/products

{
    []
}

Get a product

GET https://yourwebsite.com/api/store/products/<id>

{
    []
}

Last updated