python-amazon-sp-api 1.0.0__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python-amazon-sp-api-1.0.0/python_amazon_sp_api.egg-info → python-amazon-sp-api-1.0.2}/PKG-INFO +1 -1
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2/python_amazon_sp_api.egg-info}/PKG-INFO +1 -1
- python-amazon-sp-api-1.0.2/sp_api/__version__.py +1 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/__init__.py +0 -2
- python-amazon-sp-api-1.0.2/sp_api/base/notifications.py +66 -0
- python-amazon-sp-api-1.0.0/sp_api/__version__.py +0 -1
- python-amazon-sp-api-1.0.0/sp_api/base/notifications.py +0 -14
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/LICENSE +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/README.md +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/make_endpoint/make_endpoint +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/python_amazon_sp_api.egg-info/SOURCES.txt +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/python_amazon_sp_api.egg-info/dependency_links.txt +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/python_amazon_sp_api.egg-info/requires.txt +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/python_amazon_sp_api.egg-info/top_level.txt +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/setup.cfg +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/setup.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/aplus_content/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/aplus_content/aplus_content.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/authorization/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/authorization/authorization.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/catalog/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/catalog/catalog.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/catalog_items/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/catalog_items/catalog_items.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fba_inbound_eligibility/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fba_inbound_eligibility/fba_inbound_eligibility.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fba_small_and_light/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fba_small_and_light/fba_small_and_light.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/feeds/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/feeds/feeds.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/finances/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/finances/finances.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fulfillment_inbound/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fulfillment_inbound/fulfillment_inbound.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fulfillment_outbound/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fulfillment_outbound/fulfillment_outbound.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/inventories/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/inventories/inventories.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/listings_items/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/listings_items/listings_items.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/listings_restrictions/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/listings_restrictions/listings_restrictions.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/merchant_fulfillment/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/merchant_fulfillment/merchant_fulfillment.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/messaging/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/messaging/messaging.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/notifications/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/notifications/notifications.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/orders/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/orders/orders.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/product_fees/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/product_fees/product_fees.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/product_type_definitions/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/product_type_definitions/product_type_definitions.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/products/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/products/products.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/products/products_definitions.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/reports/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/reports/reports.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/sales/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/sales/sales.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/sellers/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/sellers/sellers.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/services/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/services/services.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/shipping/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/shipping/shipping.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/solicitations/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/solicitations/solicitations.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/tokens/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/tokens/tokens.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/upload/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/upload/upload.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_inventory/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_inventory/vendor_direct_fulfillment_inventory.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_orders/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_orders/vendor_direct_fulfillment_orders.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_payments/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_payments/vendor_direct_fulfillment_payments.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_shipping/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_shipping/vendor_direct_fulfillment_shipping.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_transactions/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_direct_fulfillment_transactions/vendor_direct_fulfillment_transactions.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_invoices/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_invoices/vendor_invoices.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_orders/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_orders/vendor_orders.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_shipments/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_shipments/vendor_shipments.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_transaction_status/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_transaction_status/vendor_transaction_status.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/auth/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/auth/access_token_client.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/auth/access_token_response.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/auth/credentials.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/auth/exceptions.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/ApiResponse.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/InventoryEnums.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/base_client.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/client.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/credential_provider.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/exceptions.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/feedTypes.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/fulfillment_channel.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/helpers.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/identifiersType.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/inegibility_reasons.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/marketplaces.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/processing_status.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/reportTypes.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/report_status.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/sales_enum.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/schedules.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/util/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/util/key_maker.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/util/load_all_pages.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/util/load_date_bound.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/util/retry.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/finances/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/finances/test_finances.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/notifications/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/notifications/test_notifications.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/orders/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/orders/test_orders.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/product_fees/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/product_fees/product_fees.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/reports/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/reports/test_reports.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/sellers/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/sellers/test_sellers.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/client/__init__.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/client/test_auth.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/client/test_base.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/client/test_credential_provider.py +0 -0
- {python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/client/test_helpers.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.0.2'
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
from .aws_sig_v4 import AWSSigV4
|
|
2
1
|
from .base_client import BaseClient
|
|
3
2
|
from .client import Client
|
|
4
3
|
from .helpers import fill_query_params, sp_endpoint, create_md5, nest_dict, _nest_dict_rec, deprecated
|
|
@@ -38,7 +37,6 @@ __all__ = [
|
|
|
38
37
|
'ApiResponse',
|
|
39
38
|
'Client',
|
|
40
39
|
'BaseClient',
|
|
41
|
-
'AWSSigV4',
|
|
42
40
|
'Marketplaces',
|
|
43
41
|
'fill_query_params',
|
|
44
42
|
'sp_endpoint',
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class NotificationType(str, Enum):
|
|
5
|
+
# BRANDED_ITEM_CONTENT_CHANGE = "Sent whenever there is a change to the title, description, bullet points, or images, for any ASIN that the selling partner has a brand relationship with."
|
|
6
|
+
BRANDED_ITEM_CONTENT_CHANGE = "BRANDED_ITEM_CONTENT_CHANGE"
|
|
7
|
+
|
|
8
|
+
# ITEM_PRODUCT_TYPE_CHANGE = "Sent whenever there is a change to the product type name of any ASIN that the selling partner has a brand relationship with."
|
|
9
|
+
ITEM_PRODUCT_TYPE_CHANGE = "ITEM_PRODUCT_TYPE_CHANGE"
|
|
10
|
+
|
|
11
|
+
# LISTINGS_ITEM_STATUS_CHANGE = "Sent whenever there is a listing status change including buyable transition, listing create, or listing delete for any SKU that the selling partner has."
|
|
12
|
+
LISTINGS_ITEM_STATUS_CHANGE = "LISTINGS_ITEM_STATUS_CHANGE"
|
|
13
|
+
|
|
14
|
+
# LISTINGS_ITEM_ISSUES_CHANGE = "Sent whenever there is an issues change for any SKU that the selling partner has."
|
|
15
|
+
LISTINGS_ITEM_ISSUES_CHANGE = "LISTINGS_ITEM_ISSUES_CHANGE"
|
|
16
|
+
|
|
17
|
+
# LISTINGS_ITEM_MFN_QUANTITY_CHANGE = "Sent whenever there is a change in the available quantity of a listings item."
|
|
18
|
+
LISTINGS_ITEM_MFN_QUANTITY_CHANGE = "LISTINGS_ITEM_MFN_QUANTITY_CHANGE"
|
|
19
|
+
|
|
20
|
+
# PRODUCT_TYPE_DEFINITIONS_CHANGE = "Sent whenever there is a new Product Type or Product Type Version."
|
|
21
|
+
PRODUCT_TYPE_DEFINITIONS_CHANGE = "PRODUCT_TYPE_DEFINITIONS_CHANGE"
|
|
22
|
+
|
|
23
|
+
# ACCOUNT_STATUS_CHANGED = "Sent whenever the account status changes for the developers subscribed selling partner/marketplace pairs. A notification is published whenever the selling partner's account status changes between NORMAL, AT_RISK, and DEACTIVATED."
|
|
24
|
+
ACCOUNT_STATUS_CHANGED = "ACCOUNT_STATUS_CHANGED"
|
|
25
|
+
|
|
26
|
+
# ANY_OFFER_CHANGED = "Sent whenever there is a change to any of the top 20 offers, by condition (new or used), or if the external price (the price from other retailers) changes for an item listed by the seller."
|
|
27
|
+
ANY_OFFER_CHANGED = "ANY_OFFER_CHANGED"
|
|
28
|
+
|
|
29
|
+
# B2B_ANY_OFFER_CHANGED = "Sent whenever there is a change in any of the top 20 B2B offers, in the form of any price change (either single unit or quantity discount tier prices) for an item listed by the seller."
|
|
30
|
+
B2B_ANY_OFFER_CHANGED = "B2B_ANY_OFFER_CHANGED"
|
|
31
|
+
|
|
32
|
+
# DETAIL_PAGE_TRAFFIC_EVENT = "Sent at the beginning of every hour. This notification shares traffic data at an ASIN level and includes data for the previous hour, as well as any delayed data from up to 24 hours earlier. Each notification may include multiple ASINs, and a selling partner can expect to receive multiple notifications every hour."
|
|
33
|
+
DETAIL_PAGE_TRAFFIC_EVENT = "DETAIL_PAGE_TRAFFIC_EVENT"
|
|
34
|
+
|
|
35
|
+
# FBA_INVENTORY_AVAILABILITY_CHANGES = "Sent whenever there is a change in the Fulfillment By Amazon (FBA) inventory quantities. This notification includes a snapshot of the FBA inventory in all eligible marketplaces in a particular region."
|
|
36
|
+
FBA_INVENTORY_AVAILABILITY_CHANGES = "FBA_INVENTORY_AVAILABILITY_CHANGES"
|
|
37
|
+
|
|
38
|
+
# FBA_OUTBOUND_SHIPMENT_STATUS = "Sent whenever we create or cancel a Fulfillment by Amazon shipment for a seller."
|
|
39
|
+
FBA_OUTBOUND_SHIPMENT_STATUS = "FBA_OUTBOUND_SHIPMENT_STATUS"
|
|
40
|
+
|
|
41
|
+
# FEE_PROMOTION = "Sent when a promotion becomes active."
|
|
42
|
+
FEE_PROMOTION = "FEE_PROMOTION"
|
|
43
|
+
|
|
44
|
+
# FEED_PROCESSING_FINISHED = "Sent whenever any feed submitted using the Selling Partner API for Feeds reaches a feed processing status of DONE, CANCELLED, or FATAL."
|
|
45
|
+
FEED_PROCESSING_FINISHED = "FEED_PROCESSING_FINISHED"
|
|
46
|
+
|
|
47
|
+
# FULFILLMENT_ORDER_STATUS = "Sent whenever there is a change in the status of a Multi-Channel Fulfillment order."
|
|
48
|
+
FULFILLMENT_ORDER_STATUS = "FULFILLMENT_ORDER_STATUS"
|
|
49
|
+
|
|
50
|
+
# ITEM_INVENTORY_EVENT_CHANGE = "Sent at the beginning of every hour. This notification shares inventory data at an ASIN level, and includes data for the previous hour, as well as any delayed data from up to 24 hours earlier. Each notification may include multiple ASINs, and a selling partner can expect to receive multiple notifications every hour."
|
|
51
|
+
ITEM_INVENTORY_EVENT_CHANGE = "ITEM_INVENTORY_EVENT_CHANGE"
|
|
52
|
+
|
|
53
|
+
# ITEM_SALES_EVENT_CHANGE = "Sent at the beginning of every hour. This notification shares sales data at an ASIN level and includes data for the previous hour, as well as any delayed data from up to 24 hours earlier. Each notification may include multiple ASINs, and a selling partner can expect to receive multiple notifications every hour."
|
|
54
|
+
ITEM_SALES_EVENT_CHANGE = "ITEM_SALES_EVENT_CHANGE"
|
|
55
|
+
|
|
56
|
+
# ORDER_CHANGE = "Sent whenever there is an important change in the order. Important changes include order status changes and buyer requested cancelations."
|
|
57
|
+
ORDER_CHANGE = "ORDER_CHANGE"
|
|
58
|
+
|
|
59
|
+
# ORDER_STATUS_CHANGE = "Sent whenever there is a change in the status of new or existing order availability."
|
|
60
|
+
ORDER_STATUS_CHANGE = "ORDER_STATUS_CHANGE"
|
|
61
|
+
|
|
62
|
+
# PRICING_HEALTH = "Sent whenever a seller offer is ineligible to be the Featured Offer because of an uncompetitive price."
|
|
63
|
+
PRICING_HEALTH = "PRICING_HEALTH"
|
|
64
|
+
|
|
65
|
+
# 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."
|
|
66
|
+
REPORT_PROCESSING_FINISHED = "REPORT_PROCESSING_FINISHED"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.0.0'
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
from enum import Enum
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
class NotificationType(str, Enum):
|
|
5
|
-
ANY_OFFER_CHANGED = 'ANY_OFFER_CHANGED'
|
|
6
|
-
FEED_PROCESSING_FINISHED = 'FEED_PROCESSING_FINISHED'
|
|
7
|
-
FBA_OUTBOUND_SHIPMENT_STATUS = 'FBA_OUTBOUND_SHIPMENT_STATUS'
|
|
8
|
-
FEE_PROMOTION = 'FEE_PROMOTION'
|
|
9
|
-
FULFILLMENT_ORDER_STATUS = 'FULFILLMENT_ORDER_STATUS'
|
|
10
|
-
REPORT_PROCESSING_FINISHED = 'REPORT_PROCESSING_FINISHED'
|
|
11
|
-
BRANDED_ITEM_CONTENT_CHANGE = 'BRANDED_ITEM_CONTENT_CHANGE'
|
|
12
|
-
ITEM_PRODUCT_TYPE_CHANGE = 'ITEM_PRODUCT_TYPE_CHANGE'
|
|
13
|
-
MFN_ORDER_STATUS_CHANGE = 'MFN_ORDER_STATUS_CHANGE'
|
|
14
|
-
B2B_ANY_OFFER_CHANGED = 'B2B_ANY_OFFER_CHANGED'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/python_amazon_sp_api.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/python_amazon_sp_api.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/aplus_content/__init__.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/aplus_content/aplus_content.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/authorization/__init__.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/authorization/authorization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/catalog_items/__init__.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/catalog_items/catalog_items.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fba_small_and_light/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/fulfillment_inbound/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/inventories/__init__.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/inventories/inventories.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/listings_items/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/notifications/__init__.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/notifications/notifications.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/product_fees/__init__.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/product_fees/product_fees.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/solicitations/__init__.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/solicitations/solicitations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_invoices/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_orders/__init__.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_orders/vendor_orders.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/api/vendor_shipments/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/auth/access_token_client.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/auth/access_token_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/credential_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/fulfillment_channel.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/sp_api/base/inegibility_reasons.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/finances/test_finances.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/notifications/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/product_fees/__init__.py
RENAMED
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/api/product_fees/product_fees.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python-amazon-sp-api-1.0.0 → python-amazon-sp-api-1.0.2}/tests/client/test_credential_provider.py
RENAMED
|
File without changes
|
|
File without changes
|