Home > @shopware-pwa/shopware-6-client > getLandingPage
# getLandingPage() function
Fetches a landing page entity
Signature:
export declare function getLandingPage(landingPageId: string, params?: ShopwareSearchParams, contextInstance?: ShopwareApiInstance): Promise<LandingPage>;
# Parameters
Parameter | Type | Description |
---|---|---|
landingPageId | string | |
params | ShopwareSearchParams | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<LandingPage>
# Exceptions
ClientApiError