Skip to content

Commit 26df588

Browse files
committed
added restricted_data_token
1 parent 6521046 commit 26df588

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ createReportResponse = Reports().create_report(reportType=ReportType.GET_MERCHAN
5050
# feeds can be submitted like explained in Amazon's docs, or simply by calling submit_feed
5151
5252
Feeds().submit_feed(self, <feed_type>, <file_or_bytes_io>, content_type='text/tsv', **kwargs)
53+
54+
# PII Data
55+
56+
Orders(restricted_data_token='<token>').get_orders(CreatedAfter=(datetime.utcnow() - timedelta(days=7)).isoformat())
57+
5358
```
59+
5460
---
5561

5662
### Documentation

0 commit comments

Comments
 (0)