Version 1.9.58
Relevant Changes
-
New Feature: Customer Feedback API: Introduced a new module
CustomerFeedbackto access customer reviews and returns data. This includes endpoints for:- Retrieving an item's most positive and negative review topics.
- Accessing an item's associated browse node.
- Fetching review and return trends for items and browse nodes.
Customer Feedback API Diagram
Loadinggraph TD; A[CustomerFeedback API] --> B[Item Review Topics]; A --> C[Item Browse Node]; A --> D[Review Trends]; A --> E[Return Topics]; A --> F[Return Trends];
Internal
- Dependency Update: Updated
boto3from version1.42.3to1.42.6in bothrequirements.txtanddocs/requirements.txt. - Version Update: Updated the version number from 1.9.57 to 1.9.58 in
__version__.py.
This version introduces the Customer Feedback API, enabling users to gain insights into customer reviews and returns, and includes internal dependency updates.