Skip to content
On this page

getProductUrl

Definition

Get product url. The priority is SEO url and then technical url.

Signature

ts
export function getProductUrl(product: Product | null): string 

Parameters

NameTypeDescription
product
Product | 
product entity

Return type

ts
string
getProductUrl has loaded