File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,6 +59,13 @@ Documentation is available [here](https://python-amazon-sp-api.readthedocs.io/en
5959
6060[ ![ Documentation Status] ( https://img.shields.io/readthedocs/python-amazon-sp-api?style=for-the-badge )] ( https://python-amazon-sp-api.readthedocs.io/en/latest/?badge=latest )
6161
62+ ### Support & Consultation
63+
64+ We offer consultation on everything SP-API related. Book your meeting here:
65+
66+ [ ![ Book Meeting] ( https://img.shields.io/badge/meeting-book%20now-blue?style=for-the-badge )] ( https://calendly.com/saleweaver/ )
67+
68+
6269### DISCLAIMER
6370
6471We are not affiliated with Amazon
Original file line number Diff line number Diff line change 11from enum import Enum
22
33
4- class Schedules (Enum ):
4+ class Schedules (str , Enum ):
55 MINUTES_5 = "PT5M"
66 MINUTES_15 = "PT15M"
77 MINUTES_30 = "PT30M"
Original file line number Diff line number Diff line change @@ -23,4 +23,3 @@ def test_get_subscriptions():
2323 res = Notifications ().get_subscription (NotificationType .REPORT_PROCESSING_FINISHED )
2424 assert res .payload .get ('destinationId' ) == 'TEST_CASE_200_DESTINATION_ID'
2525 assert res .payload .get ('subscriptionId' ) == 'TEST_CASE_200_SUBSCRIPTION_ID'
26-
Original file line number Diff line number Diff line change 11import pprint
2+ from datetime import datetime , timedelta
23
34from sp_api import api
45from sp_api .api import Reports
You can’t perform that action at this time.
0 commit comments