python-amazon-sp-api 1.9.27__tar.gz → 1.9.28__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.9.27/python_amazon_sp_api.egg-info → python_amazon_sp_api-1.9.28}/PKG-INFO +3 -3
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/README.md +2 -2
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/make_endpoint/make_endpoint +3 -3
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28/python_amazon_sp_api.egg-info}/PKG-INFO +3 -3
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/python_amazon_sp_api.egg-info/SOURCES.txt +2 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/setup.py +2 -0
- python_amazon_sp_api-1.9.28/sp_api/__version__.py +1 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/__init__.py +6 -0
- python_amazon_sp_api-1.9.28/sp_api/api/application_integrations/application_integrations.py +118 -0
- python_amazon_sp_api-1.9.28/tests/client/__init__.py +0 -0
- python_amazon_sp_api-1.9.27/sp_api/__version__.py +0 -1
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/LICENSE +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/python_amazon_sp_api.egg-info/dependency_links.txt +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/python_amazon_sp_api.egg-info/requires.txt +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/python_amazon_sp_api.egg-info/top_level.txt +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/setup.cfg +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/amazon_warehousing_and_distribu/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/amazon_warehousing_and_distribu/amazon_warehousing_and_distribu.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/aplus_content/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/aplus_content/aplus_content.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/application_management → python_amazon_sp_api-1.9.28/sp_api/api/application_integrations}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/authorization → python_amazon_sp_api-1.9.28/sp_api/api/application_management}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/application_management/application_management.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/catalog → python_amazon_sp_api-1.9.28/sp_api/api/authorization}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/authorization/authorization.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/catalog_items → python_amazon_sp_api-1.9.28/sp_api/api/catalog}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/catalog/catalog.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/data_kiosk → python_amazon_sp_api-1.9.28/sp_api/api/catalog_items}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/catalog_items/catalog_items.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/easy_ship → python_amazon_sp_api-1.9.28/sp_api/api/data_kiosk}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/data_kiosk/data_kiosk.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/fba_inbound_eligibility → python_amazon_sp_api-1.9.28/sp_api/api/easy_ship}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/easy_ship/easy_ship.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/fba_small_and_light → python_amazon_sp_api-1.9.28/sp_api/api/fba_inbound_eligibility}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/fba_inbound_eligibility/fba_inbound_eligibility.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/feeds → python_amazon_sp_api-1.9.28/sp_api/api/fba_small_and_light}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/fba_small_and_light/fba_small_and_light.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/finances → python_amazon_sp_api-1.9.28/sp_api/api/feeds}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/feeds/feeds.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/fulfillment_inbound → python_amazon_sp_api-1.9.28/sp_api/api/finances}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/finances/finances.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/fulfillment_outbound → python_amazon_sp_api-1.9.28/sp_api/api/fulfillment_inbound}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/fulfillment_inbound/fulfillment_inbound.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/inventories → python_amazon_sp_api-1.9.28/sp_api/api/fulfillment_outbound}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/fulfillment_outbound/fulfillment_outbound.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/listings_items → python_amazon_sp_api-1.9.28/sp_api/api/inventories}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/inventories/inventories.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/listings_restrictions → python_amazon_sp_api-1.9.28/sp_api/api/listings_items}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/listings_items/listings_items.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/merchant_fulfillment → python_amazon_sp_api-1.9.28/sp_api/api/listings_restrictions}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/listings_restrictions/listings_restrictions.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/messaging → python_amazon_sp_api-1.9.28/sp_api/api/merchant_fulfillment}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/merchant_fulfillment/merchant_fulfillment.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/notifications → python_amazon_sp_api-1.9.28/sp_api/api/messaging}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/messaging/messaging.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/orders → python_amazon_sp_api-1.9.28/sp_api/api/notifications}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/notifications/notifications.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/product_fees → python_amazon_sp_api-1.9.28/sp_api/api/orders}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/orders/orders.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/product_type_definitions → python_amazon_sp_api-1.9.28/sp_api/api/product_fees}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/product_fees/product_fees.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/products → python_amazon_sp_api-1.9.28/sp_api/api/product_type_definitions}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/product_type_definitions/product_type_definitions.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/replenishment → python_amazon_sp_api-1.9.28/sp_api/api/products}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/products/products.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/products/products_definitions.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/reports → python_amazon_sp_api-1.9.28/sp_api/api/replenishment}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/replenishment/replenishment.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/sales → python_amazon_sp_api-1.9.28/sp_api/api/reports}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/reports/reports.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/sellers → python_amazon_sp_api-1.9.28/sp_api/api/sales}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/sales/sales.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/services → python_amazon_sp_api-1.9.28/sp_api/api/sellers}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/sellers/sellers.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/shipping → python_amazon_sp_api-1.9.28/sp_api/api/services}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/services/services.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/solicitations → python_amazon_sp_api-1.9.28/sp_api/api/shipping}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/shipping/shipping.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/shipping/shippingV2.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/supply_sources → python_amazon_sp_api-1.9.28/sp_api/api/solicitations}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/solicitations/solicitations.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/tokens → python_amazon_sp_api-1.9.28/sp_api/api/supply_sources}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/supply_sources/supply_sources.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/upload → python_amazon_sp_api-1.9.28/sp_api/api/tokens}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/tokens/tokens.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/vendor_direct_fulfillment_inventory → python_amazon_sp_api-1.9.28/sp_api/api/upload}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/upload/upload.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/vendor_direct_fulfillment_orders → python_amazon_sp_api-1.9.28/sp_api/api/vendor_direct_fulfillment_inventory}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/vendor_direct_fulfillment_inventory/vendor_direct_fulfillment_inventory.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/vendor_direct_fulfillment_payments → python_amazon_sp_api-1.9.28/sp_api/api/vendor_direct_fulfillment_orders}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/vendor_direct_fulfillment_orders/vendor_direct_fulfillment_orders.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/vendor_direct_fulfillment_shipping → python_amazon_sp_api-1.9.28/sp_api/api/vendor_direct_fulfillment_payments}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/vendor_direct_fulfillment_payments/vendor_direct_fulfillment_payments.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/vendor_direct_fulfillment_transactions → python_amazon_sp_api-1.9.28/sp_api/api/vendor_direct_fulfillment_shipping}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/vendor_direct_fulfillment_shipping/vendor_direct_fulfillment_shipping.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/vendor_invoices → python_amazon_sp_api-1.9.28/sp_api/api/vendor_direct_fulfillment_transactions}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/vendor_direct_fulfillment_transactions/vendor_direct_fulfillment_transactions.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/vendor_orders → python_amazon_sp_api-1.9.28/sp_api/api/vendor_invoices}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/vendor_invoices/vendor_invoices.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/vendor_shipments → python_amazon_sp_api-1.9.28/sp_api/api/vendor_orders}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/vendor_orders/vendor_orders.py +0 -0
- {python_amazon_sp_api-1.9.27/sp_api/api/vendor_transaction_status → python_amazon_sp_api-1.9.28/sp_api/api/vendor_shipments}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/vendor_shipments/vendor_shipments.py +0 -0
- {python_amazon_sp_api-1.9.27/tests → python_amazon_sp_api-1.9.28/sp_api/api/vendor_transaction_status}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/vendor_transaction_status/vendor_transaction_status.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/auth/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/auth/access_token_client.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/auth/access_token_response.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/auth/credentials.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/auth/exceptions.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/ApiResponse.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/InventoryEnums.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/base_client.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/client.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/credential_provider.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/exceptions.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/feedTypes.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/fulfillment_channel.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/helpers.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/identifiersType.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/included_data.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/inegibility_reasons.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/marketplaces.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/notifications.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/processing_status.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/reportTypes.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/report_status.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/sales_enum.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/schedules.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/util/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/util/key_maker.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/util/load_all_pages.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/util/load_date_bound.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/util/retry.py +0 -0
- {python_amazon_sp_api-1.9.27/tests/api → python_amazon_sp_api-1.9.28/tests}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27/tests/api/finances → python_amazon_sp_api-1.9.28/tests/api}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27/tests/api/notifications → python_amazon_sp_api-1.9.28/tests/api/finances}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/api/finances/test_finances.py +0 -0
- {python_amazon_sp_api-1.9.27/tests/api/orders → python_amazon_sp_api-1.9.28/tests/api/notifications}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/api/notifications/test_notifications.py +0 -0
- {python_amazon_sp_api-1.9.27/tests/api/product_fees → python_amazon_sp_api-1.9.28/tests/api/orders}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/api/orders/test_orders.py +0 -0
- {python_amazon_sp_api-1.9.27/tests/api/reports → python_amazon_sp_api-1.9.28/tests/api/product_fees}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/api/product_fees/product_fees.py +0 -0
- {python_amazon_sp_api-1.9.27/tests/api/sellers → python_amazon_sp_api-1.9.28/tests/api/reports}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/api/reports/test_reports.py +0 -0
- {python_amazon_sp_api-1.9.27/tests/client → python_amazon_sp_api-1.9.28/tests/api/sellers}/__init__.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/api/sellers/test_sellers.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/client/test_auth.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/client/test_base.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/client/test_credential_provider.py +0 -0
- {python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/client/test_helpers.py +0 -0
{python_amazon_sp_api-1.9.27/python_amazon_sp_api.egg-info → python_amazon_sp_api-1.9.28}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-amazon-sp-api
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.28
|
|
4
4
|
Summary: Python wrapper for the Amazon Selling-Partner API
|
|
5
5
|
Home-page: https://github.com/saleweaver/python-amazon-sp-api
|
|
6
6
|
Author: Michael
|
|
@@ -39,9 +39,9 @@ A wrapper to access **Amazon's Selling Partner API** with an easy-to-use interfa
|
|
|
39
39
|
|
|
40
40
|
🚀 Streamline Your Amazon Seller Reporting!
|
|
41
41
|
|
|
42
|
-
Automatically download all your Amazon seller reports and effortlessly forward them directly to Google Sheets or your database.
|
|
42
|
+
Automatically download all your Amazon seller reports and effortlessly forward them directly to Google Sheets or your database.
|
|
43
|
+
If you're looking to download reports from Amazon, [have a look at my service](https://reports.datastic.co).
|
|
43
44
|
|
|
44
|
-
Interested? [Make an appointment](https://nslucidneumannosatl9wn-fct-pensive-haslett.functions.fnc.fr-par.scw.cloud?link=chat&seller=github)
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
---
|
|
@@ -12,9 +12,9 @@ A wrapper to access **Amazon's Selling Partner API** with an easy-to-use interfa
|
|
|
12
12
|
|
|
13
13
|
🚀 Streamline Your Amazon Seller Reporting!
|
|
14
14
|
|
|
15
|
-
Automatically download all your Amazon seller reports and effortlessly forward them directly to Google Sheets or your database.
|
|
15
|
+
Automatically download all your Amazon seller reports and effortlessly forward them directly to Google Sheets or your database.
|
|
16
|
+
If you're looking to download reports from Amazon, [have a look at my service](https://reports.datastic.co).
|
|
16
17
|
|
|
17
|
-
Interested? [Make an appointment](https://nslucidneumannosatl9wn-fct-pensive-haslett.functions.fnc.fr-par.scw.cloud?link=chat&seller=github)
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
---
|
|
@@ -100,7 +100,7 @@ def add_to_setup_py(endpoint):
|
|
|
100
100
|
append_template = f"""##### DO NOT DELETE ########## INSERT PACKAGE HERE #######
|
|
101
101
|
{package},
|
|
102
102
|
"""
|
|
103
|
-
with open('
|
|
103
|
+
with open('./setup.py', 'r') as f:
|
|
104
104
|
content = f.read()
|
|
105
105
|
content = append_template.join(content.split('##### DO NOT DELETE ########## INSERT PACKAGE HERE #######'))
|
|
106
106
|
f.close()
|
|
@@ -142,9 +142,9 @@ def get_endpoint_from_url(url):
|
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
if __name__ == '__main__':
|
|
145
|
-
|
|
145
|
+
args = parse_args()
|
|
146
146
|
|
|
147
|
-
create_endpoint_file(
|
|
147
|
+
create_endpoint_file(args.model_url)
|
|
148
148
|
# for model_json_url in [
|
|
149
149
|
# # 'https://raw.githubusercontent.com/amzn/selling-partner-api-models/main/models/fulfillment-outbound-api-model/fulfillmentOutbound_2020-07-01.json',
|
|
150
150
|
# # 'https://raw.githubusercontent.com/amzn/selling-partner-api-models/main/models/aplus-content-api-model/aplusContent_2020-11-01.json',
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28/python_amazon_sp_api.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-amazon-sp-api
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.28
|
|
4
4
|
Summary: Python wrapper for the Amazon Selling-Partner API
|
|
5
5
|
Home-page: https://github.com/saleweaver/python-amazon-sp-api
|
|
6
6
|
Author: Michael
|
|
@@ -39,9 +39,9 @@ A wrapper to access **Amazon's Selling Partner API** with an easy-to-use interfa
|
|
|
39
39
|
|
|
40
40
|
🚀 Streamline Your Amazon Seller Reporting!
|
|
41
41
|
|
|
42
|
-
Automatically download all your Amazon seller reports and effortlessly forward them directly to Google Sheets or your database.
|
|
42
|
+
Automatically download all your Amazon seller reports and effortlessly forward them directly to Google Sheets or your database.
|
|
43
|
+
If you're looking to download reports from Amazon, [have a look at my service](https://reports.datastic.co).
|
|
43
44
|
|
|
44
|
-
Interested? [Make an appointment](https://nslucidneumannosatl9wn-fct-pensive-haslett.functions.fnc.fr-par.scw.cloud?link=chat&seller=github)
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
---
|
|
@@ -15,6 +15,8 @@ sp_api/api/amazon_warehousing_and_distribu/__init__.py
|
|
|
15
15
|
sp_api/api/amazon_warehousing_and_distribu/amazon_warehousing_and_distribu.py
|
|
16
16
|
sp_api/api/aplus_content/__init__.py
|
|
17
17
|
sp_api/api/aplus_content/aplus_content.py
|
|
18
|
+
sp_api/api/application_integrations/__init__.py
|
|
19
|
+
sp_api/api/application_integrations/application_integrations.py
|
|
18
20
|
sp_api/api/application_management/__init__.py
|
|
19
21
|
sp_api/api/application_management/application_management.py
|
|
20
22
|
sp_api/api/authorization/__init__.py
|
|
@@ -40,6 +40,8 @@ setup(
|
|
|
40
40
|
'sp_api.base',
|
|
41
41
|
'sp_api.util',
|
|
42
42
|
##### DO NOT DELETE ########## INSERT PACKAGE HERE #######
|
|
43
|
+
'sp_api.api.application_integrations',
|
|
44
|
+
|
|
43
45
|
'sp_api.api.easy_ship',
|
|
44
46
|
'sp_api.api.listings_restrictions',
|
|
45
47
|
'sp_api.api.amazon_warehousing_and_distribu',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.9.28'
|
|
@@ -22,6 +22,8 @@ from .messaging.messaging import Messaging
|
|
|
22
22
|
from .merchant_fulfillment.merchant_fulfillment import MerchantFulfillment
|
|
23
23
|
|
|
24
24
|
##### DO NOT DELETE ########## INSERT IMPORT HERE #######
|
|
25
|
+
from .application_integrations.application_integrations import ApplicationIntegrations
|
|
26
|
+
|
|
25
27
|
from .easy_ship.easy_ship import EasyShip
|
|
26
28
|
|
|
27
29
|
|
|
@@ -113,6 +115,10 @@ __all__ = [
|
|
|
113
115
|
"FulfillmentInbound",
|
|
114
116
|
"MerchantFulfillment",
|
|
115
117
|
##### DO NOT DELETE ########## INSERT TITLE HERE #######
|
|
118
|
+
"ApplicationIntegrations",
|
|
119
|
+
|
|
120
|
+
"FulfillmentInbound",
|
|
121
|
+
|
|
116
122
|
"EasyShip",
|
|
117
123
|
|
|
118
124
|
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import urllib.parse
|
|
2
|
+
|
|
3
|
+
from sp_api.base import Client, sp_endpoint, fill_query_params, ApiResponse
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class ApplicationIntegrations(Client):
|
|
7
|
+
"""
|
|
8
|
+
ApplicationIntegrations SP-API Client
|
|
9
|
+
:link:
|
|
10
|
+
|
|
11
|
+
With the AppIntegrations API v2024-04-01, you can send notifications to Amazon Selling Partners and display the notifications in Seller Central.
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@sp_endpoint('/appIntegrations/2024-04-01/notifications', method='POST')
|
|
16
|
+
def create_notification(self, **kwargs) -> ApiResponse:
|
|
17
|
+
"""
|
|
18
|
+
create_notification(self, **kwargs) -> ApiResponse
|
|
19
|
+
|
|
20
|
+
Create a notification for sellers in Seller Central.
|
|
21
|
+
|
|
22
|
+
**Usage Plan:**
|
|
23
|
+
|
|
24
|
+
| Rate (requests per second) | Burst |
|
|
25
|
+
| ---- | ---- |
|
|
26
|
+
| 1 | 5 |
|
|
27
|
+
|
|
28
|
+
The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Sellers whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
29
|
+
|
|
30
|
+
Args:
|
|
31
|
+
|
|
32
|
+
body: | * REQUIRED {'description': 'The request for the `createNotification` operation.',
|
|
33
|
+
'example': {'marketplaceId': 'ATVPDKIKX0DER', 'notificationParameters': {'priceValue': '200'}, 'templateId': 'PRICE_CHANGE'},
|
|
34
|
+
'properties': {'marketplaceId': {'description': 'An encrypted marketplace identifier for the posted notification.', 'type': 'string'},
|
|
35
|
+
'notificationParameters': {'$ref': '#/definitions/NotificationParameters', 'description': 'The parameters specified in the template you used to onboard your application.'},
|
|
36
|
+
'templateId': {'description': 'The unique identifier of the notification template you used to onboard your application.', 'type': 'string'}},
|
|
37
|
+
'required': ['templateId', 'notificationParameters'],
|
|
38
|
+
'type': 'object'}
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
Returns:
|
|
42
|
+
ApiResponse:
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
return self._request(kwargs.pop('path'), data=kwargs)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
@sp_endpoint('/appIntegrations/2024-04-01/notifications/deletion', method='POST')
|
|
49
|
+
def delete_notifications(self, **kwargs) -> ApiResponse:
|
|
50
|
+
"""
|
|
51
|
+
delete_notifications(self, **kwargs) -> ApiResponse
|
|
52
|
+
|
|
53
|
+
Remove your application's notifications from the Appstore notifications dashboard.
|
|
54
|
+
|
|
55
|
+
**Usage Plan:**
|
|
56
|
+
|
|
57
|
+
| Rate (requests per second) | Burst |
|
|
58
|
+
| ---- | ---- |
|
|
59
|
+
| 1 | 5 |
|
|
60
|
+
|
|
61
|
+
The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Sellers whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
62
|
+
|
|
63
|
+
Args:
|
|
64
|
+
|
|
65
|
+
body: | * REQUIRED {'description': 'The request for the `deleteNotifications` operation.',
|
|
66
|
+
'example': {'deletionReason': 'INCORRECT_CONTENT', 'templateId': 'PRICE_CHANGE'},
|
|
67
|
+
'properties': {'deletionReason': {'description': 'The unique identifier that maps each notification status to a reason code.',
|
|
68
|
+
'enum': ['INCORRECT_CONTENT', 'INCORRECT_RECIPIENT'],
|
|
69
|
+
'type': 'string',
|
|
70
|
+
'x-docgen-enum-table-extension': [{'description': "The notification's content is recognized to be incorrect.", 'value': 'INCORRECT_CONTENT'},
|
|
71
|
+
{'description': 'The notification was sent to incorrect seller.', 'value': 'INCORRECT_RECIPIENT'}]},
|
|
72
|
+
'templateId': {'description': 'The unique identifier of the notification template you used to onboard your application.', 'type': 'string'}},
|
|
73
|
+
'required': ['templateId', 'deletionReason'],
|
|
74
|
+
'type': 'object'}
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
Returns:
|
|
78
|
+
ApiResponse:
|
|
79
|
+
"""
|
|
80
|
+
|
|
81
|
+
return self._request(kwargs.pop('path'), data=kwargs)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
@sp_endpoint('/appIntegrations/2024-04-01/notifications/{}/feedback', method='POST')
|
|
85
|
+
def record_action_feedback(self, notificationId, **kwargs) -> ApiResponse:
|
|
86
|
+
"""
|
|
87
|
+
record_action_feedback(self, notificationId, **kwargs) -> ApiResponse
|
|
88
|
+
|
|
89
|
+
Records the seller's response to a notification.
|
|
90
|
+
|
|
91
|
+
**Usage Plan:**
|
|
92
|
+
|
|
93
|
+
| Rate (requests per second) | Burst |
|
|
94
|
+
| ---- | ---- |
|
|
95
|
+
| 1 | 5 |
|
|
96
|
+
|
|
97
|
+
The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Sellers whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
98
|
+
|
|
99
|
+
Args:
|
|
100
|
+
|
|
101
|
+
notificationId:string | * REQUIRED A `notificationId` uniquely identifies a notification.
|
|
102
|
+
|
|
103
|
+
body: | * REQUIRED {'description': 'The request for the `recordActionFeedback` operation.',
|
|
104
|
+
'example': {'feedbackActionCode': 'SELLER_ACTION_COMPLETED'},
|
|
105
|
+
'properties': {'feedbackActionCode': {'description': 'The unique identifier for each notification status.',
|
|
106
|
+
'enum': ['SELLER_ACTION_COMPLETED'],
|
|
107
|
+
'type': 'string',
|
|
108
|
+
'x-docgen-enum-table-extension': [{'description': 'The seller completed the action attached to the posted notification.', 'value': 'SELLER_ACTION_COMPLETED'}]}},
|
|
109
|
+
'required': ['feedbackActionCode'],
|
|
110
|
+
'type': 'object'}
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
Returns:
|
|
114
|
+
ApiResponse:
|
|
115
|
+
"""
|
|
116
|
+
|
|
117
|
+
return self._request(fill_query_params(kwargs.pop('path'), notificationId), data=kwargs)
|
|
118
|
+
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.9.27'
|
|
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.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/aplus_content/__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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/data_kiosk/data_kiosk.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/easy_ship/easy_ship.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
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/inventories/inventories.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.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/messaging/messaging.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.9.27 → python_amazon_sp_api-1.9.28}/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
|
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/api/shipping/shippingV2.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
|
|
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.9.27 → python_amazon_sp_api-1.9.28}/sp_api/auth/access_token_client.py
RENAMED
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/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
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/credential_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/fulfillment_channel.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/inegibility_reasons.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/sp_api/base/processing_status.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
|
{python_amazon_sp_api-1.9.27/tests/api/finances → python_amazon_sp_api-1.9.28/tests/api}/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/api/finances/test_finances.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.9.27 → python_amazon_sp_api-1.9.28}/tests/api/product_fees/product_fees.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/api/reports/test_reports.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/api/sellers/test_sellers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_amazon_sp_api-1.9.27 → python_amazon_sp_api-1.9.28}/tests/client/test_credential_provider.py
RENAMED
|
File without changes
|
|
File without changes
|