Skip to content

Commit

Permalink
Add Notification type DATA_KIOSK_QUERY_PROCESSING_FINISHED
Browse files Browse the repository at this point in the history
  • Loading branch information
saleweaver committed Nov 18, 2023
1 parent 9f0c5f6 commit e9a9cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sp_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0'
__version__ = '1.2.1'
3 changes: 3 additions & 0 deletions sp_api/base/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ class NotificationType(str, Enum):

# REPORT_PROCESSING_FINISHED = "Sent whenever any report that you have requested using the Selling Partner API for Reports reaches a report processing status of DONE, CANCELLED, or FATAL."
REPORT_PROCESSING_FINISHED = "REPORT_PROCESSING_FINISHED"

# DATA_KIOSK_QUERY_PROCESSING_FINISHED = "Sent when a Data Kiosk query finishes processing."
DATA_KIOSK_QUERY_PROCESSING_FINISHED = "DATA_KIOSK_QUERY_PROCESSING_FINISHED"

0 comments on commit e9a9cec

Please sign in to comment.