Skip to content
Shopware

getCmsPage

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