Home > @shopware-pwa/shopware-6-client > getSeoUrl
# getSeoUrl() function
Signature:
export declare function getSeoUrl(params: ShopwareSearchParams, contextInstance?: ShopwareApiInstance): Promise<EntityResult<"seo_url", SeoUrl[]>>;
# Parameters
Parameter | Type | Description |
---|---|---|
params | ShopwareSearchParams | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<EntityResult<"seo_url", SeoUrl[]>>
# Exceptions
ClientApiError