Home > @shopware-pwa/shopware-6-client > getCmsPage

# getCmsPage() function

Signature:

export declare function getCmsPage(path: string, criteria?: ShopwareSearchParams, contextInstance?: ShopwareApiInstance): Promise<CmsPageResponse>;

# Parameters

Parameter Type Description
path string
criteria ShopwareSearchParams
contextInstance ShopwareApiInstance

Returns:

Promise<CmsPageResponse>

# Exceptions

ClientApiError