You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final response = await wooCommerce.getProductReviews(product: [product.id]);
response:
Exception has occurred. _Exception (Exception: WooCommerce Error! code: rest_no_route message: No route was found matching the URL and request method. status: 404)
The text was updated successfully, but these errors were encountered:
I am trying to get reviews of a product:
final response = await wooCommerce.getProductReviews(product: [product.id]);
response:
Exception has occurred. _Exception (Exception: WooCommerce Error! code: rest_no_route message: No route was found matching the URL and request method. status: 404)
The text was updated successfully, but these errors were encountered: