python-amazon-sp-api 1.9.55__py3-none-any.whl → 1.9.57__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-amazon-sp-api
3
- Version: 1.9.55
3
+ Version: 1.9.57
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
@@ -38,6 +38,15 @@ A wrapper to access **Amazon's Selling Partner API** with an easy-to-use interfa
38
38
 
39
39
  ---
40
40
 
41
+ ### SP-API fees & call optimization
42
+
43
+ With Amazon’s new SP-API pricing model (annual fees plus usage-based charges for GET requests), inefficient integrations will quickly become costly. If your systems rely on `python-amazon-sp-api` and you want to control these expenses, I offer consulting to review and optimize your implementation—such as replacing high-volume Orders API polling with report-based workflows and reducing unnecessary GET traffic wherever possible. If you’d like expert support preparing your SP-API usage for the upcoming pricing changes, feel free to get in touch.
44
+
45
+
46
+ <fees@clairinsights.com>
47
+
48
+ ---
49
+
41
50
  ### 🚀 Version 2 🚀
42
51
 
43
52
  Version 2 is currently being built - featuring pydantic, async support and better versioning.
@@ -168,4 +177,3 @@ The client is pretty extensible and can be used for any other API. Check it out
168
177
 
169
178
 
170
179
  ![Alt](https://repobeats.axiom.co/api/embed/25e8a3fe715fe68f2996ab99fe2e6188cd96a459.svg "Repobeats analytics image")
171
-
@@ -1,7 +1,7 @@
1
- python_amazon_sp_api-1.9.55.data/scripts/make_endpoint,sha256=QWcwG6z4RWFJlzj4-xyHJymjObyKtwkvWFRq8T18iG0,8568
2
- python_amazon_sp_api-1.9.55.dist-info/licenses/LICENSE,sha256=nbzomPIVo1PVl5bpGAntofsYAF7ZQ2UhzOtKgf7IiNw,1071
1
+ python_amazon_sp_api-1.9.57.data/scripts/make_endpoint,sha256=QWcwG6z4RWFJlzj4-xyHJymjObyKtwkvWFRq8T18iG0,8568
2
+ python_amazon_sp_api-1.9.57.dist-info/licenses/LICENSE,sha256=nbzomPIVo1PVl5bpGAntofsYAF7ZQ2UhzOtKgf7IiNw,1071
3
3
  sp_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- sp_api/__version__.py,sha256=-xpI5GzIChCVfNjF6JOljCpjC0Ibfq92LztTijXt5rk,23
4
+ sp_api/__version__.py,sha256=gH6kr1AkCzKuSccRdXAEZcLwUdzFJ4yUACwfaauLVGs,23
5
5
  sp_api/api/__init__.py,sha256=spVkblGMx7S74LLEAE2ztM6aWoX_aww7WJs4iL5a7xs,4663
6
6
  sp_api/api/amazon_warehousing_and_distribu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  sp_api/api/amazon_warehousing_and_distribu/amazon_warehousing_and_distribu.py,sha256=bMBIxIj0eu6Gi6WY3XLdHHYDzNCwz0-9X59Jo9DoqfE,5863
@@ -125,7 +125,7 @@ sp_api/util/key_maker.py,sha256=T4I2rdBZzvWtX32qgrv9DA5EzVK3LEAWtbRffup-_kE,2172
125
125
  sp_api/util/load_all_pages.py,sha256=K6Suml4_GWZ5L9-YcnhaM9q-dA7Xr6wNLE-kWP_8MPk,1839
126
126
  sp_api/util/load_date_bound.py,sha256=j9gu9WucENqU9xaQ-xG7c4yK4RB-FXK39_r1mLT76z0,1726
127
127
  sp_api/util/retry.py,sha256=V8SeSeX3Brdou138hNA5HeQkKlHppZcqbZobIDjmBYw,2407
128
- python_amazon_sp_api-1.9.55.dist-info/METADATA,sha256=3gfulXmnj3SZwteSRePnK337f2XNygMt6gisGsYOoFM,6170
129
- python_amazon_sp_api-1.9.55.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
130
- python_amazon_sp_api-1.9.55.dist-info/top_level.txt,sha256=mEzPMFyyy0LmJGY4KFXfh5usUka4eeouIr7-2IAzoE0,7
131
- python_amazon_sp_api-1.9.55.dist-info/RECORD,,
128
+ python_amazon_sp_api-1.9.57.dist-info/METADATA,sha256=nXZvso7RziSJW0AI0tjXP7M3TGP60rDosBv5lrTr9Ag,6794
129
+ python_amazon_sp_api-1.9.57.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
130
+ python_amazon_sp_api-1.9.57.dist-info/top_level.txt,sha256=mEzPMFyyy0LmJGY4KFXfh5usUka4eeouIr7-2IAzoE0,7
131
+ python_amazon_sp_api-1.9.57.dist-info/RECORD,,
sp_api/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '1.9.55'
1
+ __version__ = '1.9.57'