The customer can add their review to the merchant's store using the add endpoint. The comment can be about a specific product or a specific page.Payload authenticated
#
The content of the comment
The type of the comment. Is it on page
or product
?
Allowed values:productpage
Response#
comment.addComment.success
Usage#
To add the customer's comment about a specific product or a specific page, the developer may call the add
method.Events#
This endpoint may trigger two events, the onAdded and onAdditionFailed events.onAdded#
This event is triggered when adding a new comment by the customer is done without having any errors coming back from the backend.onAdditionFailed#
This event is triggered when when adding a new comment by the customer is not completed and an error has occurred. Modified at 2024-02-18 13:55:35