Skip to content
On this page

getSeoUrl ​

Definition ​

Returns an array of SEO URLs for given entity

Signature ​

ts
export async function getSeoUrl(
  params: ShopwareSearchParams,
  contextInstance: ShopwareApiInstance = defaultInstance,
) 

Parameters ​

NameTypeDescription
params
ShopwareSearchParams
search criteria for SEO URL
contextInstance
ShopwareApiInstance
instance of the api client (by default it's an Axios instance)

Usage example ​

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz

getSeoUrl has loaded