Seller Comments Management Service
Overview
This service allows to manage seller comments. It is possible to retrieve the list of comments, create new comments, edit and delete them. The service can also be used for retrieving comments by their id, updating specific comments and their content.
List of methods
- Get Comments - Get a list of comments, filtered by specified parameters. All input parameters are optional.
- Get Comment - Get a single comment by specified id.
- Create Comment - Create a new comment.
- Partially Update Comment - Modify an existing comment partially.
- Update Comment - Modify an existing comment fully.
- Update Content of Comment - Modify content of a specific comment.
- Delete Comment - Delete a comment.