python-amazon-sp-api 2.0.15__py3-none-any.whl → 2.1.3__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.
Files changed (214) hide show
  1. {python_amazon_sp_api-2.0.15.dist-info → python_amazon_sp_api-2.1.3.dist-info}/METADATA +7 -7
  2. python_amazon_sp_api-2.1.3.dist-info/RECORD +350 -0
  3. sp_api/__version__.py +1 -1
  4. sp_api/api/__init__.py +160 -4
  5. sp_api/api/amazon_warehousing_and_distribu/amazon_warehousing_and_distribu.py +85 -110
  6. sp_api/api/amazon_warehousing_and_distribu/amazon_warehousing_and_distribu_2024_05_09.py +456 -0
  7. sp_api/api/aplus_content/aplus_content.py +176 -125
  8. sp_api/api/application_integrations/application_integrations.py +59 -68
  9. sp_api/api/application_management/application_management.py +20 -13
  10. sp_api/api/authorization/authorization.py +8 -26
  11. sp_api/api/catalog/catalog.py +27 -61
  12. sp_api/api/catalog_items/catalog_items.py +108 -78
  13. sp_api/api/catalog_items/catalog_items_2020_12_01.py +86 -0
  14. sp_api/api/catalog_items/catalog_items_2022_04_01.py +89 -0
  15. sp_api/api/customer_feedback/customer_feedback.py +100 -0
  16. sp_api/api/data_kiosk/data_kiosk.py +80 -75
  17. sp_api/api/delivery_by_amazon/__init__.py +0 -0
  18. sp_api/api/delivery_by_amazon/delivery_by_amazon.py +92 -0
  19. sp_api/api/delivery_by_amazon/delivery_by_amazon_2022_07_01.py +81 -0
  20. sp_api/api/easy_ship/easy_ship.py +121 -111
  21. sp_api/api/external_fulfillment/external_fulfillment.py +211 -434
  22. sp_api/api/external_fulfillment/inventory.py +120 -0
  23. sp_api/api/external_fulfillment/inventory_2021_01_06.py +71 -0
  24. sp_api/api/external_fulfillment/inventory_2024_09_11.py +96 -0
  25. sp_api/api/external_fulfillment/returns.py +120 -0
  26. sp_api/api/external_fulfillment/returns_2021_08_19.py +88 -0
  27. sp_api/api/external_fulfillment/returns_2024_09_11.py +141 -0
  28. sp_api/api/external_fulfillment/shipping.py +120 -0
  29. sp_api/api/external_fulfillment/shipping_2021_01_06.py +256 -0
  30. sp_api/api/external_fulfillment/shipping_2024_09_11.py +233 -0
  31. sp_api/api/fba_inbound_eligibility/fba_inbound_eligibility.py +30 -24
  32. sp_api/api/fba_small_and_light/fba_small_and_light.py +60 -99
  33. sp_api/api/feeds/feeds.py +75 -245
  34. sp_api/api/feeds/feeds_2021_06_30.py +320 -0
  35. sp_api/api/finances/finances.py +123 -90
  36. sp_api/api/finances/finances_2024_06_01.py +71 -0
  37. sp_api/api/finances/finances_2024_06_19.py +114 -0
  38. sp_api/api/finances/finances_v0.py +116 -0
  39. sp_api/api/fulfillment_inbound/fulfillment_inbound.py +107 -1784
  40. sp_api/api/fulfillment_inbound/fulfillment_inbound_2024_03_20.py +1722 -0
  41. sp_api/api/fulfillment_inbound/fulfillment_inbound_v0.py +1384 -0
  42. sp_api/api/fulfillment_outbound/fulfillment_outbound.py +256 -480
  43. sp_api/api/inventories/inventories.py +79 -42
  44. sp_api/api/invoices/__init__.py +0 -0
  45. sp_api/api/invoices/invoices.py +92 -0
  46. sp_api/api/invoices/invoices_2024_06_19.py +344 -0
  47. sp_api/api/listings_items/listings_items.py +110 -163
  48. sp_api/api/listings_items/listings_items_2020_09_01.py +189 -0
  49. sp_api/api/listings_items/listings_items_2021_08_01.py +233 -0
  50. sp_api/api/listings_restrictions/listings_restrictions.py +23 -10
  51. sp_api/api/merchant_fulfillment/merchant_fulfillment.py +107 -222
  52. sp_api/api/messaging/messaging.py +184 -198
  53. sp_api/api/notifications/notifications.py +144 -106
  54. sp_api/api/orders/orders.py +9 -46
  55. sp_api/api/orders/orders_2026_01_01.py +19 -65
  56. sp_api/api/orders/orders_v0.py +152 -184
  57. sp_api/api/product_fees/product_fees.py +101 -75
  58. sp_api/api/product_type_definitions/product_type_definitions.py +47 -36
  59. sp_api/api/products/products.py +94 -386
  60. sp_api/api/products/products_2022_05_01.py +96 -0
  61. sp_api/api/products/products_v0.py +389 -0
  62. sp_api/api/replenishment/replenishment.py +58 -69
  63. sp_api/api/reports/reports.py +124 -157
  64. sp_api/api/sales/sales.py +22 -39
  65. sp_api/api/seller_wallet/__init__.py +0 -0
  66. sp_api/api/seller_wallet/seller_wallet.py +92 -0
  67. sp_api/api/seller_wallet/seller_wallet_2024_03_01.py +300 -0
  68. sp_api/api/sellers/sellers.py +15 -35
  69. sp_api/api/services/services.py +479 -82
  70. sp_api/api/shipment_invoicing/__init__.py +0 -0
  71. sp_api/api/shipment_invoicing/shipment_invoicing.py +92 -0
  72. sp_api/api/shipment_invoicing/shipment_invoicing_v0.py +101 -0
  73. sp_api/api/shipping/shipping.py +94 -440
  74. sp_api/api/shipping/shippingV2.py +183 -474
  75. sp_api/api/shipping/shipping_v1.py +330 -0
  76. sp_api/api/shipping/shipping_v2.py +723 -0
  77. sp_api/api/solicitations/solicitations.py +28 -18
  78. sp_api/api/supply_sources/supply_sources.py +67 -57
  79. sp_api/api/tokens/tokens.py +14 -35
  80. sp_api/api/vehicles/__init__.py +0 -0
  81. sp_api/api/vehicles/vehicles.py +92 -0
  82. sp_api/api/vehicles/vehicles_2024_11_01.py +33 -0
  83. sp_api/api/vendor_direct_fulfillment_inventory/vendor_direct_fulfillment_inventory.py +16 -29
  84. sp_api/api/vendor_direct_fulfillment_orders/vendor_direct_fulfillment_orders.py +116 -189
  85. sp_api/api/vendor_direct_fulfillment_orders/vendor_direct_fulfillment_orders_2021_12_28.py +114 -0
  86. sp_api/api/vendor_direct_fulfillment_orders/vendor_direct_fulfillment_orders_v1.py +114 -0
  87. sp_api/api/vendor_direct_fulfillment_payments/vendor_direct_fulfillment_payments.py +15 -225
  88. sp_api/api/vendor_direct_fulfillment_sandbox_test_data/__init__.py +0 -0
  89. sp_api/api/vendor_direct_fulfillment_sandbox_test_data/vendor_direct_fulfillment_sandbox_test_data.py +92 -0
  90. sp_api/api/vendor_direct_fulfillment_sandbox_test_data/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.py +50 -0
  91. sp_api/api/vendor_direct_fulfillment_shipping/vendor_direct_fulfillment_shipping.py +122 -624
  92. sp_api/api/vendor_direct_fulfillment_shipping/vendor_direct_fulfillment_shipping_2021_12_28.py +390 -0
  93. sp_api/api/vendor_direct_fulfillment_shipping/vendor_direct_fulfillment_shipping_v1.py +320 -0
  94. sp_api/api/vendor_direct_fulfillment_transactions/vendor_direct_fulfillment_transactions.py +113 -29
  95. sp_api/api/vendor_direct_fulfillment_transactions/vendor_direct_fulfillment_transactions_2021_12_28.py +47 -0
  96. sp_api/api/vendor_direct_fulfillment_transactions/vendor_direct_fulfillment_transactions_v1.py +47 -0
  97. sp_api/api/vendor_invoices/vendor_invoices.py +15 -264
  98. sp_api/api/vendor_orders/vendor_orders.py +83 -131
  99. sp_api/api/vendor_shipments/vendor_shipments.py +149 -68
  100. sp_api/api/vendor_transaction_status/vendor_transaction_status.py +16 -11
  101. sp_api/asyncio/api/__init__.py +159 -4
  102. sp_api/asyncio/api/amazon_warehousing_and_distribu/amazon_warehousing_and_distribu.py +84 -110
  103. sp_api/asyncio/api/amazon_warehousing_and_distribu/amazon_warehousing_and_distribu_2024_05_09.py +457 -0
  104. sp_api/asyncio/api/aplus_content/aplus_content.py +176 -125
  105. sp_api/asyncio/api/application_integrations/application_integrations.py +59 -68
  106. sp_api/asyncio/api/application_management/application_management.py +20 -13
  107. sp_api/asyncio/api/authorization/authorization.py +8 -26
  108. sp_api/asyncio/api/catalog/catalog.py +27 -61
  109. sp_api/asyncio/api/catalog_items/catalog_items.py +94 -71
  110. sp_api/asyncio/api/catalog_items/catalog_items_2020_12_01.py +87 -0
  111. sp_api/asyncio/api/catalog_items/catalog_items_2022_04_01.py +90 -0
  112. sp_api/asyncio/api/customer_feedback/customer_feedback.py +100 -0
  113. sp_api/asyncio/api/data_kiosk/data_kiosk.py +80 -75
  114. sp_api/asyncio/api/delivery_by_amazon/__init__.py +0 -0
  115. sp_api/asyncio/api/delivery_by_amazon/delivery_by_amazon.py +92 -0
  116. sp_api/asyncio/api/delivery_by_amazon/delivery_by_amazon_2022_07_01.py +82 -0
  117. sp_api/asyncio/api/easy_ship/easy_ship.py +121 -111
  118. sp_api/asyncio/api/external_fulfillment/external_fulfillment.py +212 -435
  119. sp_api/asyncio/api/external_fulfillment/inventory.py +126 -0
  120. sp_api/asyncio/api/external_fulfillment/inventory_2021_01_06.py +73 -0
  121. sp_api/asyncio/api/external_fulfillment/inventory_2024_09_11.py +98 -0
  122. sp_api/asyncio/api/external_fulfillment/returns.py +124 -0
  123. sp_api/asyncio/api/external_fulfillment/returns_2021_08_19.py +90 -0
  124. sp_api/asyncio/api/external_fulfillment/returns_2024_09_11.py +143 -0
  125. sp_api/asyncio/api/external_fulfillment/shipping.py +124 -0
  126. sp_api/asyncio/api/external_fulfillment/shipping_2021_01_06.py +258 -0
  127. sp_api/asyncio/api/external_fulfillment/shipping_2024_09_11.py +235 -0
  128. sp_api/asyncio/api/fba_inbound_eligibility/fba_inbound_eligibility.py +31 -25
  129. sp_api/asyncio/api/fba_small_and_light/fba_small_and_light.py +61 -100
  130. sp_api/asyncio/api/feeds/feeds.py +75 -243
  131. sp_api/asyncio/api/feeds/feeds_2021_06_30.py +318 -0
  132. sp_api/asyncio/api/finances/finances.py +123 -91
  133. sp_api/asyncio/api/finances/finances_2024_06_01.py +72 -0
  134. sp_api/asyncio/api/finances/finances_2024_06_19.py +115 -0
  135. sp_api/asyncio/api/finances/finances_v0.py +117 -0
  136. sp_api/asyncio/api/fulfillment_inbound/fulfillment_inbound.py +107 -1785
  137. sp_api/asyncio/api/fulfillment_inbound/fulfillment_inbound_2024_03_20.py +1723 -0
  138. sp_api/asyncio/api/fulfillment_inbound/fulfillment_inbound_v0.py +1385 -0
  139. sp_api/asyncio/api/fulfillment_outbound/fulfillment_outbound.py +257 -481
  140. sp_api/asyncio/api/inventories/inventories.py +79 -42
  141. sp_api/asyncio/api/invoices/__init__.py +0 -0
  142. sp_api/asyncio/api/invoices/invoices.py +92 -0
  143. sp_api/asyncio/api/invoices/invoices_2024_06_19.py +345 -0
  144. sp_api/asyncio/api/listings_items/listings_items.py +109 -163
  145. sp_api/asyncio/api/listings_items/listings_items_2020_09_01.py +190 -0
  146. sp_api/asyncio/api/listings_items/listings_items_2021_08_01.py +233 -0
  147. sp_api/asyncio/api/listings_restrictions/listings_restrictions.py +23 -10
  148. sp_api/asyncio/api/merchant_fulfillment/merchant_fulfillment.py +110 -222
  149. sp_api/asyncio/api/messaging/messaging.py +185 -199
  150. sp_api/asyncio/api/notifications/notifications.py +145 -107
  151. sp_api/asyncio/api/orders/orders.py +9 -46
  152. sp_api/asyncio/api/orders/orders_2026_01_01.py +19 -65
  153. sp_api/asyncio/api/orders/orders_v0.py +152 -184
  154. sp_api/asyncio/api/product_fees/product_fees.py +101 -75
  155. sp_api/asyncio/api/product_type_definitions/product_type_definitions.py +47 -36
  156. sp_api/asyncio/api/products/products.py +94 -387
  157. sp_api/asyncio/api/products/products_2022_05_01.py +109 -0
  158. sp_api/asyncio/api/products/products_v0.py +388 -0
  159. sp_api/asyncio/api/replenishment/replenishment.py +59 -70
  160. sp_api/asyncio/api/reports/reports.py +124 -157
  161. sp_api/asyncio/api/sales/sales.py +22 -39
  162. sp_api/asyncio/api/seller_wallet/__init__.py +0 -0
  163. sp_api/asyncio/api/seller_wallet/seller_wallet.py +92 -0
  164. sp_api/asyncio/api/seller_wallet/seller_wallet_2024_03_01.py +301 -0
  165. sp_api/asyncio/api/sellers/sellers.py +16 -36
  166. sp_api/asyncio/api/services/services.py +479 -82
  167. sp_api/asyncio/api/shipment_invoicing/__init__.py +0 -0
  168. sp_api/asyncio/api/shipment_invoicing/shipment_invoicing.py +92 -0
  169. sp_api/asyncio/api/shipment_invoicing/shipment_invoicing_v0.py +102 -0
  170. sp_api/asyncio/api/shipping/shipping.py +94 -441
  171. sp_api/asyncio/api/shipping/shippingV2.py +181 -472
  172. sp_api/asyncio/api/shipping/shipping_v1.py +331 -0
  173. sp_api/asyncio/api/shipping/shipping_v2.py +717 -0
  174. sp_api/asyncio/api/solicitations/solicitations.py +29 -19
  175. sp_api/asyncio/api/supply_sources/supply_sources.py +67 -57
  176. sp_api/asyncio/api/tokens/tokens.py +14 -35
  177. sp_api/asyncio/api/vehicles/__init__.py +0 -0
  178. sp_api/asyncio/api/vehicles/vehicles.py +92 -0
  179. sp_api/asyncio/api/vehicles/vehicles_2024_11_01.py +34 -0
  180. sp_api/asyncio/api/vendor_direct_fulfillment_inventory/vendor_direct_fulfillment_inventory.py +16 -29
  181. sp_api/asyncio/api/vendor_direct_fulfillment_orders/vendor_direct_fulfillment_orders.py +120 -192
  182. sp_api/asyncio/api/vendor_direct_fulfillment_orders/vendor_direct_fulfillment_orders_2021_12_28.py +116 -0
  183. sp_api/asyncio/api/vendor_direct_fulfillment_orders/vendor_direct_fulfillment_orders_v1.py +115 -0
  184. sp_api/asyncio/api/vendor_direct_fulfillment_payments/vendor_direct_fulfillment_payments.py +15 -225
  185. sp_api/asyncio/api/vendor_direct_fulfillment_sandbox_test_data/__init__.py +0 -0
  186. sp_api/asyncio/api/vendor_direct_fulfillment_sandbox_test_data/vendor_direct_fulfillment_sandbox_test_data.py +92 -0
  187. sp_api/asyncio/api/vendor_direct_fulfillment_sandbox_test_data/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.py +51 -0
  188. sp_api/asyncio/api/vendor_direct_fulfillment_shipping/vendor_direct_fulfillment_shipping.py +120 -623
  189. sp_api/asyncio/api/vendor_direct_fulfillment_shipping/vendor_direct_fulfillment_shipping_2021_12_28.py +392 -0
  190. sp_api/asyncio/api/vendor_direct_fulfillment_shipping/vendor_direct_fulfillment_shipping_v1.py +321 -0
  191. sp_api/asyncio/api/vendor_direct_fulfillment_transactions/vendor_direct_fulfillment_transactions.py +112 -29
  192. sp_api/asyncio/api/vendor_direct_fulfillment_transactions/vendor_direct_fulfillment_transactions_2021_12_28.py +49 -0
  193. sp_api/asyncio/api/vendor_direct_fulfillment_transactions/vendor_direct_fulfillment_transactions_v1.py +48 -0
  194. sp_api/asyncio/api/vendor_invoices/vendor_invoices.py +16 -265
  195. sp_api/asyncio/api/vendor_orders/vendor_orders.py +84 -132
  196. sp_api/asyncio/api/vendor_shipments/vendor_shipments.py +150 -69
  197. sp_api/asyncio/api/vendor_transaction_status/vendor_transaction_status.py +17 -12
  198. sp_api/asyncio/base/client.py +2 -2
  199. sp_api/asyncio/util/load_date_bound.py +1 -1
  200. sp_api/base/__init__.py +10 -0
  201. sp_api/base/_core.py +2 -2
  202. sp_api/base/client.py +3 -3
  203. sp_api/base/helpers.py +12 -1
  204. sp_api/base/marketplaces.py +6 -3
  205. sp_api/util/__init__.py +2 -0
  206. sp_api/util/load_date_bound.py +1 -1
  207. sp_api/util/versioned_client.py +45 -0
  208. python_amazon_sp_api-2.0.15.dist-info/RECORD +0 -255
  209. sp_api/asyncio/api/models/__init__.py +0 -4
  210. sp_api/asyncio/api/overrides/__init__.py +0 -1
  211. {python_amazon_sp_api-2.0.15.data → python_amazon_sp_api-2.1.3.data}/scripts/make_endpoint +0 -0
  212. {python_amazon_sp_api-2.0.15.dist-info → python_amazon_sp_api-2.1.3.dist-info}/WHEEL +0 -0
  213. {python_amazon_sp_api-2.0.15.dist-info → python_amazon_sp_api-2.1.3.dist-info}/licenses/LICENSE +0 -0
  214. {python_amazon_sp_api-2.0.15.dist-info → python_amazon_sp_api-2.1.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,390 @@
1
+ import urllib.parse
2
+
3
+ from sp_api.base import Client, sp_endpoint, fill_query_params, ApiResponse
4
+
5
+
6
+ class VendorDirectFulfillmentShippingV20211228(Client):
7
+ """
8
+ VendorDirectFulfillmentShipping SP-API Client
9
+ :link:
10
+
11
+ The Selling Partner API for Direct Fulfillment Shipping provides programmatic access to a direct fulfillment vendor's shipping data.
12
+ """
13
+
14
+ @sp_endpoint("/vendor/directFulfillment/shipping/2021-12-28/shippingLabels", method="GET")
15
+ def get_shipping_labels(self, **kwargs) -> ApiResponse:
16
+ """
17
+ get_shipping_labels(self, **kwargs) -> ApiResponse
18
+
19
+ Returns a list of shipping labels created during the time frame that you specify. Use the `createdAfter` and `createdBefore` parameters to define the time frame. You must use both of these parameters. The date range to search must not be more than seven days.
20
+
21
+ **Usage Plan:**
22
+
23
+ ====================================== ==============
24
+ Rate (requests per second) Burst
25
+ ====================================== ==============
26
+ 10 10
27
+ ====================================== ==============
28
+
29
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
30
+
31
+ Examples:
32
+ literal blocks::
33
+
34
+ VendorDirectFulfillmentShippingV20211228().get_shipping_labels()
35
+
36
+ Args:
37
+ key shipFromPartyId: object | The vendor `warehouseId` for order fulfillment. If not specified, the result contains orders for all warehouses.
38
+ key limit: object | The limit to the number of records returned.
39
+ key createdAfter: object | required Shipping labels that became available after this date and time will be included in the result. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
40
+ key createdBefore: object | required Shipping labels that became available before this date and time will be included in the result. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
41
+ key sortOrder: object | The sort order creation date. You can choose between ascending (`ASC`) or descending (`DESC`) sort order.
42
+ key nextToken: object | Used for pagination when there are more ship labels than the specified result size limit. The token value is returned in the previous API call.
43
+
44
+ Returns:
45
+ ApiResponse
46
+ """
47
+
48
+ return self._request(kwargs.pop("path"), params=kwargs)
49
+
50
+ @sp_endpoint("/vendor/directFulfillment/shipping/2021-12-28/shippingLabels", method="POST")
51
+ def submit_shipping_label_request(self, **kwargs) -> ApiResponse:
52
+ """
53
+ submit_shipping_label_request(self, **kwargs) -> ApiResponse
54
+
55
+ Creates a shipping label for a purchase order and returns a `transactionId` for reference.
56
+
57
+ **Usage Plan:**
58
+
59
+ ====================================== ==============
60
+ Rate (requests per second) Burst
61
+ ====================================== ==============
62
+ 10 10
63
+ ====================================== ==============
64
+
65
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
66
+
67
+ Examples:
68
+ literal blocks::
69
+
70
+ VendorDirectFulfillmentShippingV20211228().submit_shipping_label_request()
71
+
72
+ Args:
73
+ body: SubmitShippingLabelsRequest | required The request body that contains the shipping labels data.
74
+
75
+ Returns:
76
+ ApiResponse
77
+ """
78
+
79
+ return self._request(kwargs.pop("path"), data=kwargs, add_marketplace=False)
80
+
81
+ @sp_endpoint(
82
+ "/vendor/directFulfillment/shipping/2021-12-28/shippingLabels/{}", method="GET"
83
+ )
84
+ def get_shipping_label(self, purchaseOrderNumber, **kwargs) -> ApiResponse:
85
+ """
86
+ get_shipping_label(self, purchaseOrderNumber, **kwargs) -> ApiResponse
87
+
88
+ Returns a shipping label for the `purchaseOrderNumber` that you specify.
89
+
90
+ **Usage Plan:**
91
+
92
+ ====================================== ==============
93
+ Rate (requests per second) Burst
94
+ ====================================== ==============
95
+ 10 10
96
+ ====================================== ==============
97
+
98
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
99
+
100
+ Examples:
101
+ literal blocks::
102
+
103
+ VendorDirectFulfillmentShippingV20211228().get_shipping_label("value")
104
+
105
+ Args:
106
+ purchaseOrderNumber: object | required The purchase order number for which you want to return the shipping label. It should be the same `purchaseOrderNumber` that you received in the order.
107
+
108
+ Returns:
109
+ ApiResponse
110
+ """
111
+
112
+ return self._request(
113
+ fill_query_params(kwargs.pop("path"), purchaseOrderNumber), params=kwargs
114
+ )
115
+
116
+ @sp_endpoint(
117
+ "/vendor/directFulfillment/shipping/2021-12-28/shipmentConfirmations", method="POST"
118
+ )
119
+ def submit_shipment_confirmations(self, **kwargs) -> ApiResponse:
120
+ """
121
+ submit_shipment_confirmations(self, **kwargs) -> ApiResponse
122
+
123
+ Submits one or more shipment confirmations for vendor orders.
124
+
125
+ **Usage Plan:**
126
+
127
+ ====================================== ==============
128
+ Rate (requests per second) Burst
129
+ ====================================== ==============
130
+ 10 10
131
+ ====================================== ==============
132
+
133
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
134
+
135
+ Examples:
136
+ literal blocks::
137
+
138
+ VendorDirectFulfillmentShippingV20211228().submit_shipment_confirmations()
139
+
140
+ Args:
141
+ body: SubmitShipmentConfirmationsRequest | required Request body containing the shipment confirmations data.
142
+
143
+ Returns:
144
+ ApiResponse
145
+ """
146
+
147
+ return self._request(kwargs.pop("path"), data=kwargs, add_marketplace=False)
148
+
149
+ @sp_endpoint(
150
+ "/vendor/directFulfillment/shipping/2021-12-28/shipmentStatusUpdates", method="POST"
151
+ )
152
+ def submit_shipment_status_updates(self, **kwargs) -> ApiResponse:
153
+ """
154
+ submit_shipment_status_updates(self, **kwargs) -> ApiResponse
155
+
156
+ This operation is only to be used by Vendor-Own-Carrier (VOC) vendors. Calling this API submits a shipment status update for the package that a vendor has shipped. It will provide the Amazon customer visibility on their order, when the package is outside of Amazon Network visibility.
157
+
158
+ **Usage Plan:**
159
+
160
+ ====================================== ==============
161
+ Rate (requests per second) Burst
162
+ ====================================== ==============
163
+ 10 10
164
+ ====================================== ==============
165
+
166
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
167
+
168
+ Examples:
169
+ literal blocks::
170
+
171
+ VendorDirectFulfillmentShippingV20211228().submit_shipment_status_updates()
172
+
173
+ Args:
174
+ body: SubmitShipmentStatusUpdatesRequest | required Request body containing the shipment status update data.
175
+
176
+ Returns:
177
+ ApiResponse
178
+ """
179
+
180
+ return self._request(kwargs.pop("path"), data=kwargs)
181
+
182
+ @sp_endpoint("/vendor/directFulfillment/shipping/2021-12-28/customerInvoices", method="GET")
183
+ def get_customer_invoices(self, **kwargs) -> ApiResponse:
184
+ """
185
+ get_customer_invoices(self, **kwargs) -> ApiResponse
186
+
187
+ Returns a list of customer invoices created during a time frame that you specify. You define the time frame using the createdAfter and createdBefore parameters. You must use both of these parameters. The date range to search must be no more than 7 days.
188
+
189
+ **Usage Plan:**
190
+
191
+ ====================================== ==============
192
+ Rate (requests per second) Burst
193
+ ====================================== ==============
194
+ 10 10
195
+ ====================================== ==============
196
+
197
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
198
+
199
+ Examples:
200
+ literal blocks::
201
+
202
+ VendorDirectFulfillmentShippingV20211228().get_customer_invoices()
203
+
204
+ Args:
205
+ key shipFromPartyId: object | The vendor warehouseId for order fulfillment. If not specified, the result will contain orders for all warehouses.
206
+ key limit: object | The limit to the number of records returned
207
+ key createdAfter: object | required Orders that became available after this date and time will be included in the result. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
208
+ key createdBefore: object | required Orders that became available before this date and time will be included in the result. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
209
+ key sortOrder: object | Sort ASC or DESC by order creation date.
210
+ key nextToken: object | Used for pagination when there are more orders than the specified result size limit. The token value is returned in the previous API call.
211
+
212
+ Returns:
213
+ ApiResponse
214
+ """
215
+
216
+ return self._request(kwargs.pop("path"), params=kwargs)
217
+
218
+ @sp_endpoint(
219
+ "/vendor/directFulfillment/shipping/2021-12-28/customerInvoices/{}", method="GET"
220
+ )
221
+ def get_customer_invoice(self, purchaseOrderNumber, **kwargs) -> ApiResponse:
222
+ """
223
+ get_customer_invoice(self, purchaseOrderNumber, **kwargs) -> ApiResponse
224
+
225
+ Returns a customer invoice based on the purchaseOrderNumber that you specify.
226
+
227
+ **Usage Plan:**
228
+
229
+ ====================================== ==============
230
+ Rate (requests per second) Burst
231
+ ====================================== ==============
232
+ 10 10
233
+ ====================================== ==============
234
+
235
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
236
+
237
+ Examples:
238
+ literal blocks::
239
+
240
+ VendorDirectFulfillmentShippingV20211228().get_customer_invoice("value")
241
+
242
+ Args:
243
+ purchaseOrderNumber: object | required Purchase order number of the shipment for which to return the invoice.
244
+
245
+ Returns:
246
+ ApiResponse
247
+ """
248
+
249
+ return self._request(
250
+ fill_query_params(kwargs.pop("path"), purchaseOrderNumber), params=kwargs
251
+ )
252
+
253
+ @sp_endpoint("/vendor/directFulfillment/shipping/2021-12-28/packingSlips", method="GET")
254
+ def get_packing_slips(self, **kwargs) -> ApiResponse:
255
+ """
256
+ get_packing_slips(self, **kwargs) -> ApiResponse
257
+
258
+ Returns a list of packing slips for the purchase orders that match the criteria specified. Date range to search must not be more than 7 days.
259
+
260
+ **Usage Plan:**
261
+
262
+ ====================================== ==============
263
+ Rate (requests per second) Burst
264
+ ====================================== ==============
265
+ 10 10
266
+ ====================================== ==============
267
+
268
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
269
+
270
+ Examples:
271
+ literal blocks::
272
+
273
+ VendorDirectFulfillmentShippingV20211228().get_packing_slips()
274
+
275
+ Args:
276
+ key shipFromPartyId: object | The vendor `warehouseId` for order fulfillment. If not specified, the result contains orders for all warehouses.
277
+ key limit: object | The maximum number of records to return.
278
+ key createdAfter: object | required Packing slips that become available after this date and time will be included in the result. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
279
+ key createdBefore: object | required Packing slips that became available before this date and time will be included in the result. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
280
+ key sortOrder: object | The packing slip creation dates, which are sorted by ascending or descending order.
281
+ key nextToken: object | Used for pagination when there are more packing slips than the specified result size limit. The token value is returned in the previous API call.
282
+
283
+ Returns:
284
+ ApiResponse
285
+ """
286
+
287
+ return self._request(kwargs.pop("path"), params=kwargs)
288
+
289
+ @sp_endpoint("/vendor/directFulfillment/shipping/2021-12-28/packingSlips/{}", method="GET")
290
+ def get_packing_slip(self, purchaseOrderNumber, **kwargs) -> ApiResponse:
291
+ """
292
+ get_packing_slip(self, purchaseOrderNumber, **kwargs) -> ApiResponse
293
+
294
+ Returns a packing slip based on the purchaseOrderNumber that you specify.
295
+
296
+ **Usage Plan:**
297
+
298
+ ====================================== ==============
299
+ Rate (requests per second) Burst
300
+ ====================================== ==============
301
+ 10 10
302
+ ====================================== ==============
303
+
304
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
305
+
306
+ Examples:
307
+ literal blocks::
308
+
309
+ VendorDirectFulfillmentShippingV20211228().get_packing_slip("value")
310
+
311
+ Args:
312
+ purchaseOrderNumber: object | required The `purchaseOrderNumber` for the packing slip that you want.
313
+
314
+ Returns:
315
+ ApiResponse
316
+ """
317
+
318
+ return self._request(
319
+ fill_query_params(kwargs.pop("path"), purchaseOrderNumber), params=kwargs
320
+ )
321
+
322
+
323
+
324
+
325
+ @sp_endpoint("/vendor/directFulfillment/shipping/2021-12-28/shippingLabels/{}", method="POST")
326
+ def create_shipping_labels(self, purchaseOrderNumber, **kwargs) -> ApiResponse:
327
+ """
328
+ create_shipping_labels(self, purchaseOrderNumber, **kwargs) -> ApiResponse
329
+
330
+ Creates shipping labels for a purchase order and returns the labels.
331
+
332
+ **Usage Plan:**
333
+
334
+ ====================================== ==============
335
+ Rate (requests per second) Burst
336
+ ====================================== ==============
337
+ 10 10
338
+ ====================================== ==============
339
+
340
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
341
+
342
+ Examples:
343
+ literal blocks::
344
+
345
+ VendorDirectFulfillmentShippingV20211228().create_shipping_labels("value")
346
+
347
+ Args:
348
+ purchaseOrderNumber: object | required The purchase order number for which you want to return the shipping labels. It should be the same number as the `purchaseOrderNumber` in the order.
349
+ body: CreateShippingLabelsRequest | required The request payload that contains the parameters for creating shipping labels.
350
+
351
+ Returns:
352
+ ApiResponse
353
+ """
354
+ return self._request(fill_query_params(kwargs.pop("path"), purchaseOrderNumber), data=kwargs)
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+ @sp_endpoint("/vendor/directFulfillment/shipping/2021-12-28/containerLabel", method="POST")
363
+ def create_container_label(self, **kwargs) -> ApiResponse:
364
+ """
365
+ create_container_label(self, **kwargs) -> ApiResponse
366
+
367
+ Creates a container (pallet) label for the associated shipment package.
368
+
369
+ **Usage Plan:**
370
+
371
+ ====================================== ==============
372
+ Rate (requests per second) Burst
373
+ ====================================== ==============
374
+ 10 10
375
+ ====================================== ==============
376
+
377
+ For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
378
+
379
+ Examples:
380
+ literal blocks::
381
+
382
+ VendorDirectFulfillmentShippingV20211228().create_container_label()
383
+
384
+ Args:
385
+ body: CreateContainerLabelRequest | required Request body containing the container label data.
386
+
387
+ Returns:
388
+ ApiResponse
389
+ """
390
+ return self._request(kwargs.pop("path"), data=kwargs)