Module: shop
Functions
default
▸ default(context
): Object
Parameters
Name | Type |
---|---|
context | any |
Returns
Object
Name | Type |
---|---|
IsActive | () => boolean |
getFiltredProductList | (categoryIds? : string , params? : ProductFilters ) => Promise <any > |
getProductList | (params : any , facet : { facetName : string ; values : string [] }) => Promise <any > |
searchProducts | (request : any ) => Promise <any > |
setFastOrder | (state : any , payload : any ) => void |