Product
fetchAll
function:
fetchAll
function:parameters:
catId
category id
query
return
: promise
fetch
function:
fetch
function:parameters:
id
product id or variant id
return
: promise
getReviews
function:
getReviews
function:parameters:
product_id
: main product id , don't use product.selected_product.id
page
return
: promise
addReview
function:
addReview
function:parameters:
id
: main product id , don't use product.selected_product.id
comment
rating
is_anonymous
return
: promise
Last updated
Was this helpful?