getSitemap ​
Definition ​
Get sitemap
Signature ​
ts
export async function getSitemap(
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<SitemapResult[]>Parameters ​
| Name | Type | Description | 
|---|---|---|
| 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.