shopware-api-client 1.0.101__py3-none-any.whl → 1.1.1__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.
- shopware_api_client/base.py +490 -202
- shopware_api_client/cache.py +157 -0
- shopware_api_client/client.py +2 -2
- shopware_api_client/config.py +4 -3
- shopware_api_client/endpoints/admin/__init__.py +20 -4
- shopware_api_client/endpoints/admin/commercial/b2b_components_role.py +5 -20
- shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list.py +22 -0
- shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list_line_item.py +20 -0
- shopware_api_client/endpoints/admin/commercial/b2b_employee.py +5 -27
- shopware_api_client/endpoints/admin/commercial/dynamic_access.py +9 -19
- shopware_api_client/endpoints/admin/core/acl_role.py +5 -19
- shopware_api_client/endpoints/admin/core/api_info.py +11 -12
- shopware_api_client/endpoints/admin/core/app.py +5 -42
- shopware_api_client/endpoints/admin/core/app_script_condition.py +5 -24
- shopware_api_client/endpoints/admin/core/category.py +5 -56
- shopware_api_client/endpoints/admin/core/cms_block.py +5 -34
- shopware_api_client/endpoints/admin/core/cms_page.py +5 -26
- shopware_api_client/endpoints/admin/core/cms_section.py +5 -35
- shopware_api_client/endpoints/admin/core/cms_slot.py +5 -31
- shopware_api_client/endpoints/admin/core/country.py +5 -37
- shopware_api_client/endpoints/admin/core/country_state.py +5 -23
- shopware_api_client/endpoints/admin/core/currency.py +5 -33
- shopware_api_client/endpoints/admin/core/currency_country_rounding.py +5 -20
- shopware_api_client/endpoints/admin/core/custom_entity.py +4 -26
- shopware_api_client/endpoints/admin/core/custom_field.py +4 -14
- shopware_api_client/endpoints/admin/core/customer.py +5 -57
- shopware_api_client/endpoints/admin/core/customer_address.py +6 -33
- shopware_api_client/endpoints/admin/core/customer_group.py +5 -24
- shopware_api_client/endpoints/admin/core/customer_recovery.py +5 -16
- shopware_api_client/endpoints/admin/core/customer_wishlist.py +5 -19
- shopware_api_client/endpoints/admin/core/customer_wishlist_product.py +5 -19
- shopware_api_client/endpoints/admin/core/delivery_time.py +5 -21
- shopware_api_client/endpoints/admin/core/document.py +5 -28
- shopware_api_client/endpoints/admin/core/document_base_config.py +5 -27
- shopware_api_client/endpoints/admin/core/document_base_config_sales_channel.py +7 -20
- shopware_api_client/endpoints/admin/core/document_type.py +5 -19
- shopware_api_client/endpoints/admin/core/integration.py +5 -25
- shopware_api_client/endpoints/admin/core/landing_page.py +5 -28
- shopware_api_client/endpoints/admin/core/language.py +5 -21
- shopware_api_client/endpoints/admin/core/locale.py +5 -20
- shopware_api_client/endpoints/admin/core/main_category.py +5 -19
- shopware_api_client/endpoints/admin/core/media.py +25 -37
- shopware_api_client/endpoints/admin/core/media_default_folder.py +4 -17
- shopware_api_client/endpoints/admin/core/media_folder.py +5 -26
- shopware_api_client/endpoints/admin/core/media_folder_configuration.py +5 -21
- shopware_api_client/endpoints/admin/core/media_thumbnail.py +5 -24
- shopware_api_client/endpoints/admin/core/media_thumbnail_size.py +7 -18
- shopware_api_client/endpoints/admin/core/order.py +12 -48
- shopware_api_client/endpoints/admin/core/order_address.py +6 -34
- shopware_api_client/endpoints/admin/core/order_customer.py +6 -29
- shopware_api_client/endpoints/admin/core/order_delivery.py +5 -30
- shopware_api_client/endpoints/admin/core/order_delivery_position.py +5 -26
- shopware_api_client/endpoints/admin/core/order_line_item.py +7 -44
- shopware_api_client/endpoints/admin/core/order_line_item_download.py +5 -23
- shopware_api_client/endpoints/admin/core/order_transaction.py +5 -25
- shopware_api_client/endpoints/admin/core/order_transaction_capture.py +5 -27
- shopware_api_client/endpoints/admin/core/order_transaction_capture_refund.py +7 -28
- shopware_api_client/endpoints/admin/core/order_transaction_capture_refund_position.py +8 -29
- shopware_api_client/endpoints/admin/core/payment_method.py +5 -52
- shopware_api_client/endpoints/admin/core/product.py +24 -90
- shopware_api_client/endpoints/admin/core/product_configurator_setting.py +5 -26
- shopware_api_client/endpoints/admin/core/product_cross_selling.py +5 -27
- shopware_api_client/endpoints/admin/core/product_cross_selling_assigned_products.py +7 -21
- shopware_api_client/endpoints/admin/core/product_download.py +5 -22
- shopware_api_client/endpoints/admin/core/product_export.py +5 -34
- shopware_api_client/endpoints/admin/core/product_feature_set.py +5 -19
- shopware_api_client/endpoints/admin/core/product_manufacturer.py +5 -23
- shopware_api_client/endpoints/admin/core/product_media.py +5 -22
- shopware_api_client/endpoints/admin/core/product_price.py +5 -24
- shopware_api_client/endpoints/admin/core/product_review.py +5 -29
- shopware_api_client/endpoints/admin/core/product_search_keyword.py +5 -20
- shopware_api_client/endpoints/admin/core/product_stream.py +5 -23
- shopware_api_client/endpoints/admin/core/product_visibility.py +5 -18
- shopware_api_client/endpoints/admin/core/product_warehouse.py +5 -17
- shopware_api_client/endpoints/admin/core/promotion.py +5 -38
- shopware_api_client/endpoints/admin/core/promotion_discount.py +5 -24
- shopware_api_client/endpoints/admin/core/promotion_discount_prices.py +5 -19
- shopware_api_client/endpoints/admin/core/property_group.py +5 -24
- shopware_api_client/endpoints/admin/core/property_group_option.py +5 -23
- shopware_api_client/endpoints/admin/core/rule.py +5 -24
- shopware_api_client/endpoints/admin/core/rule_condition.py +5 -23
- shopware_api_client/endpoints/admin/core/sales_channel.py +6 -53
- shopware_api_client/endpoints/admin/core/sales_channel_domain.py +5 -23
- shopware_api_client/endpoints/admin/core/salutation.py +5 -20
- shopware_api_client/endpoints/admin/core/seo_url.py +5 -30
- shopware_api_client/endpoints/admin/core/shipping_method.py +8 -30
- shopware_api_client/endpoints/admin/core/shipping_method_price.py +20 -0
- shopware_api_client/endpoints/admin/core/state_machine.py +5 -21
- shopware_api_client/endpoints/admin/core/state_machine_history.py +5 -25
- shopware_api_client/endpoints/admin/core/state_machine_state.py +6 -20
- shopware_api_client/endpoints/admin/core/state_machine_transition.py +5 -23
- shopware_api_client/endpoints/admin/core/system_config.py +5 -19
- shopware_api_client/endpoints/admin/core/tag.py +5 -14
- shopware_api_client/endpoints/admin/core/tax.py +5 -21
- shopware_api_client/endpoints/admin/core/tax_rule.py +5 -22
- shopware_api_client/endpoints/admin/core/tax_rule_type.py +5 -21
- shopware_api_client/endpoints/admin/core/unit.py +5 -19
- shopware_api_client/endpoints/admin/core/user.py +5 -31
- shopware_api_client/endpoints/admin/core/warehouse.py +5 -15
- shopware_api_client/endpoints/admin/core/warehouse_group.py +6 -18
- shopware_api_client/endpoints/admin/core/warehouse_group_warehouse.py +6 -18
- shopware_api_client/endpoints/base_fields.py +13 -22
- shopware_api_client/endpoints/relations.py +36 -24
- shopware_api_client/endpoints/store/__init__.py +37 -4
- shopware_api_client/endpoints/store/core/address.py +51 -68
- shopware_api_client/endpoints/store/core/cart.py +39 -85
- shopware_api_client/endpoints/store/core/category.py +16 -0
- shopware_api_client/endpoints/store/core/cms_block.py +10 -0
- shopware_api_client/endpoints/store/core/cms_page.py +12 -0
- shopware_api_client/endpoints/store/core/cms_section.py +12 -0
- shopware_api_client/endpoints/store/core/cms_slot.py +8 -0
- shopware_api_client/endpoints/store/core/context.py +58 -0
- shopware_api_client/endpoints/store/core/country.py +15 -0
- shopware_api_client/endpoints/store/core/country_state.py +19 -0
- shopware_api_client/endpoints/store/core/currency.py +12 -0
- shopware_api_client/endpoints/store/core/customer.py +34 -0
- shopware_api_client/endpoints/store/core/customer_group.py +5 -0
- shopware_api_client/endpoints/store/core/delivery_time.py +5 -0
- shopware_api_client/endpoints/store/core/document.py +15 -0
- shopware_api_client/endpoints/store/core/document_type.py +5 -0
- shopware_api_client/endpoints/store/core/landing_page.py +10 -0
- shopware_api_client/endpoints/store/core/language.py +18 -0
- shopware_api_client/endpoints/store/core/locale.py +5 -0
- shopware_api_client/endpoints/store/core/main_category.py +5 -0
- shopware_api_client/endpoints/store/core/media.py +8 -0
- shopware_api_client/endpoints/store/core/media_thumbnail.py +5 -0
- shopware_api_client/endpoints/store/core/order.py +67 -0
- shopware_api_client/endpoints/store/core/order_address.py +12 -0
- shopware_api_client/endpoints/store/core/order_customer.py +8 -0
- shopware_api_client/endpoints/store/core/order_delivery.py +14 -0
- shopware_api_client/endpoints/store/core/order_delivery_position.py +5 -0
- shopware_api_client/endpoints/store/core/order_line_item.py +14 -0
- shopware_api_client/endpoints/store/core/order_transaction.py +12 -0
- shopware_api_client/endpoints/store/core/order_transaction_capture.py +12 -0
- shopware_api_client/endpoints/store/core/order_transaction_capture_refund.py +12 -0
- shopware_api_client/endpoints/store/core/order_transaction_capture_refund_position.py +11 -0
- shopware_api_client/endpoints/store/core/payment_method.py +8 -0
- shopware_api_client/endpoints/store/core/product.py +60 -0
- shopware_api_client/endpoints/store/core/product_configurator_setting.py +10 -0
- shopware_api_client/endpoints/store/core/product_cross_selling.py +5 -0
- shopware_api_client/endpoints/store/core/product_download.py +10 -0
- shopware_api_client/endpoints/store/core/product_manufacturer.py +8 -0
- shopware_api_client/endpoints/store/core/product_media.py +10 -0
- shopware_api_client/endpoints/store/core/product_review.py +5 -0
- shopware_api_client/endpoints/store/core/product_stream.py +5 -0
- shopware_api_client/endpoints/store/core/property_group.py +8 -0
- shopware_api_client/endpoints/store/core/property_group_option.py +10 -0
- shopware_api_client/endpoints/store/core/rule.py +5 -0
- shopware_api_client/endpoints/store/core/sales_channel.py +23 -0
- shopware_api_client/endpoints/store/core/sales_channel_domain.py +12 -0
- shopware_api_client/endpoints/store/core/salutation.py +12 -0
- shopware_api_client/endpoints/store/core/seo_url.py +5 -0
- shopware_api_client/endpoints/store/core/shipping_method.py +18 -0
- shopware_api_client/endpoints/store/core/shipping_method_price.py +5 -0
- shopware_api_client/endpoints/store/core/state_machine_state.py +5 -0
- shopware_api_client/endpoints/store/core/tag.py +5 -0
- shopware_api_client/endpoints/store/core/tax.py +5 -0
- shopware_api_client/endpoints/store/core/unit.py +5 -0
- shopware_api_client/exceptions.py +21 -1
- shopware_api_client/fieldsets.py +12 -0
- shopware_api_client/models/__init__.py +0 -0
- shopware_api_client/models/acl_role.py +11 -0
- shopware_api_client/models/app.py +33 -0
- shopware_api_client/models/app_script_condition.py +16 -0
- shopware_api_client/models/b2b_components_role.py +12 -0
- shopware_api_client/models/b2b_components_shopping_list.py +13 -0
- shopware_api_client/models/b2b_components_shopping_list_line_item.py +14 -0
- shopware_api_client/models/b2b_employee.py +17 -0
- shopware_api_client/models/category.py +44 -0
- shopware_api_client/models/cms_block.py +23 -0
- shopware_api_client/models/cms_page.py +15 -0
- shopware_api_client/models/cms_section.py +20 -0
- shopware_api_client/models/cms_slot.py +17 -0
- shopware_api_client/models/country.py +27 -0
- shopware_api_client/models/country_state.py +12 -0
- shopware_api_client/models/currency.py +20 -0
- shopware_api_client/models/currency_country_rounding.py +11 -0
- shopware_api_client/models/custom_entity.py +19 -0
- shopware_api_client/models/custom_field.py +8 -0
- shopware_api_client/models/customer.py +47 -0
- shopware_api_client/models/customer_address.py +22 -0
- shopware_api_client/models/customer_group.py +13 -0
- shopware_api_client/models/customer_recovery.py +9 -0
- shopware_api_client/models/customer_wishlist.py +9 -0
- shopware_api_client/models/customer_wishlist_product.py +10 -0
- shopware_api_client/models/delivery_time.py +12 -0
- shopware_api_client/models/document.py +20 -0
- shopware_api_client/models/document_base_config.py +19 -0
- shopware_api_client/models/document_base_config_sales_channel.py +10 -0
- shopware_api_client/models/document_type.py +8 -0
- shopware_api_client/models/dynamic_access.py +9 -0
- shopware_api_client/models/integration.py +15 -0
- shopware_api_client/models/landing_page.py +15 -0
- shopware_api_client/models/language.py +11 -0
- shopware_api_client/models/locale.py +9 -0
- shopware_api_client/models/main_category.py +12 -0
- shopware_api_client/models/media.py +26 -0
- shopware_api_client/models/media_default_folder.py +7 -0
- shopware_api_client/models/media_folder.py +16 -0
- shopware_api_client/models/media_folder_configuration.py +11 -0
- shopware_api_client/models/media_thumbnail.py +15 -0
- shopware_api_client/models/media_thumbnail_size.py +8 -0
- shopware_api_client/models/order.py +36 -0
- shopware_api_client/models/order_address.py +23 -0
- shopware_api_client/models/order_customer.py +18 -0
- shopware_api_client/models/order_delivery.py +19 -0
- shopware_api_client/models/order_delivery_position.py +15 -0
- shopware_api_client/models/order_line_item.py +34 -0
- shopware_api_client/models/order_line_item_download.py +12 -0
- shopware_api_client/models/order_transaction.py +15 -0
- shopware_api_client/models/order_transaction_capture.py +15 -0
- shopware_api_client/models/order_transaction_capture_refund.py +16 -0
- shopware_api_client/models/order_transaction_capture_refund_position.py +15 -0
- shopware_api_client/models/payment_method.py +29 -0
- shopware_api_client/models/product.py +72 -0
- shopware_api_client/models/product_configurator_setting.py +14 -0
- shopware_api_client/models/product_cross_selling.py +17 -0
- shopware_api_client/models/product_cross_selling_assigned_products.py +11 -0
- shopware_api_client/models/product_download.py +11 -0
- shopware_api_client/models/product_export.py +27 -0
- shopware_api_client/models/product_feature_set.py +11 -0
- shopware_api_client/models/product_manufacturer.py +11 -0
- shopware_api_client/models/product_media.py +11 -0
- shopware_api_client/models/product_price.py +15 -0
- shopware_api_client/models/product_review.py +19 -0
- shopware_api_client/models/product_search_keyword.py +13 -0
- shopware_api_client/models/product_stream.py +14 -0
- shopware_api_client/models/product_visibility.py +11 -0
- shopware_api_client/models/product_warehouse.py +10 -0
- shopware_api_client/models/promotion.py +29 -0
- shopware_api_client/models/promotion_discount.py +17 -0
- shopware_api_client/models/promotion_discount_prices.py +10 -0
- shopware_api_client/models/property_group.py +13 -0
- shopware_api_client/models/property_group_option.py +12 -0
- shopware_api_client/models/rule.py +16 -0
- shopware_api_client/models/rule_condition.py +15 -0
- shopware_api_client/models/sales_channel.py +44 -0
- shopware_api_client/models/sales_channel_domain.py +13 -0
- shopware_api_client/models/salutation.py +9 -0
- shopware_api_client/models/seo_url.py +19 -0
- shopware_api_client/models/shipping_method.py +18 -0
- shopware_api_client/models/shipping_method_price.py +15 -0
- shopware_api_client/models/state_machine.py +10 -0
- shopware_api_client/models/state_machine_history.py +18 -0
- shopware_api_client/models/state_machine_state.py +8 -0
- shopware_api_client/models/state_machine_transition.py +11 -0
- shopware_api_client/models/system_config.py +12 -0
- shopware_api_client/models/tag.py +7 -0
- shopware_api_client/models/tax.py +9 -0
- shopware_api_client/models/tax_rule.py +15 -0
- shopware_api_client/models/tax_rule_type.py +11 -0
- shopware_api_client/models/unit.py +8 -0
- shopware_api_client/models/user.py +21 -0
- shopware_api_client/models/warehouse.py +8 -0
- shopware_api_client/models/warehouse_group.py +11 -0
- shopware_api_client/models/warehouse_group_warehouse.py +11 -0
- shopware_api_client/structs/__init__.py +0 -0
- shopware_api_client/structs/absolute_price_definition.py +6 -0
- shopware_api_client/structs/calculated_cheapest_price.py +6 -0
- shopware_api_client/structs/calculated_price.py +17 -0
- shopware_api_client/structs/calculated_tax.py +8 -0
- shopware_api_client/structs/cart.py +21 -0
- shopware_api_client/structs/cart_price.py +15 -0
- shopware_api_client/structs/cash_rounding_config.py +7 -0
- shopware_api_client/structs/context.py +15 -0
- shopware_api_client/structs/delivery.py +16 -0
- shopware_api_client/structs/delivery_date.py +8 -0
- shopware_api_client/structs/delivery_information.py +13 -0
- shopware_api_client/structs/delivery_position.py +12 -0
- shopware_api_client/structs/delivery_time.py +8 -0
- shopware_api_client/structs/language_info.py +6 -0
- shopware_api_client/structs/line_item.py +39 -0
- shopware_api_client/structs/list_price.py +7 -0
- shopware_api_client/structs/measurement_units.py +8 -0
- shopware_api_client/structs/percentage_price_definition.py +6 -0
- shopware_api_client/structs/price.py +14 -0
- shopware_api_client/structs/quantity_information.py +7 -0
- shopware_api_client/structs/quantity_price_definition.py +14 -0
- shopware_api_client/structs/reference_price.py +5 -0
- shopware_api_client/structs/reference_price_definition.py +7 -0
- shopware_api_client/structs/regulation_price.py +5 -0
- shopware_api_client/structs/sales_channel_context.py +33 -0
- shopware_api_client/structs/shipping_location.py +12 -0
- shopware_api_client/structs/tax_free_config.py +8 -0
- shopware_api_client/structs/tax_rule.py +6 -0
- shopware_api_client/structs/transaction.py +8 -0
- shopware_api_client/structs/variant_listing_config.py +8 -0
- {shopware_api_client-1.0.101.dist-info → shopware_api_client-1.1.1.dist-info}/METADATA +89 -275
- shopware_api_client-1.1.1.dist-info/RECORD +298 -0
- {shopware_api_client-1.0.101.dist-info → shopware_api_client-1.1.1.dist-info}/WHEEL +1 -1
- shopware_api_client-1.0.101.dist-info/RECORD +0 -114
- {shopware_api_client-1.0.101.dist-info → shopware_api_client-1.1.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
shopware_api_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
shopware_api_client/base.py,sha256=N2VLaQT0j5KrSwxAm7TFW3EBH75f9K50Hzke2CFm0cg,35706
|
|
3
|
+
shopware_api_client/cache.py,sha256=C8BlzbjeTkkBt23JxrsT4eVOtIgs6oxNyOTMadBcZlY,4957
|
|
4
|
+
shopware_api_client/client.py,sha256=vkTZ8WLIu0Q3_73gXvidkTSpMJlWsJUjFyhDY2f2ISM,7583
|
|
5
|
+
shopware_api_client/config.py,sha256=6IzpkuoYsh0d5c0BR453n1ijQwxB74HDYx1L6dmlJwQ,1623
|
|
6
|
+
shopware_api_client/endpoints/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
shopware_api_client/endpoints/admin/__init__.py,sha256=5VyHyZRWxdFrH6xWoJwFVWClIIv8CzuFyIq96rbQKvo,17977
|
|
8
|
+
shopware_api_client/endpoints/admin/commercial/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
shopware_api_client/endpoints/admin/commercial/b2b_components_role.py,sha256=2cMWWDp2SjdNRgiwKbfkuMKVMlOv0L5zBl588W933uk,696
|
|
10
|
+
shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list.py,sha256=svCQFhb8dEVacIb7zvNm5V7Imr5voFYSOmR7zOzhGeQ,1041
|
|
11
|
+
shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list_line_item.py,sha256=16nc4yyZNxvRJbM48iLv07_h9DXgUdR8uFIUEJs0rqA,887
|
|
12
|
+
shopware_api_client/endpoints/admin/commercial/b2b_employee.py,sha256=M-KdnCDvWvORExlJlhNZ04SiT6QaU8Jf6Td8Ul5gv0k,729
|
|
13
|
+
shopware_api_client/endpoints/admin/commercial/dynamic_access.py,sha256=8UC5GjmRTKV8aquMmcMkUsPBxR1Yb-wMd3ssY1KOtnY,636
|
|
14
|
+
shopware_api_client/endpoints/admin/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
shopware_api_client/endpoints/admin/core/acl_role.py,sha256=BSdmJPM4QRbDnOZbO3FtJw4feeU1yCOb2H5nXjc3RVc,621
|
|
16
|
+
shopware_api_client/endpoints/admin/core/api_info.py,sha256=Zbb241YwZdDpsqpDgKIvj317hQs-_Xhq4Xw70x2R-W8,1823
|
|
17
|
+
shopware_api_client/endpoints/admin/core/app.py,sha256=-cxHt0xC4Kjrsg2SqtAAUkVKb9ToZ4xmxO3fWP6RR-w,592
|
|
18
|
+
shopware_api_client/endpoints/admin/core/app_script_condition.py,sha256=nc6-U5uHcn7SCJZM1cFGzl3mqEaqZdtntK-9KlCT4F4,675
|
|
19
|
+
shopware_api_client/endpoints/admin/core/category.py,sha256=k5EZh-V7PfbL4ZAuN4Cx2Q4785OlzCm8P6o7zNmPWvE,1344
|
|
20
|
+
shopware_api_client/endpoints/admin/core/cms_block.py,sha256=osVdb6j7CShbvkUjuXZmz-C784eBkLppCb-euOAUQJo,656
|
|
21
|
+
shopware_api_client/endpoints/admin/core/cms_page.py,sha256=30dpVLtgTrKfemH44i7XCYLYh7oW5LwuGzklk7t0lkQ,936
|
|
22
|
+
shopware_api_client/endpoints/admin/core/cms_section.py,sha256=k_liVcHVABpJ_3BV4-2tfmoOarZ7eenylhHoM7cEtFo,668
|
|
23
|
+
shopware_api_client/endpoints/admin/core/cms_slot.py,sha256=CDyBtzrS8DoAk-YSvhyExU59DTW15J7ncrAOv_PPzOQ,459
|
|
24
|
+
shopware_api_client/endpoints/admin/core/country.py,sha256=xPi3zuVE08ocl_65fSnoIkxr1df2mj9KBPNz5_Gf2jM,1086
|
|
25
|
+
shopware_api_client/endpoints/admin/core/country_state.py,sha256=SWUFL4FR3c4BcRPPlb6nPNsbDOqlqHktHJ0nnXE36a4,741
|
|
26
|
+
shopware_api_client/endpoints/admin/core/currency.py,sha256=vDVfE-J9GuF9W8vwbUy9HNua4vTIDY_kIVVf3ttA5IE,1146
|
|
27
|
+
shopware_api_client/endpoints/admin/core/currency_country_rounding.py,sha256=LN0kI7vad5ncvSVNOk0WFTn-HywRfmA17B9100vDkCU,707
|
|
28
|
+
shopware_api_client/endpoints/admin/core/custom_entity.py,sha256=kb2T_g8pqGXv2-tJQquDVrELrSoPO_iQ8uUIkqGSAu4,363
|
|
29
|
+
shopware_api_client/endpoints/admin/core/custom_field.py,sha256=TqAY52y0fdMksCiYKWcdRS-FxOhLXYC547vR4kNw-NY,353
|
|
30
|
+
shopware_api_client/endpoints/admin/core/customer.py,sha256=Yn6sBtvFKSu0fPgxkS5j-k7b894AXIPa4YorxXlZApE,2017
|
|
31
|
+
shopware_api_client/endpoints/admin/core/customer_address.py,sha256=PqeipPGnTi9d9kDrmlHM1oceqKRQtR_eFpQn5qqt5iI,824
|
|
32
|
+
shopware_api_client/endpoints/admin/core/customer_group.py,sha256=Uaa2OrOBBtoux8EqYvfp8dqH4QdhhmzvgS0E4Epavl0,681
|
|
33
|
+
shopware_api_client/endpoints/admin/core/customer_recovery.py,sha256=O7icHPLloD4eSm1XsAus6ZMTfJXkd2_W-0EA8eUMAOc,551
|
|
34
|
+
shopware_api_client/endpoints/admin/core/customer_wishlist.py,sha256=e2Mk6_t_41xszT4F588nUcIHJDh_rAqWGiiWvfrm9J8,801
|
|
35
|
+
shopware_api_client/endpoints/admin/core/customer_wishlist_product.py,sha256=HkwKi1Xsm1oN3W9_JSkN0e9QnGDgjwWnz7wW_5jU1HY,732
|
|
36
|
+
shopware_api_client/endpoints/admin/core/delivery_time.py,sha256=Zy3ZL66UtDINW4ITIXEYPV_6k103vMMfP3EVPNaQEi8,613
|
|
37
|
+
shopware_api_client/endpoints/admin/core/document.py,sha256=bDW79HY72KYRaici3x92R4hw4XaA_xPfpFmpuxhrRPU,767
|
|
38
|
+
shopware_api_client/endpoints/admin/core/document_base_config.py,sha256=g-IP2XTKrYKltl1wsA7_EHn_IHf21MCdVdWFHxVLKxo,840
|
|
39
|
+
shopware_api_client/endpoints/admin/core/document_base_config_sales_channel.py,sha256=5uX21pVo_LBjdHHSgsxPk3hszlWL_Y9wuzazxm7UK8I,960
|
|
40
|
+
shopware_api_client/endpoints/admin/core/document_type.py,sha256=nB3Q_UBv9YXGEUwpYcnh9ot27fGxosOQbTk38RJxk0Q,816
|
|
41
|
+
shopware_api_client/endpoints/admin/core/integration.py,sha256=lB5rfLwP0yVWZQHE9ThovPS2AfdBCudnuhRtQhSbDvg,575
|
|
42
|
+
shopware_api_client/endpoints/admin/core/landing_page.py,sha256=RA-ohHpG9vDHsENhIkoCNBWGmv7mClmm1lBJiOVdOoY,760
|
|
43
|
+
shopware_api_client/endpoints/admin/core/language.py,sha256=C0f0o_cKSvviQrdvGefMoQ9Shtvdd2b-7DpeIbhyaWE,1481
|
|
44
|
+
shopware_api_client/endpoints/admin/core/locale.py,sha256=8LJ2xBHMUawQMnzZdnDDyUGJTJkfR34de5GgxDhlqLA,512
|
|
45
|
+
shopware_api_client/endpoints/admin/core/main_category.py,sha256=vcYCdY6n8tc1InCM4590mQ6mQpvxk40EDPi8NjUL-5U,699
|
|
46
|
+
shopware_api_client/endpoints/admin/core/media.py,sha256=ugLj0OxD5qIGt3rIXGhCJZZBoQ0taFu0S1SBYAOBjf0,3795
|
|
47
|
+
shopware_api_client/endpoints/admin/core/media_default_folder.py,sha256=1-VHWjpl5oqb65ae987nYIiZFi_aOGfe3aiqNgdL964,511
|
|
48
|
+
shopware_api_client/endpoints/admin/core/media_folder.py,sha256=hbD73JgvCq_0POHbUjFm5k5pQlCcO-jIdWBu-onaXbw,852
|
|
49
|
+
shopware_api_client/endpoints/admin/core/media_folder_configuration.py,sha256=qkIVsNfH4Nhf0CB7-ZyJ_XLmIRsZfJtxXbgfeoJJwXI,772
|
|
50
|
+
shopware_api_client/endpoints/admin/core/media_thumbnail.py,sha256=K8nDopTjPi5MP1aX0kZtfeyMRDfHf35oBwro6T6biMc,519
|
|
51
|
+
shopware_api_client/endpoints/admin/core/media_thumbnail_size.py,sha256=Rpg-0kKyEzWNrIx-FaXsNhyTjjDTl2spsWxqCyc47Sw,748
|
|
52
|
+
shopware_api_client/endpoints/admin/core/order.py,sha256=_pcbbJ6jMObuif63N3FKlvnJFxau2Y0vdVaHzNtrSyI,1921
|
|
53
|
+
shopware_api_client/endpoints/admin/core/order_address.py,sha256=7u1bVMuDeSENJqGoxcfkiKcEWeVN_FvGirK0upb1uLI,985
|
|
54
|
+
shopware_api_client/endpoints/admin/core/order_customer.py,sha256=QjebD4Rv7JBnxCU1-csyEGKYUcHIRGg4AR6PCxS7ELY,775
|
|
55
|
+
shopware_api_client/endpoints/admin/core/order_delivery.py,sha256=iVGDHsnRQmFL57LP84c6phawec196jxeqdGdHU-NJx4,989
|
|
56
|
+
shopware_api_client/endpoints/admin/core/order_delivery_position.py,sha256=IaWJ7C8_kc-djVvdOga23ErUZzqdC2QIwvtl_xoV308,737
|
|
57
|
+
shopware_api_client/endpoints/admin/core/order_line_item.py,sha256=rFZNjR1XuSB5i7qLpi63Pm8RqUCgkRL5Sj7oVHmFyeI,1441
|
|
58
|
+
shopware_api_client/endpoints/admin/core/order_line_item_download.py,sha256=cHYs7XEXr3eLJKfs9WXI1ro1bX_IpxZleOLIj13Yff4,706
|
|
59
|
+
shopware_api_client/endpoints/admin/core/order_transaction.py,sha256=8IuJw6Q6weGb33CwQ5FSD5FxhhPIU85IIUgDOfyCFbs,906
|
|
60
|
+
shopware_api_client/endpoints/admin/core/order_transaction_capture.py,sha256=dihudVAsOKE0q6GK9kBb8QgyxeauWiSj-LXeUFc9T4I,934
|
|
61
|
+
shopware_api_client/endpoints/admin/core/order_transaction_capture_refund.py,sha256=0hLHglYLcqx4unUT3JB_fd9w7W6aNVLVEdMLIfan5lw,1042
|
|
62
|
+
shopware_api_client/endpoints/admin/core/order_transaction_capture_refund_position.py,sha256=GprjhikhW4pU6ntFYCzCrVyU1we6BmU-kDm5vzhjWPc,957
|
|
63
|
+
shopware_api_client/endpoints/admin/core/payment_method.py,sha256=uL6an8C_k7mVbuFeT_OQ3AWFRUapMhuJCE1EbiDWQp4,1085
|
|
64
|
+
shopware_api_client/endpoints/admin/core/product.py,sha256=EJi0fsBiMkbgan9MzXENlLOv8jbmtvaazKQA4OdIlaA,4410
|
|
65
|
+
shopware_api_client/endpoints/admin/core/product_configurator_setting.py,sha256=mKI-FKTTjyRHnJVmqj8yFDXb85l4c3kWmwuMDnaDGyU,845
|
|
66
|
+
shopware_api_client/endpoints/admin/core/product_cross_selling.py,sha256=1h7OuTvpT82p7PCUK8DPdLIT_5YWwd7oXbwp7cf7pBc,881
|
|
67
|
+
shopware_api_client/endpoints/admin/core/product_cross_selling_assigned_products.py,sha256=TWU3tnqAAkIpKMPqELNCw-97ONSPYjR26N43kzqP2_8,879
|
|
68
|
+
shopware_api_client/endpoints/admin/core/product_download.py,sha256=_5rvu8cHJe2NVj8EWn6dafYmRx7X0YXXVbuN-67sqPM,612
|
|
69
|
+
shopware_api_client/endpoints/admin/core/product_export.py,sha256=Fk1dMQUWQvvzIA-Why2kIsXfi43q2jErebDvcgt2_PY,928
|
|
70
|
+
shopware_api_client/endpoints/admin/core/product_feature_set.py,sha256=gYs2USXCSKZ5c3TeSg3H3XtuZhFPDw1KsIpkxPE7cE4,555
|
|
71
|
+
shopware_api_client/endpoints/admin/core/product_manufacturer.py,sha256=u_ZJlgWqUTeCmZQI1vwJWx2JUS1LKrcJnsarFAJ82JA,664
|
|
72
|
+
shopware_api_client/endpoints/admin/core/product_media.py,sha256=yt8zOOOh0XWvAFlivusK18m5wtXczCXT-nAe_vKWfrA,640
|
|
73
|
+
shopware_api_client/endpoints/admin/core/product_price.py,sha256=0EODwvSRZ7YEkP_lcdp2TPK7A7wII6uncVS9DZp3rNM,578
|
|
74
|
+
shopware_api_client/endpoints/admin/core/product_review.py,sha256=z2trRRPYD6YJUrLG6v0vHecJyWjcp6cN4C3M4Rh78LU,796
|
|
75
|
+
shopware_api_client/endpoints/admin/core/product_search_keyword.py,sha256=5A36zAm1BKHum4yJqT1j7fZmw7OSWrFKINXba8fRLco,677
|
|
76
|
+
shopware_api_client/endpoints/admin/core/product_stream.py,sha256=mnsFuS4kwEUvqWfWZmwSJ3yWN37I-HXcnJboRz5tNzk,817
|
|
77
|
+
shopware_api_client/endpoints/admin/core/product_visibility.py,sha256=amkT4ZgvEbmBhRLpcqJSqF6pC_7Yoq09yrag8ntySRA,662
|
|
78
|
+
shopware_api_client/endpoints/admin/core/product_warehouse.py,sha256=Mv74aDntF8Y3myx_GTGSUpwbS3KEDlwhS75K0LlbPOs,638
|
|
79
|
+
shopware_api_client/endpoints/admin/core/promotion.py,sha256=Mbi_61bR-kgHqsGhbZ1aH7YY-FRlq9LJqu-Pb-_n5Gc,1061
|
|
80
|
+
shopware_api_client/endpoints/admin/core/promotion_discount.py,sha256=Z6NJ8knIPzrOpEKOWJ2v4WCyfnhuUXnoyU8-DADnbxc,805
|
|
81
|
+
shopware_api_client/endpoints/admin/core/promotion_discount_prices.py,sha256=hMxsPUrCeOsiU74j-dkYPL4ags9gwjGtjoGW23po1w0,739
|
|
82
|
+
shopware_api_client/endpoints/admin/core/property_group.py,sha256=aLW6vHbtB8ixCWbZxcH1OalSfTZp1pk-u-_-z4mAbXQ,549
|
|
83
|
+
shopware_api_client/endpoints/admin/core/property_group_option.py,sha256=BEtyVQwyf-UsJl4WkY2UMWthU1arHJYaCB1SwdGYPHg,983
|
|
84
|
+
shopware_api_client/endpoints/admin/core/rule.py,sha256=GsvyX5fiCoXeWDfhU84c7bEdV99OH-8y1cFOOFpCXck,1380
|
|
85
|
+
shopware_api_client/endpoints/admin/core/rule_condition.py,sha256=5iSM0iUD52eGVpuRlJrA9gSQaW8fmtwA5i1Wg7BnRlg,739
|
|
86
|
+
shopware_api_client/endpoints/admin/core/sales_channel.py,sha256=uZK75VMX6Yp9LwVyLzAjTtlAA2-P_QHaWijXFeT5cgg,3352
|
|
87
|
+
shopware_api_client/endpoints/admin/core/sales_channel_domain.py,sha256=EHnhRHAdAzasPGZIiKPalPm1NuvzWIOMSXIMHhUvOSg,1032
|
|
88
|
+
shopware_api_client/endpoints/admin/core/salutation.py,sha256=X0wRiQXViJAeIU9QVRiCru_wnc1Ktm84LVCaPPq10es,884
|
|
89
|
+
shopware_api_client/endpoints/admin/core/seo_url.py,sha256=0fHqRoXO8sf80ZgrSg7uPH71tFKm_cGnB1H7I-sqVBA,556
|
|
90
|
+
shopware_api_client/endpoints/admin/core/shipping_method.py,sha256=Afm1PSYxc4_Mql2gWOiep588Ama6nQ3pB4HmQK_D0cg,1320
|
|
91
|
+
shopware_api_client/endpoints/admin/core/shipping_method_price.py,sha256=gnq5lF8x0zwzcydKUQez6dZjXgKvc2A1wEFqTIzS6so,728
|
|
92
|
+
shopware_api_client/endpoints/admin/core/state_machine.py,sha256=iyK9tBxaIsJn1WIXywEORuLaC267ib0aMobEAlucUF0,789
|
|
93
|
+
shopware_api_client/endpoints/admin/core/state_machine_history.py,sha256=lVvTG5-ySPkhWVa_pfhYFn6wpACdNe88zIZPuYvzLWM,842
|
|
94
|
+
shopware_api_client/endpoints/admin/core/state_machine_state.py,sha256=-9re0WTWbPzpdaW_2mKAiTadR2nQYdj3q3KM_0rwmQE,1754
|
|
95
|
+
shopware_api_client/endpoints/admin/core/state_machine_transition.py,sha256=9Qor-k7PpS6KOeFAkh972q12p6QVQc6X2dpevcjuYnE,801
|
|
96
|
+
shopware_api_client/endpoints/admin/core/system_config.py,sha256=PuS5Wyjk1j53yCjg_XVhvrXlKzy8xW79wfOUQIZh_wc,529
|
|
97
|
+
shopware_api_client/endpoints/admin/core/tag.py,sha256=PyiKKJppVTllf3A50x01HP8ok6YRxfoqtYaafogBeVQ,1078
|
|
98
|
+
shopware_api_client/endpoints/admin/core/tax.py,sha256=5uZCgdpTz7KIKfnfzxB49dMZW6aaKmK23hAkBqkcczs,589
|
|
99
|
+
shopware_api_client/endpoints/admin/core/tax_rule.py,sha256=vEiBX_ng2nkk3so-8Od_haTwqSCHw84-ecpCruNqMKo,627
|
|
100
|
+
shopware_api_client/endpoints/admin/core/tax_rule_type.py,sha256=1Rf1qz-o59aHZP1X7ipgXieEFgwzVcICTGtKEIXQwd8,493
|
|
101
|
+
shopware_api_client/endpoints/admin/core/unit.py,sha256=uPwL1-0HrOzc82XJpQJRyKAJ_umhH3YCySc_Naf0u-I,419
|
|
102
|
+
shopware_api_client/endpoints/admin/core/user.py,sha256=4lpfKSRwlcf5kxfZJDSaf-IAWdLC7R-s53VA9BpSG8E,1189
|
|
103
|
+
shopware_api_client/endpoints/admin/core/warehouse.py,sha256=RWf1w0x-UVK7bR7k1uVvN28roqIhLQNUG-v-1u8DTKA,650
|
|
104
|
+
shopware_api_client/endpoints/admin/core/warehouse_group.py,sha256=rVtGHUuDrdqzyoG2sisbN6YbKq2fVpBAzzpF6HVTHkA,699
|
|
105
|
+
shopware_api_client/endpoints/admin/core/warehouse_group_warehouse.py,sha256=Aje4mmUbABU_WajgBySU2ghiw4rsASQILaKmwDrFWcY,733
|
|
106
|
+
shopware_api_client/endpoints/base_fields.py,sha256=DkrKmLXuTaOrHU1y8tr5P9XfB4O56Zuj4tr-ER5SQ_U,1629
|
|
107
|
+
shopware_api_client/endpoints/relations.py,sha256=lURKediGXp79bB7-8uI59wKsM7yb-Nne_JIQOR2Z80c,6764
|
|
108
|
+
shopware_api_client/endpoints/store/__init__.py,sha256=Asyyy9PgQOnoioXI_VHN_QUCuqxWl_MpQq8pMaoXNI4,1703
|
|
109
|
+
shopware_api_client/endpoints/store/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
110
|
+
shopware_api_client/endpoints/store/core/address.py,sha256=lkV69CQOS5QMDv--V6qa8lJrbeXqnuE0Tuh9Y2aCsBM,2364
|
|
111
|
+
shopware_api_client/endpoints/store/core/cart.py,sha256=XSSnfRLP4f26IkNpAJbELAXJ-exM3n3pNubLfIRRKzU,1845
|
|
112
|
+
shopware_api_client/endpoints/store/core/category.py,sha256=c56suCWx14GW0oGIWnOCCr_55FVz0yTlp_ex24yMggo,473
|
|
113
|
+
shopware_api_client/endpoints/store/core/cms_block.py,sha256=7QatAWkI-ILVkyPRfVlZ_2pssxqZYVnxNegPuhUA1J8,250
|
|
114
|
+
shopware_api_client/endpoints/store/core/cms_page.py,sha256=_-LE9O3gVtpStclxL2Zkr7P71__VA9KlsZdh3TJPKMM,360
|
|
115
|
+
shopware_api_client/endpoints/store/core/cms_section.py,sha256=oy7NK7_N_wQX0bNAHIOGUKWOBsTs6WZ2zqvwkNzloQk,340
|
|
116
|
+
shopware_api_client/endpoints/store/core/cms_slot.py,sha256=_dTzPkYsqNA4sIt9e92-YbAd2oafJJizlIRX2hff_b0,174
|
|
117
|
+
shopware_api_client/endpoints/store/core/context.py,sha256=wSCIwr9lheouMKRT1x9YUVUERYmsalbWqep2LrceOrk,1888
|
|
118
|
+
shopware_api_client/endpoints/store/core/country.py,sha256=F9YvsKbn6OvUlUEuQjPYztu50bCtwf0NBsuzj6aHVmo,422
|
|
119
|
+
shopware_api_client/endpoints/store/core/country_state.py,sha256=wnq9rPvdqFprrbtwFK_PUtXltCnxKrquyqpwc_H5F8M,663
|
|
120
|
+
shopware_api_client/endpoints/store/core/currency.py,sha256=RCJ5VAdAp9EW4m3ES_OqLfFgvOW1tYufr_WopT_H5w0,338
|
|
121
|
+
shopware_api_client/endpoints/store/core/customer.py,sha256=zIaGPPCJhbna1FJhodvxi93QNWIJcC2BMRdD70IjDWI,1236
|
|
122
|
+
shopware_api_client/endpoints/store/core/customer_group.py,sha256=LdX1kuXuVfzuTYVdFumWXWpmCMwDy2BZNRvuh8r2cgg,123
|
|
123
|
+
shopware_api_client/endpoints/store/core/delivery_time.py,sha256=ar9ZqkvZGyvBcYQ8PZq7e6ERaaXTMQYi1OgRS1NFjKM,119
|
|
124
|
+
shopware_api_client/endpoints/store/core/document.py,sha256=lg4VPhHPBwAKAkDfGouOk_fT3Oou2_hDRRpUCkUPiv4,513
|
|
125
|
+
shopware_api_client/endpoints/store/core/document_type.py,sha256=2fStSnKXdPEyHyQ7oG-4kQtAlCUfXlKKFUhg8VmTSYI,119
|
|
126
|
+
shopware_api_client/endpoints/store/core/landing_page.py,sha256=BXPhaqSPsENwGwDMwH7iopRZ8ZrKIQSAPtJMWAbcSq4,275
|
|
127
|
+
shopware_api_client/endpoints/store/core/language.py,sha256=VzpF-MdGCvOfzgErVV4vz_NvjcW_foQUc9xZSCR6Xhk,534
|
|
128
|
+
shopware_api_client/endpoints/store/core/locale.py,sha256=EEg1dnxqRU288iruQoYrGNhMpjbSPQ4E57Datyh6gac,94
|
|
129
|
+
shopware_api_client/endpoints/store/core/main_category.py,sha256=iRlrl_E5DDmDLH0cHE4B-oWnBidCU3gn_OXjoWflPKA,119
|
|
130
|
+
shopware_api_client/endpoints/store/core/media.py,sha256=0Wt2k7_SvMEcn7cJwO-IAKLphLbGt7Q_9KC634aNtGE,194
|
|
131
|
+
shopware_api_client/endpoints/store/core/media_thumbnail.py,sha256=rUhRq1DwHwbIQyQAUBqXc0ElMBR_0fjt44F3NxzlA3Q,127
|
|
132
|
+
shopware_api_client/endpoints/store/core/order.py,sha256=xLabQGeJB4H09G3-5p0scIVbNxwwTkLJBe8IHDmmdIQ,2716
|
|
133
|
+
shopware_api_client/endpoints/store/core/order_address.py,sha256=oOEVZDwGDMe8SC23PDZ4SR10vNIRojfVZJs-xYXUMic,386
|
|
134
|
+
shopware_api_client/endpoints/store/core/order_customer.py,sha256=bSMagVEgSFfsvF-Sui0V2mRRGYG6-THMixOM67u20Gk,208
|
|
135
|
+
shopware_api_client/endpoints/store/core/order_delivery.py,sha256=y6ZhS5FWdCoF92rWK2Q6ufNXaDRIb35tTghKUSBpZRI,594
|
|
136
|
+
shopware_api_client/endpoints/store/core/order_delivery_position.py,sha256=n6PfDCoarIWfM_v4p-_-ISqXwE6XfRIkhhOs1CRNCLo,156
|
|
137
|
+
shopware_api_client/endpoints/store/core/order_line_item.py,sha256=qp1CiLXZxtIKTdV5TzxM-ViOwKKAX_kLNEOlKefib6E,508
|
|
138
|
+
shopware_api_client/endpoints/store/core/order_transaction.py,sha256=wVArEj0lfEMfUK5uESCOA-Cp7TUjg4rw6CrgOYMlNhE,495
|
|
139
|
+
shopware_api_client/endpoints/store/core/order_transaction_capture.py,sha256=HkwhelKTaxhcTslGbJAld8sPvfPHJEEBNZ4hvaYrC1Y,548
|
|
140
|
+
shopware_api_client/endpoints/store/core/order_transaction_capture_refund.py,sha256=7sAyJ1yvQXLesGzDi8T3Mo9lm2aIFuXfXWgvmrDpCDk,630
|
|
141
|
+
shopware_api_client/endpoints/store/core/order_transaction_capture_refund_position.py,sha256=CmWrflANpmY38cjneNh72X9KlCIX_0GcdsvK4KmtUhs,503
|
|
142
|
+
shopware_api_client/endpoints/store/core/payment_method.py,sha256=m9kDafYQkYdCP3b7xOYU_NsJJ1cZz-LGEo5lc7aWZ-0,188
|
|
143
|
+
shopware_api_client/endpoints/store/core/product.py,sha256=33yLTCvc5EJOK2RhEIG2FfvTJ4qmeIrEnStMkSwXLZY,2800
|
|
144
|
+
shopware_api_client/endpoints/store/core/product_configurator_setting.py,sha256=tepTQHYMPKMDaO80318OGv-9uNdo5HHg9mHKgJ4_4TA,358
|
|
145
|
+
shopware_api_client/endpoints/store/core/product_cross_selling.py,sha256=6kLxWjAhxPtq9LTMU5dphTrS6T_cp0TQPhVy8TXQdRY,148
|
|
146
|
+
shopware_api_client/endpoints/store/core/product_download.py,sha256=2ap7yKMVw-4choAEDMFIN5uBUmMkWrjOp9SCCgx552o,276
|
|
147
|
+
shopware_api_client/endpoints/store/core/product_manufacturer.py,sha256=1DuDJIemj1dnb3DojFyZwIVhimoQTNMzIAxJOlX3y8I,212
|
|
148
|
+
shopware_api_client/endpoints/store/core/product_media.py,sha256=b9zEDYfLbQs0cKq6fqEkfmU6PeX48EqWyO0wvALa5ig,295
|
|
149
|
+
shopware_api_client/endpoints/store/core/product_review.py,sha256=BljvDXf7A1G7n4Eu-leNsQKz-Z-1_OeqxcYazXDerxc,123
|
|
150
|
+
shopware_api_client/endpoints/store/core/product_stream.py,sha256=OWKBO_AF_LQ1dju9axBU6PgkutgZzaY54h38fiOIeAI,123
|
|
151
|
+
shopware_api_client/endpoints/store/core/property_group.py,sha256=MlFMN5lXwCavIn6YSjmEQmEeUdC2OKP02FQcAVLff9k,240
|
|
152
|
+
shopware_api_client/endpoints/store/core/property_group_option.py,sha256=4yLdzKYxEdBcDkyXcezM7zUqbhdspXMYIj7C0auMoag,296
|
|
153
|
+
shopware_api_client/endpoints/store/core/rule.py,sha256=Bu9Ho26nwJal3lmF9AE4i7Bw2H_d8CIChBZ9G9iknn8,86
|
|
154
|
+
shopware_api_client/endpoints/store/core/sales_channel.py,sha256=wjX0hysQtSDpV4qyrSj77iL5GCGG-prAVlr3CHGoVpw,949
|
|
155
|
+
shopware_api_client/endpoints/store/core/sales_channel_domain.py,sha256=amta8pSAOJt4nDREla-QGPJLZdNcI4s2Z3szhhl5c04,424
|
|
156
|
+
shopware_api_client/endpoints/store/core/salutation.py,sha256=WhzkfQNEp3P3VEmty6yseUDMShPD5cBBSrhoYn6ugqI,358
|
|
157
|
+
shopware_api_client/endpoints/store/core/seo_url.py,sha256=malRgKG7HS1DpCwhagRgVUIFOZ6_WRuE3nSxrprzQLY,95
|
|
158
|
+
shopware_api_client/endpoints/store/core/shipping_method.py,sha256=pJ0wYe85GfO5f1UZ_qLRDj__57pL-YC9Jx25AuKOXEw,669
|
|
159
|
+
shopware_api_client/endpoints/store/core/shipping_method_price.py,sha256=78C0zczuyy0rd9t7udElgoepHBcwMUlleifEZesoxaM,148
|
|
160
|
+
shopware_api_client/endpoints/store/core/state_machine_state.py,sha256=w5ab9iXwkLiO23DTAZpXS71wgY5w417DOartZn_Uihw,140
|
|
161
|
+
shopware_api_client/endpoints/store/core/tag.py,sha256=ASQ-W2k-EhdplI2H9H_X-IZjEsKIujSOVOXXu4eMYr4,82
|
|
162
|
+
shopware_api_client/endpoints/store/core/tax.py,sha256=UhrfQ77Z_PdGSZqRwFrL2pthZ8Iz0N_Tnh-CdESmRfA,82
|
|
163
|
+
shopware_api_client/endpoints/store/core/unit.py,sha256=KzhxPrgwlgMqwepVrobpqs6rtcECu0jFE4J0lYjGc94,86
|
|
164
|
+
shopware_api_client/exceptions.py,sha256=6NxrrrgE0Q5skrB6o3yLxjcCRQBVdX6e3H9SA0t8Zr0,5043
|
|
165
|
+
shopware_api_client/fieldsets.py,sha256=NjGEBPj-VUe_uPZwgOeUUD1kal7lQb7Xy4Z0rtmgL9M,444
|
|
166
|
+
shopware_api_client/logging.py,sha256=4QSTK1vcdBew4shvLG-fm-xDOlddhOZeyb5T9Og0fSA,251
|
|
167
|
+
shopware_api_client/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
168
|
+
shopware_api_client/models/acl_role.py,sha256=qx2KhcA0beZNtltjKYbb0RvapEpxxJpfTkpmkwpcQKU,269
|
|
169
|
+
shopware_api_client/models/app.py,sha256=1HvkLlQVQlGOFU0PCyHOgY5CB-h3znSCKHRNGqsuzXc,1030
|
|
170
|
+
shopware_api_client/models/app_script_condition.py,sha256=9PPT016BkEdLbSBD_ff5y4Plo94cT5_F98zLxtwhkE4,401
|
|
171
|
+
shopware_api_client/models/b2b_components_role.py,sha256=tbLHlip19tN-THR-8vRJYzUW1GDVXVo6ZmJk0jDQlpg,381
|
|
172
|
+
shopware_api_client/models/b2b_components_shopping_list.py,sha256=BQFhm5kfddLlgO1HqyoP4qgkXPjZCX1rBkBaJ3oYbEk,477
|
|
173
|
+
shopware_api_client/models/b2b_components_shopping_list_line_item.py,sha256=dngRndBq5ZOCZgSp5DHdK73qO3MRg9ifXijg3oNJA4o,458
|
|
174
|
+
shopware_api_client/models/b2b_employee.py,sha256=NKlq5W_guJWYzh5Lmyrf1YKo-5i3QTi35dsKR6h5knE,512
|
|
175
|
+
shopware_api_client/models/category.py,sha256=PFLI6GQWAyovk_tg3wEmqTlgklbT7l7hMe99nQa4uXA,1773
|
|
176
|
+
shopware_api_client/models/cms_block.py,sha256=ciRmydAsyRF65-w1dJsBiuuwgbHVHaw7EaslFkf7xFU,787
|
|
177
|
+
shopware_api_client/models/cms_page.py,sha256=hYnUzGrjmOJqWPHqbLqVjTuINfdqlKiNbX5KnFF7u6Y,464
|
|
178
|
+
shopware_api_client/models/cms_section.py,sha256=5RtWNvFvpww0AfksKAzrhVgogMBZErrGrTM0ExgPDYY,677
|
|
179
|
+
shopware_api_client/models/cms_slot.py,sha256=zTt5RUpRzWD2_W97j31s2FERvrQ-mrRvnqSPs8kf8io,555
|
|
180
|
+
shopware_api_client/models/country.py,sha256=vGShBlkjaUUyluISwQyX5GmWwAvIa6csZXW_nbYwdoA,1040
|
|
181
|
+
shopware_api_client/models/country_state.py,sha256=S5DdnU-sPc0njLShqEn_hZoyMQxtuzmFXhKQGC8SeMg,346
|
|
182
|
+
shopware_api_client/models/currency.py,sha256=lC9bEvVCwWlWPxDgHPkkcea84fwFV_DJwPLUCTqBm3E,487
|
|
183
|
+
shopware_api_client/models/currency_country_rounding.py,sha256=9m--uqxAPMGl-4r7W3LpOd7T3eUkNFZwWn5lOgl1JR0,331
|
|
184
|
+
shopware_api_client/models/custom_entity.py,sha256=Ay3Ifky-IM3T4g8687GQHHBnamIRz9XIEbR4ia95WuU,582
|
|
185
|
+
shopware_api_client/models/custom_field.py,sha256=dPIeN-WgO3aHZom3qyv5ZjlFFEk-vDWCTi9BZOU68XI,185
|
|
186
|
+
shopware_api_client/models/customer.py,sha256=e4oYYUR3MPy7j1MUG6lNAmSToBQrQyTOhz5ObI9UUe0,1856
|
|
187
|
+
shopware_api_client/models/customer_address.py,sha256=UpavI87q_S1EZ8f9wvk_5PLTEbJ-86SQyp16zRk5TNw,691
|
|
188
|
+
shopware_api_client/models/customer_group.py,sha256=6QM2FRyWjVzLXEloA1ZcnQX5KJ6cCyZWfgNiroL36Xg,472
|
|
189
|
+
shopware_api_client/models/customer_recovery.py,sha256=6JZB1NxZzO06n7IuM_yf_k_NwS_0cG3LPnFF0A5uXgk,239
|
|
190
|
+
shopware_api_client/models/customer_wishlist.py,sha256=SH0nkyrvPz80NWCgaRPBccaEhkkclUX1cbTtgssO0tA,293
|
|
191
|
+
shopware_api_client/models/customer_wishlist_product.py,sha256=URXt8Iyi6cW3NHpNdWQcwgPDqdMN9Ho1_0ZngxJ6H8M,310
|
|
192
|
+
shopware_api_client/models/delivery_time.py,sha256=oUIrv5tLskIWiPmLwcjU1rtdzsLgjBVZcBrKilTrTq4,294
|
|
193
|
+
shopware_api_client/models/document.py,sha256=P8XvWOitqTh3p8BYJ8XprlyWbx24Nlk6-kYjOOfRlEg,610
|
|
194
|
+
shopware_api_client/models/document_base_config.py,sha256=RcOQwWHz5dQ7iJ7_yboDoUAGTEYTaPbIgyAXQVxxdQo,659
|
|
195
|
+
shopware_api_client/models/document_base_config_sales_channel.py,sha256=T2A6GVuTsaObcakgcYVp4w7leu7ZTIaB8xjrPYRrhqY,356
|
|
196
|
+
shopware_api_client/models/document_type.py,sha256=wqj8yjtZVt1mtRMXOvQuM9VKl-G9e5Delr5tt5f3rN0,206
|
|
197
|
+
shopware_api_client/models/dynamic_access.py,sha256=KbG9DtaxZZfWpDKzXtrp1925RjQ2uGwhLb-lb8iQfzo,239
|
|
198
|
+
shopware_api_client/models/integration.py,sha256=x2sxjI4r1QLl5-nKKxrccHIspSjHMkvJkGcsbImx_dw,416
|
|
199
|
+
shopware_api_client/models/landing_page.py,sha256=nfF73IATsOnU2WSvCkGTDJnKSQnrObQ3RJ7x-hsvTrw,508
|
|
200
|
+
shopware_api_client/models/language.py,sha256=OW82fca0R4eHrYTDykdi6V9qDh1LIMaBHJbKnFsmhfE,342
|
|
201
|
+
shopware_api_client/models/locale.py,sha256=q9sVghftzUhpH50Djk3nOxuGs5KbcdIjQLjOYRCXels,202
|
|
202
|
+
shopware_api_client/models/main_category.py,sha256=Sv5Er28jqdOdsGVq-ZEH_FxXdyS5ygCMg-nFvUEMJL0,364
|
|
203
|
+
shopware_api_client/models/media.py,sha256=HaLNyTAcbcLZ29Kndq2J-jrqYBOE0DAdU9l-duQrDR8,1238
|
|
204
|
+
shopware_api_client/models/media_default_folder.py,sha256=VBbPkeWqbeHdm8FfxFOtj1pV4M-KpVOyveoHPfp2xH0,197
|
|
205
|
+
shopware_api_client/models/media_folder.py,sha256=5i62A-Qo7pzVsJvq48QvMoqjXMKjC77fD6xDsrStIpU,552
|
|
206
|
+
shopware_api_client/models/media_folder_configuration.py,sha256=j-vu931iE0YwH4qXg6lyhOdbYEsBVuNZZC9bQmVIm18,391
|
|
207
|
+
shopware_api_client/models/media_thumbnail.py,sha256=cgJAVdZkVUIV6x1upAs1QgPHHhNDt_Hz3tI-W7xD7ck,599
|
|
208
|
+
shopware_api_client/models/media_thumbnail_size.py,sha256=lrZmbxdm6L30Xx4MLECBGilAq_qM9BB4r2b6LI8DBZQ,207
|
|
209
|
+
shopware_api_client/models/order.py,sha256=PqX5AWUiUoEsD2q9aeY38W02ZtvCh-aCLj9XTkAG1CY,1403
|
|
210
|
+
shopware_api_client/models/order_address.py,sha256=mUfOeDyuTUJSjWH5nEs-H-lUeu1uaThBUWTjExidQpY,739
|
|
211
|
+
shopware_api_client/models/order_customer.py,sha256=8iQwuOoQOHlXARu2wyYmXWVbFtELxcJTiQvIHeT0aPU,584
|
|
212
|
+
shopware_api_client/models/order_delivery.py,sha256=lCbWtqIWi1XR2SltWDw0JXnSev5y8qV8bGA_FCzD48E,683
|
|
213
|
+
shopware_api_client/models/order_delivery_position.py,sha256=RuD2FuNYWKbI1Lg1kYACVqOaOvYanuK0th07GiHqVIk,562
|
|
214
|
+
shopware_api_client/models/order_line_item.py,sha256=LFa7tPAYQ5702Q68gwYOpyoN6jpEUb_b-sM9psY2i0I,1085
|
|
215
|
+
shopware_api_client/models/order_line_item_download.py,sha256=74Quz7mkxoB-Evj27GlUVuY5Sg6xkGsFCInKrjhvTxM,401
|
|
216
|
+
shopware_api_client/models/order_transaction.py,sha256=rbpTh8MQonVjQg7RpixNMUH9sk3HlYwhdSW6rdQsQag,477
|
|
217
|
+
shopware_api_client/models/order_transaction_capture.py,sha256=ukFG5cxqFtnHzDs3OIpqVBxV0XgUfUro80RyzHXyZ6c,527
|
|
218
|
+
shopware_api_client/models/order_transaction_capture_refund.py,sha256=z1hImaoPkB-4ISWHfS13GDM4c8Xdibd9wsHRmddl5Ks,550
|
|
219
|
+
shopware_api_client/models/order_transaction_capture_refund_position.py,sha256=6F5TIPJ99lnuGS0P6Lce5DdSjs0gYeqpR9NEeIQqZK8,568
|
|
220
|
+
shopware_api_client/models/payment_method.py,sha256=3YWhVu4myaT1obMPaEZUcC3tuv2q9XZGNd-DYG5Efw8,1416
|
|
221
|
+
shopware_api_client/models/product.py,sha256=aJ3iAcRucd16mxrZfUsax08y6KWVuvUsZnx2UA2yI0I,3224
|
|
222
|
+
shopware_api_client/models/product_configurator_setting.py,sha256=Auuo5OTEU5PGV0h-rF_zsY34gAtw2wdALQw5ZdgdfRs,483
|
|
223
|
+
shopware_api_client/models/product_cross_selling.py,sha256=WumZfuDP6QiSlpKhLumWV7U1thoOgR0cFseoWLUdU-8,497
|
|
224
|
+
shopware_api_client/models/product_cross_selling_assigned_products.py,sha256=vGm7rDIAK9kiOoZKkbNrN0dd20uBLmAw1xYiythQ4Pk,373
|
|
225
|
+
shopware_api_client/models/product_download.py,sha256=vVDsfSQIgvCe55ixdmv-WzktIdGmyQoJZCiGX3nKtHM,360
|
|
226
|
+
shopware_api_client/models/product_export.py,sha256=6mLyQ65yi2bS95_4WwqZek_25HXg32Azh3Ypi2n38XM,797
|
|
227
|
+
shopware_api_client/models/product_feature_set.py,sha256=68rBgYbJEoJMpZ5kmiYh32QFQGXQaeQ22Su0FexjkM4,257
|
|
228
|
+
shopware_api_client/models/product_manufacturer.py,sha256=cPhfvDV-8f5FOJyGqbKhQ5DUb43qRTvhkNgyJfekJ78,357
|
|
229
|
+
shopware_api_client/models/product_media.py,sha256=FfzXPzhMKF5PQQnI0EnA5PxPIhYElydPq5pM8RRxJbw,354
|
|
230
|
+
shopware_api_client/models/product_price.py,sha256=zMpuDLtcI7jFEuurf-YeMYkclLrZNUzGaZzSl7aLe78,431
|
|
231
|
+
shopware_api_client/models/product_review.py,sha256=Dv_lBLtQmo5bcS5rx3bxcCODy1iSt5bYr3tlZ3LscFk,597
|
|
232
|
+
shopware_api_client/models/product_search_keyword.py,sha256=QpfIJmSSKJgkd7cgjG-JmubydyCvsnt2-2MOJ-bFQjM,378
|
|
233
|
+
shopware_api_client/models/product_stream.py,sha256=eVUaQMh1IUNo_xUf3fcyEGSGm1PLxjrQD_36b0Rq2ho,406
|
|
234
|
+
shopware_api_client/models/product_visibility.py,sha256=hzFkPinMQ7aDSCNy7ELjnCXuw3oDzoKw3wlqZJswVl4,322
|
|
235
|
+
shopware_api_client/models/product_warehouse.py,sha256=GXcB3D7cqKdfakoUbGJNS5uDo7mhqVN_bYOsgQ31Vxc,260
|
|
236
|
+
shopware_api_client/models/promotion.py,sha256=I-6v9rYUKCyIpvj91R2a6dxF0rBfMFx0luLoA6hdixY,972
|
|
237
|
+
shopware_api_client/models/promotion_discount.py,sha256=k2KVtsHP3ohuXyujn-vJR520MVTf4K1tfV2CpVUD86Y,479
|
|
238
|
+
shopware_api_client/models/promotion_discount_prices.py,sha256=XKa86F5XX78aJCnz6rqqHTiJRi9q-UdaCEXRymh4DOI,282
|
|
239
|
+
shopware_api_client/models/property_group.py,sha256=b-SU1OTWBgm-3Ne0oquLNWjq6AZQ5MCbLO4K_rWO7t0,385
|
|
240
|
+
shopware_api_client/models/property_group_option.py,sha256=YZgxVCmtomkG9OXITSn06l_h_NVUqYeQK4XfIv24d30,415
|
|
241
|
+
shopware_api_client/models/rule.py,sha256=7Y4P9Uflf43kz3IATuWwSIm3kTd5l3L6IhzHNqXHEvs,442
|
|
242
|
+
shopware_api_client/models/rule_condition.py,sha256=Mss1nZjYFo_zO8EgeF0R2OFUM8dqyCkkA74jFjdgyLQ,426
|
|
243
|
+
shopware_api_client/models/sales_channel.py,sha256=kbGdhmNdReU3upA_tYXpbuMKpibPFnQFdAd3YMAlwgs,1644
|
|
244
|
+
shopware_api_client/models/sales_channel_domain.py,sha256=483ctsKQ83gnxI--C92UQTnAwhFgghS9dmFJT5YFCPo,413
|
|
245
|
+
shopware_api_client/models/salutation.py,sha256=NtlA2W-ov2fZP11UBF8cPA_dy8TN68K_ZCtkT8gGaMk,225
|
|
246
|
+
shopware_api_client/models/seo_url.py,sha256=QrR1crcp91WVmctgya5A3GmJWlyc2AuW8zfuVZLtD94,739
|
|
247
|
+
shopware_api_client/models/shipping_method.py,sha256=Xdf3dTlL0Wsrat22PjL_iKXrffw7epSkvSBRaDz4xak,579
|
|
248
|
+
shopware_api_client/models/shipping_method_price.py,sha256=3fFsfcs2TvvW_OPakKRCVFQQyHL0jeQ_xmySNeYXyWI,551
|
|
249
|
+
shopware_api_client/models/state_machine.py,sha256=WvZdF2XG0pDDdOrqTHmjJRwhQjUwGyXfIOw3iT4J1B8,312
|
|
250
|
+
shopware_api_client/models/state_machine_history.py,sha256=p7PoDOoU4_MfZiUG12Zi90VT0hwdraTbjjpObYkpu-k,535
|
|
251
|
+
shopware_api_client/models/state_machine_state.py,sha256=Qmy7sGcvJaMUWXYTglWWHHYj0oKV_y9cqi6aiYWaqrQ,217
|
|
252
|
+
shopware_api_client/models/state_machine_transition.py,sha256=ixKoke_4DNEK0-59Vw7qITUfTnNi_kccrQlkfUd5cYE,354
|
|
253
|
+
shopware_api_client/models/system_config.py,sha256=aLk_mseV8DiVwc-XMAcV88RR-CePgNwPDRMJ-mOgGVQ,316
|
|
254
|
+
shopware_api_client/models/tag.py,sha256=uLdr2RG_X6OIQ1a0UYpx96TjDwCQaNheE38qwPH99ow,125
|
|
255
|
+
shopware_api_client/models/tax.py,sha256=0x6MUHu541aHokwsI-esjQjW9CeUFEj21T-jt2FoYfU,201
|
|
256
|
+
shopware_api_client/models/tax_rule.py,sha256=UnPWdzHVB7UA-f3Sbq9Xyw8oU4EvjRcgmqb4QFLsVlk,394
|
|
257
|
+
shopware_api_client/models/tax_rule_type.py,sha256=hTiviEY23R1X7aUAMz8G_bVNgIuS8TLoEjXNifekZuY,252
|
|
258
|
+
shopware_api_client/models/unit.py,sha256=zfSFH33jehtzLiumlIb8WqaIxhQICt7j2Ec22uBqk9Y,185
|
|
259
|
+
shopware_api_client/models/user.py,sha256=tUCWtGVoWQN9UDe0rmoXyjB0OCLvtp-HV9AWOvEQmxw,580
|
|
260
|
+
shopware_api_client/models/warehouse.py,sha256=YhaZAiAdmuNB-jk7GDYTxi4AWW2IDtq-7VYsCPcnJqs,167
|
|
261
|
+
shopware_api_client/models/warehouse_group.py,sha256=jt6THw4ogX9uDQVU2uGYFi050C5S7WZutbDka-cb2jg,307
|
|
262
|
+
shopware_api_client/models/warehouse_group_warehouse.py,sha256=2czV5TKGrjGYHjYzOqmXIEOukhiBGjbch2bLYYbQ_Rs,314
|
|
263
|
+
shopware_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
264
|
+
shopware_api_client/structs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
265
|
+
shopware_api_client/structs/absolute_price_definition.py,sha256=t2YehApbQyuMgxLKzasvdR586AC1Z4tWqWLAJr9Otww,145
|
|
266
|
+
shopware_api_client/structs/calculated_cheapest_price.py,sha256=CysdlpFzDgmWvEM-ECCone_N-8-chQUFGz8Onjb-xMA,150
|
|
267
|
+
shopware_api_client/structs/calculated_price.py,sha256=_EpdUD3qudrYilp2FzQ9mAKNwi_9U74kW8gK0F25pvE,552
|
|
268
|
+
shopware_api_client/structs/calculated_tax.py,sha256=Rw-l4cPsM8ndY4BmUKHItWVdiTtZVTO9OUgXrjo3Mdc,181
|
|
269
|
+
shopware_api_client/structs/cart.py,sha256=yqtUMtwVs9Vvg9sD-V2xxTuVnkL1xElGIKKvy7cE-44,640
|
|
270
|
+
shopware_api_client/structs/cart_price.py,sha256=BojnLPkf3na0Ggru4MtdDC0heuEog7RAjKGtEinmSdg,398
|
|
271
|
+
shopware_api_client/structs/cash_rounding_config.py,sha256=Cm5DISVDf5haJbHPG3CrRAoMBL5RvcvNlqFIwNcrjeU,159
|
|
272
|
+
shopware_api_client/structs/context.py,sha256=kVXCaL3hmQJTT595_NN4QLqYua9Rxtxl81yT-VTDq8s,444
|
|
273
|
+
shopware_api_client/structs/delivery.py,sha256=BLL0FIN6IddrUZdbryX-E4_SThnEZx8bxzXbquY0MpU,578
|
|
274
|
+
shopware_api_client/structs/delivery_date.py,sha256=yNKDelpjS499KEfpVzOGtfYT8d5obS3pY9w5MOfUP3Q,209
|
|
275
|
+
shopware_api_client/structs/delivery_information.py,sha256=VB7Vme6PmtomAAI0kuyopf8irmpHJVU2xKY7SXbPtxw,396
|
|
276
|
+
shopware_api_client/structs/delivery_position.py,sha256=mWbc3N7D9yRI2wUQu3I6eTczod-xaKyrMyT9_297HSM,386
|
|
277
|
+
shopware_api_client/structs/delivery_time.py,sha256=2RE4cg98VyDJfZywsdB7SJSSk3bB6erjp3KQJBOUDVE,201
|
|
278
|
+
shopware_api_client/structs/language_info.py,sha256=f5JC41kts-W50Ua2SPx8zRiBFtntRwjAEVJzQDTcKN0,126
|
|
279
|
+
shopware_api_client/structs/line_item.py,sha256=yz0a-5K-e3d_G4_WfCCuIIRrEKAAuAEJM63mx-uihQ8,1549
|
|
280
|
+
shopware_api_client/structs/list_price.py,sha256=SoedJxH_LpBGHMy-s-BkEEHCShUDyagsQQTMdRMlXSo,147
|
|
281
|
+
shopware_api_client/structs/measurement_units.py,sha256=gBnDzK4f-lUGPI0RZUkyJo9wWmlvpSL2AZO1ri50vxw,219
|
|
282
|
+
shopware_api_client/structs/percentage_price_definition.py,sha256=S1ldmNaLi3DOwkQwiwvNsK2_MrYc9InLj3W_tUNvIUo,155
|
|
283
|
+
shopware_api_client/structs/price.py,sha256=a8YOtbWmX3zQMk8mBJ8tp3kaOZjfoidmBLNBhHkgJrw,383
|
|
284
|
+
shopware_api_client/structs/quantity_information.py,sha256=N6_LKje3adQl3G8mED9PXjJuVTyBNjJh7Z3H8642gmI,202
|
|
285
|
+
shopware_api_client/structs/quantity_price_definition.py,sha256=Kr_kF5-C0ZP1_F-qvDR-DqMhB1G9lGZLF9-6qqOYhTo,455
|
|
286
|
+
shopware_api_client/structs/reference_price.py,sha256=nuyu7yshuRwvZx55aK5m-D37FOhLvd_fHykTPPI6QzI,159
|
|
287
|
+
shopware_api_client/structs/reference_price_definition.py,sha256=Spn3XxxLpURd4ehyqnTRImkyJKBLOaND3qDYv2G8tLc,173
|
|
288
|
+
shopware_api_client/structs/regulation_price.py,sha256=c4cR5CHOCoRkkQEEC2WL5hmoitp_awW8mX-Kiwj_ASM,111
|
|
289
|
+
shopware_api_client/structs/sales_channel_context.py,sha256=4DAr2JLMEcvkGOgtr87zKQE4VIXq2xfT0zGc0f4z4zA,1486
|
|
290
|
+
shopware_api_client/structs/shipping_location.py,sha256=iZWBjy3fI5pAFexM53btpOFuHRyoqrsH6B-kYWmx_RE,417
|
|
291
|
+
shopware_api_client/structs/tax_free_config.py,sha256=6fTT1sDhRaWOuMuy9yZFERwwaUyYR28VjSvA-wGIAyA,227
|
|
292
|
+
shopware_api_client/structs/tax_rule.py,sha256=CXXDTXLylgeuBdzEanoD7bg8SO_qJyNkqHTArAVjNk0,134
|
|
293
|
+
shopware_api_client/structs/transaction.py,sha256=0ECCCjIJyYaRK8N8sMhOTWgK8MF65om1VEXKIiNLLhA,249
|
|
294
|
+
shopware_api_client/structs/variant_listing_config.py,sha256=-DZMvIi6XMAzDf9tI3yfRW1b8gXykeGPdKeXtaUPpN8,272
|
|
295
|
+
shopware_api_client-1.1.1.dist-info/METADATA,sha256=7jraIN4WdV55D0I4izVLpNMmfGIkl0ho2wxs1yPl3aQ,17674
|
|
296
|
+
shopware_api_client-1.1.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
297
|
+
shopware_api_client-1.1.1.dist-info/licenses/LICENSE,sha256=qTihFhbGE2ZJJ7Byc9hnEYBY33yDK2Jw87SpAm0IKUs,1107
|
|
298
|
+
shopware_api_client-1.1.1.dist-info/RECORD,,
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
shopware_api_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
shopware_api_client/base.py,sha256=x4VIfvpDbyIaqCY60LEVCIIRm_YQZ8CVR0EIKtGCwZg,24977
|
|
3
|
-
shopware_api_client/client.py,sha256=9b4Hvj6izHEMplus6--S2no0Sts61vg25HNIPEhJ7JQ,7573
|
|
4
|
-
shopware_api_client/config.py,sha256=HStgfQcClpo_aqaTRDrqdTUjqSGPFkIMjrPwSruVnM8,1565
|
|
5
|
-
shopware_api_client/endpoints/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
shopware_api_client/endpoints/admin/__init__.py,sha256=yfGXeIzGDoAIzVBp0zEGYMcWKoc-qrjMeot8HXOwfhA,17213
|
|
7
|
-
shopware_api_client/endpoints/admin/commercial/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
shopware_api_client/endpoints/admin/commercial/b2b_components_role.py,sha256=gnqCh5s4j5ReBgBMrTrSBlUzJJ7nSiaNtlEXiIuHc30,977
|
|
9
|
-
shopware_api_client/endpoints/admin/commercial/b2b_employee.py,sha256=dzE9h6UFPI94ZXuENJvpQb6tBY8wk7-3WXu7QW_CT2I,1166
|
|
10
|
-
shopware_api_client/endpoints/admin/commercial/dynamic_access.py,sha256=W-3WFyxiA_5ph3cbDaUeHIaiqSMiRNPJAAgbbQQIVUU,805
|
|
11
|
-
shopware_api_client/endpoints/admin/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
shopware_api_client/endpoints/admin/core/acl_role.py,sha256=MArFcH1RbtE3Dsw5EYsoRi3M7R1m1uZ26CHnCwByV-w,809
|
|
13
|
-
shopware_api_client/endpoints/admin/core/api_info.py,sha256=fT_oL8_lTK8NzPn9NywzBXifu99DDjQ3RQtFm2Jbckw,1858
|
|
14
|
-
shopware_api_client/endpoints/admin/core/app.py,sha256=IP7yhvyzFraG3EDTOrl4FgNFnjGLP7st5c3Wk47kWlU,1569
|
|
15
|
-
shopware_api_client/endpoints/admin/core/app_script_condition.py,sha256=__bJR8oqJQq5-PSCvtHb443eWBtDVykJnH3SZxEIVy0,1011
|
|
16
|
-
shopware_api_client/endpoints/admin/core/category.py,sha256=S2Bc5uL5aRqS_DW1goOkUwxpy3TUxTZoyQEbpSa-CHU,3104
|
|
17
|
-
shopware_api_client/endpoints/admin/core/cms_block.py,sha256=V4bR2nlSrNzhtVszHSuMFXCSNQDEq-JY_0wL6LyiBb4,1406
|
|
18
|
-
shopware_api_client/endpoints/admin/core/cms_page.py,sha256=2dKB5r2BdGDYsc8Hr63ddBDtf2zxu3CpSeKtpheohb8,1385
|
|
19
|
-
shopware_api_client/endpoints/admin/core/cms_section.py,sha256=ugFoPR1XZyUDgEIY1V4qDbM1itmDD73kYQDfEG0dK3g,1473
|
|
20
|
-
shopware_api_client/endpoints/admin/core/cms_slot.py,sha256=aO4mD0ghB4pYSdZxKHtkJUkpgPborYz_zxo_13USQuc,1134
|
|
21
|
-
shopware_api_client/endpoints/admin/core/country.py,sha256=Jnco9iGunutAwB61G42rpnOaxa5Z8GShzF3tjxQKi_c,2086
|
|
22
|
-
shopware_api_client/endpoints/admin/core/country_state.py,sha256=k4puiHmFOINfLOnaSxGhmbkXudwD1S2GzdC1jSMbk0A,1062
|
|
23
|
-
shopware_api_client/endpoints/admin/core/currency.py,sha256=tTywHzkX72X-UjGqxL0kSDBReVu36qXKHw0hFkWkykw,1723
|
|
24
|
-
shopware_api_client/endpoints/admin/core/currency_country_rounding.py,sha256=efM9h0BpuJT8HQcCxhAAQteugg5FJygvS-M6n2kZSPA,934
|
|
25
|
-
shopware_api_client/endpoints/admin/core/custom_entity.py,sha256=04S1N-kJzopVfeXQo6O0oVxLP5-0gkeRfVYk849rpeE,864
|
|
26
|
-
shopware_api_client/endpoints/admin/core/custom_field.py,sha256=JL_9Kk5QLVhzg-REhZkGN5Cdr8mQQJlvVpPT1ChCXi8,487
|
|
27
|
-
shopware_api_client/endpoints/admin/core/customer.py,sha256=VMRj-r-zG0UPWrX_yXV6Q7_i51DPmn_eyXSc66KO0sA,3807
|
|
28
|
-
shopware_api_client/endpoints/admin/core/customer_address.py,sha256=MULihliFjIEshzNA6cTv7mMSw9kC6s2Y84ZV40FGjDU,1445
|
|
29
|
-
shopware_api_client/endpoints/admin/core/customer_group.py,sha256=8HSTRSS8UV0c5xhR6IUc2KGFsZ1r2sdZK-66_HlCkp4,1150
|
|
30
|
-
shopware_api_client/endpoints/admin/core/customer_recovery.py,sha256=oP3s5rEUNFtk7DU2D4bL_lnRwelrflhp8O5pBgdqGLk,681
|
|
31
|
-
shopware_api_client/endpoints/admin/core/customer_wishlist.py,sha256=O8KnbFGFdRE5fb6bxapsjyPjeQmP1BKWGSl6pX3F6Cs,1019
|
|
32
|
-
shopware_api_client/endpoints/admin/core/customer_wishlist_product.py,sha256=mYNieAPK6WFM3z8mUpdBBIhfhph5G4qrVubJWbDltIY,938
|
|
33
|
-
shopware_api_client/endpoints/admin/core/delivery_time.py,sha256=JdoU3NsC0e-JSdTpjGB1TeSQNXSZC5ROAznIvelzShI,832
|
|
34
|
-
shopware_api_client/endpoints/admin/core/document.py,sha256=6NNzKKyxOpqpK16_dcI6KvWQIF8MKubMmEjtkj6D0AY,1279
|
|
35
|
-
shopware_api_client/endpoints/admin/core/document_base_config.py,sha256=0uxqaT34OseVMChcOIke8x4_0aafvQbbnlPtDkhyNWE,1399
|
|
36
|
-
shopware_api_client/endpoints/admin/core/document_base_config_sales_channel.py,sha256=s3j_ACW1sqn7u5-uG0oMh8GrInq11Lgj5_WNyK669O4,1209
|
|
37
|
-
shopware_api_client/endpoints/admin/core/document_type.py,sha256=ajfxyH1S80PSWUnu8snI_yhPrLb4CfEd160HI5310-I,1019
|
|
38
|
-
shopware_api_client/endpoints/admin/core/integration.py,sha256=X44qfNH06NevjzsrdsxfPGg1KHZ9vuBw7UbWvkcyNZ4,944
|
|
39
|
-
shopware_api_client/endpoints/admin/core/landing_page.py,sha256=ohqquIPIECgHh1c5t6H2jKuepJdzLqdLm08t3sybACA,1292
|
|
40
|
-
shopware_api_client/endpoints/admin/core/language.py,sha256=ZikBOB8ekS2zepjNuD55JiZ8UEstxNJDGZVyvMB88VY,1749
|
|
41
|
-
shopware_api_client/endpoints/admin/core/locale.py,sha256=bXSHNF16VJJgwtge34vA_jOK23JmKxFarOeIS30kpQM,712
|
|
42
|
-
shopware_api_client/endpoints/admin/core/main_category.py,sha256=KHk7MIrhh56A8IPreRnKvbl5za3710MoWYdmsZRaVsI,954
|
|
43
|
-
shopware_api_client/endpoints/admin/core/media.py,sha256=GJYSML5WGTH_7GQIoEJkc7V54LzrbmCIK0OEmk5Xncc,4855
|
|
44
|
-
shopware_api_client/endpoints/admin/core/media_default_folder.py,sha256=WBVoJhKF1j20VhBdZs5fsp8FN3q_yS46TRXCsyOejpA,695
|
|
45
|
-
shopware_api_client/endpoints/admin/core/media_folder.py,sha256=t18uurbPXtOZB7RR-pGQnF_IJ7UP0VAOABk0mHRypdg,1333
|
|
46
|
-
shopware_api_client/endpoints/admin/core/media_folder_configuration.py,sha256=DabEuDxDMRcbYpLun--LVHxX6cg8NH0FP1xv4-t_a3Y,1114
|
|
47
|
-
shopware_api_client/endpoints/admin/core/media_thumbnail.py,sha256=VFpp1BPXb_qQ7iwxyMX2pjeE9RK8bvfnf2oUl5v7PG0,989
|
|
48
|
-
shopware_api_client/endpoints/admin/core/media_thumbnail_size.py,sha256=Uw06yOFlhb-_H3VIxGiWgn--OmkysMancuOPu9A-NjU,800
|
|
49
|
-
shopware_api_client/endpoints/admin/core/order.py,sha256=ly5EzLYWUyufixT7Uv_lZrhNtOxvNHJmMSgh9a_P7l4,3040
|
|
50
|
-
shopware_api_client/endpoints/admin/core/order_address.py,sha256=BQXFwzKypu1xZWTed-sZxrvs2T9CrSPuYapynjAMO-A,1625
|
|
51
|
-
shopware_api_client/endpoints/admin/core/order_customer.py,sha256=Azho0S5NjQUDEUhjCjdoJGUPA7NPpqDhijMecTOr-iY,1254
|
|
52
|
-
shopware_api_client/endpoints/admin/core/order_delivery.py,sha256=-5uzzefNHsvwvZYryYiEZROdxIvEQMyUTm4n3d6GlAo,1635
|
|
53
|
-
shopware_api_client/endpoints/admin/core/order_delivery_position.py,sha256=OfHkOI37g1wtR7eFrOVfwWqGBFn6b0ahFce_0OBYhHg,1261
|
|
54
|
-
shopware_api_client/endpoints/admin/core/order_line_item.py,sha256=eQQ94ULtXTZA_RLOwQRqLtxXjaqcmZd-A3_K3I7tQnw,2390
|
|
55
|
-
shopware_api_client/endpoints/admin/core/order_line_item_download.py,sha256=ZA8zP3ziTg-5JAk2x65awl50PzQ4PsFS9fNcZceMaE4,1068
|
|
56
|
-
shopware_api_client/endpoints/admin/core/order_transaction.py,sha256=YZwhCmHTtXNtyZAGRYToek9V8AAraEjohsB0okaysQQ,1308
|
|
57
|
-
shopware_api_client/endpoints/admin/core/order_transaction_capture.py,sha256=1MpTKw9euykxl6vrYAAg2Rpom_gbYAzcsqfow0jTi1c,1391
|
|
58
|
-
shopware_api_client/endpoints/admin/core/order_transaction_capture_refund.py,sha256=kmEpEUhSUiUqEF3BSCb2PUkO8igelBGcN68fKjoWVdE,1515
|
|
59
|
-
shopware_api_client/endpoints/admin/core/order_transaction_capture_refund_position.py,sha256=YI5Fdq4waRBptUTyLnNpOTFdmkk-fF4O03H3pTN5Ixw,1484
|
|
60
|
-
shopware_api_client/endpoints/admin/core/payment_method.py,sha256=JOiCSLL0dCjl8EgYcQu2zOuBB0D4O6tk8ubyrpd_XrY,2555
|
|
61
|
-
shopware_api_client/endpoints/admin/core/product.py,sha256=V3F0Ihy8qp_NebQFDrM6CcZ8w_EcEAE-1XJv6Cc1o1w,7340
|
|
62
|
-
shopware_api_client/endpoints/admin/core/product_configurator_setting.py,sha256=hVmYxsCWy8vdKIKikUS0te-JgNoG1ByvgPMAyoXTU5E,1273
|
|
63
|
-
shopware_api_client/endpoints/admin/core/product_cross_selling.py,sha256=FPRxqh96jadhUV6LDbNLqQekiRvsh5wJKGb84VskLvk,1337
|
|
64
|
-
shopware_api_client/endpoints/admin/core/product_cross_selling_assigned_products.py,sha256=8ZCHhvJS9JUqEZKZN6KmSUIz8C-L09x7ExsLbpqlui8,1145
|
|
65
|
-
shopware_api_client/endpoints/admin/core/product_download.py,sha256=m-D_DygbENhyafGCiQtjOrjH5kr-s7P5NgCk9golAZA,935
|
|
66
|
-
shopware_api_client/endpoints/admin/core/product_export.py,sha256=lyI4yFh2sQQ1788CduEaiB8UhPox4nmPrFwCuEfg3hc,1616
|
|
67
|
-
shopware_api_client/endpoints/admin/core/product_feature_set.py,sha256=qV5uEBSgu_ur6fraKrt6rA9YIvKMkg_EfAaUc4F_ACI,774
|
|
68
|
-
shopware_api_client/endpoints/admin/core/product_manufacturer.py,sha256=8__gkyT-OxGTHR7gEbwAx1HXEwdtv4QDxht6ob7TEN8,1029
|
|
69
|
-
shopware_api_client/endpoints/admin/core/product_media.py,sha256=gQC_PydZCCuoJy8OWllRRUKiCccs-V3EdBwT8CFBqGU,957
|
|
70
|
-
shopware_api_client/endpoints/admin/core/product_price.py,sha256=cPHYgV7yxNkTPlLkBFD9o7u1pGIzBRVkVk5A9PFlYEI,948
|
|
71
|
-
shopware_api_client/endpoints/admin/core/product_review.py,sha256=7E_lJ28cOHopdgD0foG1rP5Jw8esT2pmy1mqc9cw7sc,1318
|
|
72
|
-
shopware_api_client/endpoints/admin/core/product_search_keyword.py,sha256=3iuV7TgLSZ85PwAj3yKFbSZ4xYxoq75st94EVuwGicI,945
|
|
73
|
-
shopware_api_client/endpoints/admin/core/product_stream.py,sha256=BP5yBSo2rM5QjIcBS_fJN19gh96QEjwJIM7a1xAOjhE,1196
|
|
74
|
-
shopware_api_client/endpoints/admin/core/product_visibility.py,sha256=cbFe7ed-Ip-FYyeORNSmhOMJ43CouZatJeXW0Mgnsvk,875
|
|
75
|
-
shopware_api_client/endpoints/admin/core/product_warehouse.py,sha256=V0yzIRb3j6v4_qGjExyO9WAlVr0sDNy8lOmS-24bz6c,789
|
|
76
|
-
shopware_api_client/endpoints/admin/core/promotion.py,sha256=eWjJAwYHrD2KyPrh7dWPrPNtGmvaIjYslfqRGIH55L0,1980
|
|
77
|
-
shopware_api_client/endpoints/admin/core/promotion_discount.py,sha256=xw7FxEdORWF-nIJgJ_gcsmZ2xy2D2asIkxk4wKaKLwE,1175
|
|
78
|
-
shopware_api_client/endpoints/admin/core/promotion_discount_prices.py,sha256=IohPtUhR3UWGLx0Um6mu1KWXOmOjYzJ4deMsLFBwTNA,917
|
|
79
|
-
shopware_api_client/endpoints/admin/core/property_group.py,sha256=U2OFGYnT_U66Cg7xavZyAPbheGKLUmUj77B0fd17cJ0,931
|
|
80
|
-
shopware_api_client/endpoints/admin/core/property_group_option.py,sha256=8yqos5VprDZE9cFJmWpMQJL_JQrK83lP8bOyjv5oOdg,1367
|
|
81
|
-
shopware_api_client/endpoints/admin/core/rule.py,sha256=2bk2eD7rjnwjsv7xEkEgOmS2wLP82q2tt71wwNPgpDY,1751
|
|
82
|
-
shopware_api_client/endpoints/admin/core/rule_condition.py,sha256=7n5JFd0fDOL58gbQX70cYIwavUVuR4bj6LIpRz06JCg,1066
|
|
83
|
-
shopware_api_client/endpoints/admin/core/sales_channel.py,sha256=Z9GcHkPHk8SZKAoGNo9lwh-Vbnug41aWUsyoweltVok,4880
|
|
84
|
-
shopware_api_client/endpoints/admin/core/sales_channel_domain.py,sha256=0c5Mh9w3GwGJscdkXC3jjSM0Q3GCxvNgRQN8w9RidiE,1369
|
|
85
|
-
shopware_api_client/endpoints/admin/core/salutation.py,sha256=h7US8gtFzf-3f3-nAElrdzAsdpy0sSA0RyVQFpDHWH8,1112
|
|
86
|
-
shopware_api_client/endpoints/admin/core/seo_url.py,sha256=qGX0rm1izbvQci4-AhT9PYTd7f9FSLIjKxfXaCoJeGc,1221
|
|
87
|
-
shopware_api_client/endpoints/admin/core/shipping_method.py,sha256=IgegKr3HiHSCzJhIj6ID9LidQ3t-jmGwVtWeG81A7uI,1781
|
|
88
|
-
shopware_api_client/endpoints/admin/core/state_machine.py,sha256=VfqHy2PUZM-t2hEcOen58QLQFxQyOY6Uy5QamA4mALE,1071
|
|
89
|
-
shopware_api_client/endpoints/admin/core/state_machine_history.py,sha256=r0EwnY14qFtfsqdcDEXEmFYr41EyEzCL_uJQchH8Vp4,1267
|
|
90
|
-
shopware_api_client/endpoints/admin/core/state_machine_state.py,sha256=Y24whMqqJ63Gs6RakJeE6l5izD8-EE31MPZEAZmH_Bo,1940
|
|
91
|
-
shopware_api_client/endpoints/admin/core/state_machine_transition.py,sha256=dQwrupYdXp4CfCc-D2LD5tbKbO6loY4G0daLYXF2rEE,1085
|
|
92
|
-
shopware_api_client/endpoints/admin/core/system_config.py,sha256=DVyeaJRKc7m37N-_Tdc2aSAsC9og8yYc02lywcbQ1YA,736
|
|
93
|
-
shopware_api_client/endpoints/admin/core/tag.py,sha256=GO303cdahpyEpSZlAzopa0oJQWl89HXIdQ5smiY9Hdo,1122
|
|
94
|
-
shopware_api_client/endpoints/admin/core/tax.py,sha256=KMsPzE_JQhRbrTfcLs1AAbi-odTFZmjT5Oy6lSz96cc,829
|
|
95
|
-
shopware_api_client/endpoints/admin/core/tax_rule.py,sha256=zvukvf2gwbBnpsAqlG2E7wh6nymfnVMTBKCZGD3x0Fs,910
|
|
96
|
-
shopware_api_client/endpoints/admin/core/tax_rule_type.py,sha256=4c2io2xQYf17HOcJSfVyNOYHr2dwL44e7Bm55ln7h8Q,731
|
|
97
|
-
shopware_api_client/endpoints/admin/core/unit.py,sha256=gDuoIt7F1NRkHIJIBagMxflqrxh_-4mgEPyMKMmij8k,602
|
|
98
|
-
shopware_api_client/endpoints/admin/core/user.py,sha256=ixzRuih4MDI1pKCttulnAbudWI0n2vtIFgfAEMcs6f8,1695
|
|
99
|
-
shopware_api_client/endpoints/admin/core/warehouse.py,sha256=ZZXZn2o2T6hKQqwYSl71dURCFRuroODYo0HV_oJWKPY,736
|
|
100
|
-
shopware_api_client/endpoints/admin/core/warehouse_group.py,sha256=3pWrJlvF0B7hR9aE72TM6RIZ3IyVNL5jLYrNq1d0lpY,904
|
|
101
|
-
shopware_api_client/endpoints/admin/core/warehouse_group_warehouse.py,sha256=lrunW69Nsq4I1su4m-IqzG6Ch3Sa6OaouWbndGuVR-I,944
|
|
102
|
-
shopware_api_client/endpoints/base_fields.py,sha256=O8LRkFnvCU6TX0YMvyN9iuUE2yKaFFHtEPoa210VAXg,1997
|
|
103
|
-
shopware_api_client/endpoints/relations.py,sha256=Lq6Or9iNAw6Ch53_kmV3vCI80PnKY8bX4RXaDuqGo6Q,6216
|
|
104
|
-
shopware_api_client/endpoints/store/__init__.py,sha256=LE_GL4jYVGrRdp6M1cPURI-UJbh4aFmKdUSXglIssuw,389
|
|
105
|
-
shopware_api_client/endpoints/store/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
106
|
-
shopware_api_client/endpoints/store/core/address.py,sha256=Tm7ri-i0zhyt4LVEHaQy3xEvjapCCPRsYAp5lOCDOew,2774
|
|
107
|
-
shopware_api_client/endpoints/store/core/cart.py,sha256=34eNwuv7H9WZUtJGf4TkTGHiGynDT6xeAt0gIl7V4KI,2584
|
|
108
|
-
shopware_api_client/exceptions.py,sha256=AELVvzdjH0RABF0WgqQ-DbEuZB1k-5V8L_NkKZLV6tk,4459
|
|
109
|
-
shopware_api_client/logging.py,sha256=4QSTK1vcdBew4shvLG-fm-xDOlddhOZeyb5T9Og0fSA,251
|
|
110
|
-
shopware_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
111
|
-
shopware_api_client-1.0.101.dist-info/LICENSE,sha256=qTihFhbGE2ZJJ7Byc9hnEYBY33yDK2Jw87SpAm0IKUs,1107
|
|
112
|
-
shopware_api_client-1.0.101.dist-info/METADATA,sha256=UwnWQIm54nwFGcGafokW5eaIX8VrAQCGqxpOztwyvC8,22659
|
|
113
|
-
shopware_api_client-1.0.101.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
114
|
-
shopware_api_client-1.0.101.dist-info/RECORD,,
|
{shopware_api_client-1.0.101.dist-info → shopware_api_client-1.1.1.dist-info/licenses}/LICENSE
RENAMED
|
File without changes
|