Advanced Product Reviews | GraphQL methods
Queries
- advreview
description: get product reviews
- amReviewSetting
description: get Advanced Product Reviews module settings
- amReviewWidget
description: get information about Reviews widget
Mutations
- addAdvReview
description: add review
- addAdvComment
description: add comment to review
- addAdvVote -
description: add vote to review
Related Articles
What Amasty extensions support GraphQL?
Amasty has introduced additional GraphQL packages for extensions that are GraphQL compatible. These packages are listed in the 'suggest' section of the composer.json file. As a result, they are not automatically installed with the main module. To ...
Advanced Product Reviews API
Kindly note that the API functionality for Advanced Product Reviews is available as a part of an active product subscription or support subscription. GET /V1/amasty_advancedreview/product/review/:reviewId - to get the data about a particular review. ...
Multiple Coupons | GraphQL methods
Kindly note that the GraphQL functionality for Multiple Coupons is available as a part of an active product subscription or support subscription. Query amGetCouponsByCartId description: get coupons by cart id Mutations amApplyCouponsToCart ...
Product Labels | GraphQL methods
Queries amLabelSetting description: get information about Product Labels module settings amLabelProvider (productIds: [Int], mode: AmLabelMode) description: get information about labels by product ID
Product Attachments | GraphQL methods
Queries getAmProductAttachmentSettings description: get Product Attachment module settings getAmFiles (ids: [Int]) description: get info about uploaded files