Appearance
getCmsPage 
Definition 
Signature 
ts
export async function getCmsPage(
  path: string,
  criteria?: ShopwareSearchParams,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<CmsPageResponse> 
Parameters 
| Name | Type | Description | 
|---|---|---|
| path | string | |
| criteria | ShopwareSearchParams | |
| contextInstance | ShopwareApiInstance | 
Return type 
ts
Promise<CmsPageResponse>
Usage example 
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.