python-amazon-sp-api 1.9.47__py3-none-any.whl → 1.9.49__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.
- {python_amazon_sp_api-1.9.47.dist-info → python_amazon_sp_api-1.9.49.dist-info}/METADATA +1 -1
- {python_amazon_sp_api-1.9.47.dist-info → python_amazon_sp_api-1.9.49.dist-info}/RECORD +10 -27
- {python_amazon_sp_api-1.9.47.dist-info → python_amazon_sp_api-1.9.49.dist-info}/top_level.txt +0 -1
- sp_api/__version__.py +1 -1
- sp_api/api/__init__.py +3 -0
- sp_api/api/external_fulfillment/external_fulfillment.py +706 -0
- tests/api/__init__.py +0 -0
- tests/api/finances/__init__.py +0 -0
- tests/api/finances/test_finances.py +0 -19
- tests/api/notifications/__init__.py +0 -0
- tests/api/notifications/test_notifications.py +0 -26
- tests/api/orders/__init__.py +0 -0
- tests/api/orders/test_orders.py +0 -122
- tests/api/product_fees/__init__.py +0 -0
- tests/api/product_fees/product_fees.py +0 -49
- tests/api/reports/__init__.py +0 -0
- tests/api/reports/test_reports.py +0 -127
- tests/api/sellers/__init__.py +0 -0
- tests/api/sellers/test_sellers.py +0 -0
- tests/client/__init__.py +0 -0
- tests/client/test_auth.py +0 -59
- tests/client/test_base.py +0 -163
- tests/client/test_credential_provider.py +0 -45
- tests/client/test_helpers.py +0 -142
- {python_amazon_sp_api-1.9.47.data → python_amazon_sp_api-1.9.49.data}/scripts/make_endpoint +0 -0
- {python_amazon_sp_api-1.9.47.dist-info → python_amazon_sp_api-1.9.49.dist-info}/WHEEL +0 -0
- {python_amazon_sp_api-1.9.47.dist-info → python_amazon_sp_api-1.9.49.dist-info}/licenses/LICENSE +0 -0
- {tests → sp_api/api/external_fulfillment}/__init__.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
python_amazon_sp_api-1.9.
|
|
2
|
-
python_amazon_sp_api-1.9.
|
|
1
|
+
python_amazon_sp_api-1.9.49.data/scripts/make_endpoint,sha256=QWcwG6z4RWFJlzj4-xyHJymjObyKtwkvWFRq8T18iG0,8568
|
|
2
|
+
python_amazon_sp_api-1.9.49.dist-info/licenses/LICENSE,sha256=nbzomPIVo1PVl5bpGAntofsYAF7ZQ2UhzOtKgf7IiNw,1071
|
|
3
3
|
sp_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
sp_api/__version__.py,sha256=
|
|
5
|
-
sp_api/api/__init__.py,sha256=
|
|
4
|
+
sp_api/__version__.py,sha256=LnUQAMmM0hGHJQlRoYDnmiLFvirSDSCHxr5O017AN-k,23
|
|
5
|
+
sp_api/api/__init__.py,sha256=uIA1QPq-bW-7NHslmR3peYgDs3yAqJPCrHCiLiEIdyk,4642
|
|
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
|
|
8
8
|
sp_api/api/aplus_content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -21,6 +21,8 @@ sp_api/api/data_kiosk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
|
21
21
|
sp_api/api/data_kiosk/data_kiosk.py,sha256=OyLyXtpAmPhfeDUqU2O7ovZ5e7K_ZAEcfyv3INNecyc,12175
|
|
22
22
|
sp_api/api/easy_ship/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
23
|
sp_api/api/easy_ship/easy_ship.py,sha256=dVw0wZKWoDc0miqakUYgU17neODeLt0q6HTlpBXIpWw,11001
|
|
24
|
+
sp_api/api/external_fulfillment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
+
sp_api/api/external_fulfillment/external_fulfillment.py,sha256=6mXwCzcWhzMZmUK_ViG0jadXsB4Vpt3E9SdG-QMa4g4,28671
|
|
24
26
|
sp_api/api/fba_inbound_eligibility/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
27
|
sp_api/api/fba_inbound_eligibility/fba_inbound_eligibility.py,sha256=rwzr7OF69b9OuNiq8wd2yL62_aGKgP8dAhkibUSjFcA,4425
|
|
26
28
|
sp_api/api/fba_small_and_light/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -123,26 +125,7 @@ sp_api/util/key_maker.py,sha256=T4I2rdBZzvWtX32qgrv9DA5EzVK3LEAWtbRffup-_kE,2172
|
|
|
123
125
|
sp_api/util/load_all_pages.py,sha256=K6Suml4_GWZ5L9-YcnhaM9q-dA7Xr6wNLE-kWP_8MPk,1839
|
|
124
126
|
sp_api/util/load_date_bound.py,sha256=j9gu9WucENqU9xaQ-xG7c4yK4RB-FXK39_r1mLT76z0,1726
|
|
125
127
|
sp_api/util/retry.py,sha256=V8SeSeX3Brdou138hNA5HeQkKlHppZcqbZobIDjmBYw,2407
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
tests/api/notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
131
|
-
tests/api/notifications/test_notifications.py,sha256=ln4sM3Rfspax_QCARkmrqOKBWfYx_a-4KNje5YJ9Io8,1293
|
|
132
|
-
tests/api/orders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
133
|
-
tests/api/orders/test_orders.py,sha256=j568TSG55x8afPhlFmwTyjVBmMdo6pcAr1esGH3RlUo,3717
|
|
134
|
-
tests/api/product_fees/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
135
|
-
tests/api/product_fees/product_fees.py,sha256=3d4alLRlAQzfbmxWu2LWGVg4jsozc6A5BvmkJLtt9cM,2542
|
|
136
|
-
tests/api/reports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
137
|
-
tests/api/reports/test_reports.py,sha256=Ni0QpflVEJlZYk696cKTe5BasoeSWAyXxpxSJnFcGHI,3974
|
|
138
|
-
tests/api/sellers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
139
|
-
tests/api/sellers/test_sellers.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
140
|
-
tests/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
141
|
-
tests/client/test_auth.py,sha256=fI4Lo5Z6O0GfqIldPlCe1OAoZRfAvMRjomo-mGfQxfs,1993
|
|
142
|
-
tests/client/test_base.py,sha256=SaXsycFpNYWy8zEYGVzb0aYUZuhJ4qz1_8oAvy6XAvg,4905
|
|
143
|
-
tests/client/test_credential_provider.py,sha256=qSBVgDEaR7_C2CmJOY7KAmxNMOfVeE4qG0hfXH3Gk2o,1476
|
|
144
|
-
tests/client/test_helpers.py,sha256=RzpnytJGSEIFDRqcMm2QpdIqZubDfNNQRNVgvZPX3K0,3731
|
|
145
|
-
python_amazon_sp_api-1.9.47.dist-info/METADATA,sha256=SEO6CnQuHIi0DtPMMS6wGO-uMW1JsDllcNUpGLdSI-M,5994
|
|
146
|
-
python_amazon_sp_api-1.9.47.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
147
|
-
python_amazon_sp_api-1.9.47.dist-info/top_level.txt,sha256=oZPLMXOmLpAhwQ2La20WfRtlOYlnjub0v419-qPfwkw,13
|
|
148
|
-
python_amazon_sp_api-1.9.47.dist-info/RECORD,,
|
|
128
|
+
python_amazon_sp_api-1.9.49.dist-info/METADATA,sha256=chbhMwe9Q8_ov04oUu-6_0SGFY4kVYrYGYxwanf9dY0,5994
|
|
129
|
+
python_amazon_sp_api-1.9.49.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
130
|
+
python_amazon_sp_api-1.9.49.dist-info/top_level.txt,sha256=mEzPMFyyy0LmJGY4KFXfh5usUka4eeouIr7-2IAzoE0,7
|
|
131
|
+
python_amazon_sp_api-1.9.49.dist-info/RECORD,,
|
sp_api/__version__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '1.9.
|
|
1
|
+
__version__ = '1.9.49'
|
sp_api/api/__init__.py
CHANGED
|
@@ -97,6 +97,8 @@ from .amazon_warehousing_and_distribu.amazon_warehousing_and_distribu import (
|
|
|
97
97
|
AmazonWarehousingAndDistributionVersion,
|
|
98
98
|
)
|
|
99
99
|
|
|
100
|
+
from .external_fulfillment import ExternalFulfillment
|
|
101
|
+
|
|
100
102
|
__all__ = [
|
|
101
103
|
"Sales",
|
|
102
104
|
"Products",
|
|
@@ -115,6 +117,7 @@ __all__ = [
|
|
|
115
117
|
"FulfillmentInbound",
|
|
116
118
|
"MerchantFulfillment",
|
|
117
119
|
##### DO NOT DELETE ########## INSERT TITLE HERE #######
|
|
120
|
+
"ExternalFulfillment",
|
|
118
121
|
"ApplicationIntegrations",
|
|
119
122
|
|
|
120
123
|
"FulfillmentInbound",
|