HTTP APIs
Administration
Learning
Appearance
Get product url. The priority is SEO url and then technical url.
export function getProductUrl< T extends { id: string; seoUrls: SeoUrl[] | null; }, >(product?: T): string
T
string