Functions
getCategoryShipping
- getCategoryShipping(shippingInfo: any, categoryId: any): null | { fee: any; threshold: any; type: any }
Parameters
shippingInfo: any
categoryId: any
Returns null | { fee: any; threshold: any; type: any }
getProductShippingFee
- getProductShippingFee(shippingInfo: any, categories: any): any
Parameters
shippingInfo: any
categories: any
Returns any