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": {}
}
]
}XML sitemap for crawlers. Crawlers don’t carry an X-Stella-Token,
so they hit this endpoint via the legacy X-Site-ID-only path
(still valid through the deprecation window).
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.