Skip to content
On this page

getProductFreeShipping ​

Definition ​

Get product free shipping property

Signature ​

ts
export function getProductFreeShipping<
  T extends {
    shippingFree: boolean;
  },
>(product?: T): boolean 

Parameters ​

NameTypeDescription
product
T
product entity

Return type ​

ts
boolean
getProductFreeShipping has loaded