Skip to content
On this page

getCmsPage

Definition

Signature

ts
export async function getCmsPage(
  path: string,
  criteria?: ShopwareSearchParams,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<CmsPageResponse> 

Parameters

NameTypeDescription
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.

Open in StackBlitz

getCmsPage has loaded