Skip to content

getSitemap

getSitemap ​

Definition ​

Get sitemap

Signature ​

ts
export async function getSitemap(
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<SitemapResult[]>

Parameters ​

NameTypeDescription
contextInstance
ShopwareApiInstance

Return type ​

ts
Promise<Array<SitemapResult>>

Usage example ​

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz