Skip to content

Commit 9f211ac

Browse files
authored
Update README.md
1 parent 193448e commit 9f211ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ var report= amazonConnection.Reports.CreateReport(parameters);
191191
```
192192

193193
### Report Manager 🚀🧑‍🚀✨
194-
Easy way to get the report you need and convert the file return from amazon to class or list, this feature only ready for some reports as its will take much times to finish for all reports ....
194+
Easy way to get the report you need and convert the file return from amazon to class or list, this feature only ready for some reports as its will take much times to finish for [All report type](https://github.com/amzn/selling-partner-api-docs/blob/main/references/reports-api/reporttype-values.md) ....
195195
```CSharp
196196
ReportManager reportManager = new ReportManager(amazonConnection);
197197
var products = reportManager.GetProducts(); //GET_MERCHANT_LISTINGS_ALL_DATA

0 commit comments

Comments
 (0)