Skip to main content
GET
/
api
/
storefront
/
sitemap.xml
Sitemap
curl --request GET \
  --url https://api.example.com/api/storefront/sitemap.xml \
  --header 'X-Site-ID: <x-site-id>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Site-ID
string
required
X-Stella-Token
string | null

Response

Successful Response