Module: product
Functions
default
▸ default(context): Object
Parameters
| Name | Type |
|---|---|
context | any |
Returns
Object
| Name | Type |
|---|---|
getListSuppliersbyProductVariantId | (productId: any) => Promise<any> |
getProductVariantbySku | (sku: any) => Promise<any> |
getProductsAttributsVariant | (payload: any) => Promise<any> |
getProductsById | (id: any, type?: String) => Promise<any> |
getProductsBySku | (sku: any) => Promise<any> |
getProductsReviews | (payload: any) => Promise<any> |
getProductsVariants | (payload: any) => Promise<any> |
getProductsVariantsOld | (payload: any) => Promise<any> |
getProductsbySkus | (skus: any) => Promise<any> |
getRelatedProductsById | (payload: any) => Promise<any> |
postProductReview | (data: { customerUserId: any ; locale: string ; productSku: any }) => Promise<any> |
