HTTP APIs
Administration
Learning
Appearance
Get product free shipping property
export function getProductFreeShipping< T extends { shippingFree: boolean; }, >(product?: T): boolean
T
boolean