amazon-creatorsapi-python-sdk 1.0.0__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 (108) hide show
  1. amazon_creatorsapi_python_sdk-1.0.0.dist-info/METADATA +99 -0
  2. amazon_creatorsapi_python_sdk-1.0.0.dist-info/RECORD +108 -0
  3. amazon_creatorsapi_python_sdk-1.0.0.dist-info/WHEEL +5 -0
  4. amazon_creatorsapi_python_sdk-1.0.0.dist-info/licenses/LICENSE.txt +202 -0
  5. amazon_creatorsapi_python_sdk-1.0.0.dist-info/licenses/NOTICE.txt +2 -0
  6. amazon_creatorsapi_python_sdk-1.0.0.dist-info/top_level.txt +1 -0
  7. creatorsapi_python_sdk/__init__.py +127 -0
  8. creatorsapi_python_sdk/api/__init__.py +5 -0
  9. creatorsapi_python_sdk/api/default_api.py +2412 -0
  10. creatorsapi_python_sdk/api_client.py +912 -0
  11. creatorsapi_python_sdk/api_response.py +21 -0
  12. creatorsapi_python_sdk/auth/__init__.py +21 -0
  13. creatorsapi_python_sdk/auth/oauth2_config.py +123 -0
  14. creatorsapi_python_sdk/auth/oauth2_token_manager.py +120 -0
  15. creatorsapi_python_sdk/configuration.py +455 -0
  16. creatorsapi_python_sdk/exceptions.py +204 -0
  17. creatorsapi_python_sdk/models/__init__.py +110 -0
  18. creatorsapi_python_sdk/models/access_denied_exception_response_content.py +97 -0
  19. creatorsapi_python_sdk/models/access_denied_reason.py +45 -0
  20. creatorsapi_python_sdk/models/availability.py +44 -0
  21. creatorsapi_python_sdk/models/browse_node.py +116 -0
  22. creatorsapi_python_sdk/models/browse_node_ancestor.py +103 -0
  23. creatorsapi_python_sdk/models/browse_node_child.py +96 -0
  24. creatorsapi_python_sdk/models/browse_node_info.py +106 -0
  25. creatorsapi_python_sdk/models/browse_nodes_result.py +100 -0
  26. creatorsapi_python_sdk/models/by_line_info.py +111 -0
  27. creatorsapi_python_sdk/models/classifications.py +101 -0
  28. creatorsapi_python_sdk/models/condition.py +44 -0
  29. creatorsapi_python_sdk/models/content_info.py +113 -0
  30. creatorsapi_python_sdk/models/content_rating.py +96 -0
  31. creatorsapi_python_sdk/models/contributor.py +98 -0
  32. creatorsapi_python_sdk/models/customer_reviews.py +98 -0
  33. creatorsapi_python_sdk/models/deal_details.py +102 -0
  34. creatorsapi_python_sdk/models/delivery_flag.py +46 -0
  35. creatorsapi_python_sdk/models/dimension_based_attribute.py +111 -0
  36. creatorsapi_python_sdk/models/error_data.py +94 -0
  37. creatorsapi_python_sdk/models/external_ids.py +106 -0
  38. creatorsapi_python_sdk/models/feed.py +98 -0
  39. creatorsapi_python_sdk/models/get_browse_nodes_request_content.py +107 -0
  40. creatorsapi_python_sdk/models/get_browse_nodes_resource.py +44 -0
  41. creatorsapi_python_sdk/models/get_browse_nodes_response_content.py +106 -0
  42. creatorsapi_python_sdk/models/get_feed_request_content.py +93 -0
  43. creatorsapi_python_sdk/models/get_feed_response_content.py +92 -0
  44. creatorsapi_python_sdk/models/get_items_request_content.py +124 -0
  45. creatorsapi_python_sdk/models/get_items_resource.py +76 -0
  46. creatorsapi_python_sdk/models/get_items_response_content.py +106 -0
  47. creatorsapi_python_sdk/models/get_report_request_content.py +93 -0
  48. creatorsapi_python_sdk/models/get_report_response_content.py +92 -0
  49. creatorsapi_python_sdk/models/get_variations_request_content.py +135 -0
  50. creatorsapi_python_sdk/models/get_variations_resource.py +79 -0
  51. creatorsapi_python_sdk/models/get_variations_response_content.py +106 -0
  52. creatorsapi_python_sdk/models/image_size.py +96 -0
  53. creatorsapi_python_sdk/models/image_type.py +111 -0
  54. creatorsapi_python_sdk/models/images.py +105 -0
  55. creatorsapi_python_sdk/models/internal_server_exception_response_content.py +94 -0
  56. creatorsapi_python_sdk/models/item.py +138 -0
  57. creatorsapi_python_sdk/models/item_info.py +156 -0
  58. creatorsapi_python_sdk/models/items_result.py +100 -0
  59. creatorsapi_python_sdk/models/language_type.py +94 -0
  60. creatorsapi_python_sdk/models/languages.py +104 -0
  61. creatorsapi_python_sdk/models/list_feeds_response_content.py +100 -0
  62. creatorsapi_python_sdk/models/list_reports_response_content.py +100 -0
  63. creatorsapi_python_sdk/models/manufacture_info.py +106 -0
  64. creatorsapi_python_sdk/models/money.py +96 -0
  65. creatorsapi_python_sdk/models/multi_valued_attribute.py +96 -0
  66. creatorsapi_python_sdk/models/offer_availability_v2.py +98 -0
  67. creatorsapi_python_sdk/models/offer_condition_v2.py +96 -0
  68. creatorsapi_python_sdk/models/offer_listing_v2.py +133 -0
  69. creatorsapi_python_sdk/models/offer_loyalty_points_v2.py +92 -0
  70. creatorsapi_python_sdk/models/offer_merchant_info_v2.py +94 -0
  71. creatorsapi_python_sdk/models/offer_price_v2.py +113 -0
  72. creatorsapi_python_sdk/models/offer_saving_basis.py +101 -0
  73. creatorsapi_python_sdk/models/offer_savings.py +98 -0
  74. creatorsapi_python_sdk/models/offer_type.py +45 -0
  75. creatorsapi_python_sdk/models/offers_v2.py +100 -0
  76. creatorsapi_python_sdk/models/product_info.py +124 -0
  77. creatorsapi_python_sdk/models/rating.py +92 -0
  78. creatorsapi_python_sdk/models/refinement.py +104 -0
  79. creatorsapi_python_sdk/models/refinement_bin.py +94 -0
  80. creatorsapi_python_sdk/models/report_metadata.py +98 -0
  81. creatorsapi_python_sdk/models/resource_not_found_exception_response_content.py +98 -0
  82. creatorsapi_python_sdk/models/saving_basis_type.py +46 -0
  83. creatorsapi_python_sdk/models/search_items_request_content.py +242 -0
  84. creatorsapi_python_sdk/models/search_items_resource.py +77 -0
  85. creatorsapi_python_sdk/models/search_items_response_content.py +106 -0
  86. creatorsapi_python_sdk/models/search_refinements.py +110 -0
  87. creatorsapi_python_sdk/models/search_result.py +110 -0
  88. creatorsapi_python_sdk/models/single_boolean_valued_attribute.py +96 -0
  89. creatorsapi_python_sdk/models/single_integer_valued_attribute.py +96 -0
  90. creatorsapi_python_sdk/models/single_string_valued_attribute.py +96 -0
  91. creatorsapi_python_sdk/models/sort_by.py +48 -0
  92. creatorsapi_python_sdk/models/technical_info.py +102 -0
  93. creatorsapi_python_sdk/models/throttle_exception_response_content.py +98 -0
  94. creatorsapi_python_sdk/models/trade_in_info.py +98 -0
  95. creatorsapi_python_sdk/models/trade_in_price.py +96 -0
  96. creatorsapi_python_sdk/models/unauthorized_exception_reason.py +51 -0
  97. creatorsapi_python_sdk/models/unauthorized_exception_response_content.py +97 -0
  98. creatorsapi_python_sdk/models/unit_based_attribute.py +98 -0
  99. creatorsapi_python_sdk/models/validation_exception_field.py +94 -0
  100. creatorsapi_python_sdk/models/validation_exception_reason.py +48 -0
  101. creatorsapi_python_sdk/models/validation_exception_response_content.py +107 -0
  102. creatorsapi_python_sdk/models/variation_attribute.py +94 -0
  103. creatorsapi_python_sdk/models/variation_dimension.py +98 -0
  104. creatorsapi_python_sdk/models/variation_summary.py +104 -0
  105. creatorsapi_python_sdk/models/variations_result.py +106 -0
  106. creatorsapi_python_sdk/models/website_sales_rank.py +98 -0
  107. creatorsapi_python_sdk/py.typed +0 -0
  108. creatorsapi_python_sdk/rest.py +262 -0
@@ -0,0 +1,99 @@
1
+ Metadata-Version: 2.4
2
+ Name: amazon-creatorsapi-python-sdk
3
+ Version: 1.0.0
4
+ Summary: Amazon Creators API Python SDK (Official)
5
+ Home-page: https://github.com/RajpurohitHitesh/amazon-creatorsapi-python-sdk
6
+ Author: Amazon
7
+ License: Apache License 2.0
8
+ Project-URL: Homepage, https://github.com/RajpurohitHitesh/amazon-creatorsapi-python-sdk
9
+ Project-URL: Repository, https://github.com/RajpurohitHitesh/amazon-creatorsapi-python-sdk
10
+ Keywords: amazon,creators,api,sdk,product,advertising,associate
11
+ Classifier: Development Status :: 5 - Production/Stable
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.7
17
+ Classifier: Programming Language :: Python :: 3.8
18
+ Classifier: Programming Language :: Python :: 3.9
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Requires-Python: >=3.7
23
+ Description-Content-Type: text/markdown
24
+ License-File: LICENSE.txt
25
+ License-File: NOTICE.txt
26
+ Requires-Dist: python-dateutil>=2.5.3
27
+ Requires-Dist: setuptools>=21.0.0
28
+ Requires-Dist: urllib3<2.1.0,>=1.25.3
29
+ Requires-Dist: pydantic>=2
30
+ Requires-Dist: typing-extensions>=4.7.1
31
+ Requires-Dist: requests>=2.25.0
32
+ Dynamic: home-page
33
+ Dynamic: license-file
34
+ Dynamic: requires-python
35
+
36
+ [![PyPI](https://img.shields.io/pypi/v/amazon-creatorsapi-python-sdk?color=%231182C2&label=PyPI)](https://pypi.org/project/amazon-creatorsapi-python-sdk/)
37
+ [![Python](https://img.shields.io/badge/Python->3.9-%23FFD140)](https://www.python.org/)
38
+ [![Amazon API](https://img.shields.io/badge/Amazon%20CreatorsAPI-%23FD9B15)](https://affiliate-program.amazon.in/creatorsapi/docs/en-us/introduction)
39
+ [![PyPI - Downloads](https://img.shields.io/pypi/dm/amazon-creatorsapi-python-sdk?label=Installs)](https://pypi.org/project/amazon-creatorsapi-python-sdk/)
40
+ ![Static Badge](https://img.shields.io/badge/License-Apache_2.0-blue)
41
+ [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=RajpurohitHitesh_amazon-creatorsapi-python-sdk&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=RajpurohitHitesh_amazon-creatorsapi-python-sdk)
42
+ [![Python application](https://github.com/RajpurohitHitesh/amazon-creatorsapi-python-sdk/actions/workflows/python-app.yml/badge.svg)](https://github.com/RajpurohitHitesh/amazon-creatorsapi-python-sdk/actions/workflows/python-app.yml)
43
+ [![Python Package using Conda](https://github.com/RajpurohitHitesh/amazon-creatorsapi-python-sdk/actions/workflows/python-package-conda.yml/badge.svg)](https://github.com/RajpurohitHitesh/amazon-creatorsapi-python-sdk/actions/workflows/python-package-conda.yml)
44
+ [![Python package](https://github.com/RajpurohitHitesh/amazon-creatorsapi-python-sdk/actions/workflows/python-package.yml/badge.svg)](https://github.com/RajpurohitHitesh/amazon-creatorsapi-python-sdk/actions/workflows/python-package.yml)
45
+
46
+ # Creators API Python SDK Example
47
+
48
+ ## Prerequisites
49
+
50
+ ### Python Version Support
51
+ - **Supported**: To run the SDK you need Python version 3.7 or higher.
52
+
53
+ ## Setup Instructions
54
+
55
+ ### 1. Install and Configure Python
56
+
57
+ For Python installation, you can download it from the official website: https://www.python.org/downloads/
58
+
59
+ ```bash
60
+ # Check Python version
61
+ python3 --version
62
+ ```
63
+
64
+ ### 3. Install Dependencies
65
+ ```bash
66
+ cd {path_to_dir}/creatorsapi-python-sdk
67
+ # Install package dependencies
68
+ pip3 install -r requirements.txt
69
+ ```
70
+
71
+ ### 4. Run Sample Code
72
+ Navigate to the examples directory to run the samples.
73
+
74
+ ```bash
75
+ cd examples
76
+ ```
77
+
78
+ Before running the samples, you'll need to configure your API credentials in the sample files by replacing the following placeholders:
79
+
80
+ - `<YOUR CREDENTIAL ID>` - Your API credential ID
81
+ - `<YOUR CREDENTIAL SECRET>` - Your API credential secret
82
+ - `<YOUR CREDENTIAL VERSION>` - Your credential version (e.g., "2.1" for NA, "2.2" for EU, "2.3" for FE region)
83
+ - `<YOUR MARKETPLACE>` - Your marketplace to which you want to send the request (e.g., "www.amazon.com" for US marketplace)
84
+ - `<YOUR PARTNER TAG>` - Your Partner Tag for the requested marketplace in applicable sample code snippet files
85
+
86
+ Run the following commands to run the sample files:
87
+
88
+ **Get detailed product information:**
89
+ ```bash
90
+ python3 sample_get_items.py
91
+ ```
92
+
93
+ **Search for products:**
94
+ ```bash
95
+ python3 sample_search_items.py
96
+ ```
97
+
98
+ #### Other Samples
99
+ Check the `examples` directory for additional sample files with various API operations.
@@ -0,0 +1,108 @@
1
+ amazon_creatorsapi_python_sdk-1.0.0.dist-info/licenses/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
2
+ amazon_creatorsapi_python_sdk-1.0.0.dist-info/licenses/NOTICE.txt,sha256=fHs5cQqxe_PIcc_rWenela9dRNBz2RJbLxdvOJ0Gb4Y,109
3
+ creatorsapi_python_sdk/__init__.py,sha256=ZarwbxUTHSCLvwetn9nmwko14_-r_WkagJZ09i6XXMY,8508
4
+ creatorsapi_python_sdk/api_client.py,sha256=_YAOZ6giuXg6td1U-qCqRGknrxG4igdZ3drx1Y5ZAzY,32054
5
+ creatorsapi_python_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
+ creatorsapi_python_sdk/configuration.py,sha256=0InEIsWDAF27mLSkzOUh-8GyuKCB2H2uUcFrWB3WHPw,15334
7
+ creatorsapi_python_sdk/exceptions.py,sha256=Z_I0d93F3cZvTfDn86WYGPQLc_h7Vsa2JPNcI5wUgnE,6250
8
+ creatorsapi_python_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ creatorsapi_python_sdk/rest.py,sha256=V5ZpRZiYosmawd3TCzAoZU2mAaOVBp63j6la6ZLETPE,9694
10
+ creatorsapi_python_sdk/api/__init__.py,sha256=yhe-xIIJr786e9UzrgaDk6jNjUFniyR-wBIMs78di1g,110
11
+ creatorsapi_python_sdk/api/default_api.py,sha256=5FPzHEu1w4f9iAJI5K9Pg9JkIiBTyS81FnlhCO4LlOg,105901
12
+ creatorsapi_python_sdk/auth/__init__.py,sha256=YJkrayG46sTtqIFz1AhXO1-dAzGRVbQvVPZYbVGA4jY,795
13
+ creatorsapi_python_sdk/auth/oauth2_config.py,sha256=zsH5BgJQYkNznQBq_saQEA-YJqU5obBVXhTqS8tFGMo,4026
14
+ creatorsapi_python_sdk/auth/oauth2_token_manager.py,sha256=OxpPf-nL1cYxYf0AL_GxPrv6ejmCZlfDMEKNpKr71T4,4114
15
+ creatorsapi_python_sdk/models/__init__.py,sha256=kgbZbLzJ7l2QfGilZRLTLA5VXtP-7OR24BdcBCWH4Nw,7830
16
+ creatorsapi_python_sdk/models/access_denied_exception_response_content.py,sha256=km7ig3IVWT34Ia42zFmKslK9BFnWXHQ-4Y3v_yLmJCQ,3189
17
+ creatorsapi_python_sdk/models/access_denied_reason.py,sha256=U_vt3v_-gt_Z93-l9GqSKJQBwU1wKC0T4wpwmT8EIsA,1137
18
+ creatorsapi_python_sdk/models/availability.py,sha256=Tn3mFSadt5Py5IdftSQZ8VxR_hQVw9vfGgKIfZJxK1s,1106
19
+ creatorsapi_python_sdk/models/browse_node.py,sha256=DWz8lON0xaIlVwa6KIkL04g5GRPiOW8PU4xO7xXbPHI,5411
20
+ creatorsapi_python_sdk/models/browse_node_ancestor.py,sha256=e9OAP9rCBTpEKHzUI28RCSqvRP3JUWdPtSTS_TLpxis,3803
21
+ creatorsapi_python_sdk/models/browse_node_child.py,sha256=dmQDXh22td23u-TevKj2BSsym-tXM2_dPQrtOgaEZv8,3170
22
+ creatorsapi_python_sdk/models/browse_node_info.py,sha256=_k73d1fypRUVQJrAQw3Rs2_7h8HpTYBs0cO_hQwJw5U,4174
23
+ creatorsapi_python_sdk/models/browse_nodes_result.py,sha256=gSJPP6S_5eDsE4HMMjK0izegYkXzeZ6sbYI-VrpsUNk,3534
24
+ creatorsapi_python_sdk/models/by_line_info.py,sha256=0m6k9gG0GwptJxXz3FTHsRrLKSqFntVlsPdDd82Htqs,4273
25
+ creatorsapi_python_sdk/models/classifications.py,sha256=V3WFPnFeEvOLpCOXmsrFaA8nYRxuLmMLBi8NW_tunig,3609
26
+ creatorsapi_python_sdk/models/condition.py,sha256=YWM3BcmlZWk5Dx7NEWvdOmkGRTCbo1OB2XjzBcHVElY,1056
27
+ creatorsapi_python_sdk/models/content_info.py,sha256=JFWswx3EM1_BBiXAVtmd9dKprmJeEYy63iEk3CA9LUw,4545
28
+ creatorsapi_python_sdk/models/content_rating.py,sha256=vjl33yoLjieRBNlMGOOze_PzQXY2tm34ed56Gtw_DPw,3262
29
+ creatorsapi_python_sdk/models/contributor.py,sha256=3IJBn0OaSuxFSVHP2Autf25VZJL9nk4zi1bSB6wH-Kw,3056
30
+ creatorsapi_python_sdk/models/customer_reviews.py,sha256=CUbZFx7r2-iPaWT-CXLTuw8tt5WHrnbMGg8ik6H2hZo,3314
31
+ creatorsapi_python_sdk/models/deal_details.py,sha256=T2LpJhGqJQAxLvLjzprDfXh0FeQ8T6JujAvtVVDAra4,3643
32
+ creatorsapi_python_sdk/models/delivery_flag.py,sha256=Mw1zESaVJSGQ9hDwsQNrRT3F4ES9rh39SWpXSjsU5uA,1117
33
+ creatorsapi_python_sdk/models/dimension_based_attribute.py,sha256=JHc1JaIfunVkN02_r3XRpjhIyq2YLf40y26RYPyx9us,4106
34
+ creatorsapi_python_sdk/models/error_data.py,sha256=bS2d4xdutoGEjakr_gJH7Aym0oQIphDx-Lnwd90Bcig,3088
35
+ creatorsapi_python_sdk/models/external_ids.py,sha256=ZklVwNBQVjED_b7LzGorVuUAwhcXa_hBq-9A9clwyJI,3726
36
+ creatorsapi_python_sdk/models/feed.py,sha256=FpzAQ6kzKeVq8IOgVK4pgJgWH7WN-Trms9AIUFcX3VA,2997
37
+ creatorsapi_python_sdk/models/get_browse_nodes_request_content.py,sha256=VbMBg6WB1VECuRddOmJltQxg8c8UoGvfy3KFHzg71aY,5142
38
+ creatorsapi_python_sdk/models/get_browse_nodes_resource.py,sha256=Be0qqZz2GdcNZjnRjzUQ-qLpRl6VbkqQozCV_cRcaxM,1197
39
+ creatorsapi_python_sdk/models/get_browse_nodes_response_content.py,sha256=O9MgTSWv9EGpv9lJKkitQCgHoEtsKr2Q4wgkJ4AZL0I,3957
40
+ creatorsapi_python_sdk/models/get_feed_request_content.py,sha256=VMXIjKErt_qOICE-XLvMlX2FdpUyyeaAS0-2h-0EDbY,2833
41
+ creatorsapi_python_sdk/models/get_feed_response_content.py,sha256=CtMhkFASj_bjupN7QKXaNSvkWOmXsLHieF3Ajv5I5Tc,2715
42
+ creatorsapi_python_sdk/models/get_items_request_content.py,sha256=EQkaQJ64IFi5VYNgye5HwIBDbYaBMv7-RlGgSpUjErw,5529
43
+ creatorsapi_python_sdk/models/get_items_resource.py,sha256=Y_Lxw-EvOcHfOTONbQVLZOa3U9IL_5zINniQ8UiU8bw,3197
44
+ creatorsapi_python_sdk/models/get_items_response_content.py,sha256=fKCACPVPKBGbCvxcRnBXGKj-m5kdrp3nNNRUeTx8soA,3845
45
+ creatorsapi_python_sdk/models/get_report_request_content.py,sha256=PkeNMliN-hHvrA_E9hWCJdRXx7VXjvyg9Ss3TKVl624,2814
46
+ creatorsapi_python_sdk/models/get_report_response_content.py,sha256=LO7lpAdNxgkBcDFr-Hf8VALbA_qQasdfB3PTwy4FbPI,2723
47
+ creatorsapi_python_sdk/models/get_variations_request_content.py,sha256=bqFIGYvKwgmhu6Wu7zvOJGpnNN5-yQdD2vsb2eFcX20,8058
48
+ creatorsapi_python_sdk/models/get_variations_resource.py,sha256=AYBwXD40DZkCQUAGehjlw9XjqmGiPW1zzmjMDrWpDek,3476
49
+ creatorsapi_python_sdk/models/get_variations_response_content.py,sha256=-nNE7yszgQXcBgwgApv1380zaLsxalbCuJFXazxT9KQ,3935
50
+ creatorsapi_python_sdk/models/image_size.py,sha256=6e023qSdMTwim51qqOtayK2z310fkZ_2wu8FyKijdZo,3041
51
+ creatorsapi_python_sdk/models/image_type.py,sha256=NwJ-XFBJplNPYw7hrHjoj4tx4hBaLhSUf_aIpRZosXw,4036
52
+ creatorsapi_python_sdk/models/images.py,sha256=lmF4KIJfX4Qr2yeXiR3JXa0_uyu4hsnrgUL1EqgwSzs,3821
53
+ creatorsapi_python_sdk/models/internal_server_exception_response_content.py,sha256=fEfbAREPDiwCjsiarcZ--nTk0vMWZRS-5M-3CG_QIyg,3064
54
+ creatorsapi_python_sdk/models/item.py,sha256=BDtTUz8YSxEIwMB1CqcUxqNeKTv4cZVQOjFjy45kcmc,6404
55
+ creatorsapi_python_sdk/models/item_info.py,sha256=pes9D1SDN3Zu0z2pHY8fAeImNJZCq2ZkuLpuCyKmAok,7910
56
+ creatorsapi_python_sdk/models/items_result.py,sha256=OBxJMXH5y_3uUsjKNBcBsOfuyEMv0nDSv10efenFou8,3310
57
+ creatorsapi_python_sdk/models/language_type.py,sha256=oG5Ykkgae5ojzrDRmJywwhZ2JOxB2wza3icyqR7dRXE,2942
58
+ creatorsapi_python_sdk/models/languages.py,sha256=BNYS4kc4fedSvRX-VVDclsnMDmL1PVsgFD-Eb3FDq8E,3580
59
+ creatorsapi_python_sdk/models/list_feeds_response_content.py,sha256=J059opPvFFahalQ2kRrqmXhJkbgmQi03hcg8Xn70u54,3190
60
+ creatorsapi_python_sdk/models/list_reports_response_content.py,sha256=OnUAkW2IY4msAQdy8pYoIG5IgtaMUU2EJbPRqAKbZOw,3236
61
+ creatorsapi_python_sdk/models/manufacture_info.py,sha256=-ottV9Y86R1RiWcJw7YSi36U3FJCE42Tp-Dts3RA8V0,3981
62
+ creatorsapi_python_sdk/models/money.py,sha256=SOQrSwbC5Y_DIelXmexjWp4rlNr8QfPVAr3Q9xuYMz0,3172
63
+ creatorsapi_python_sdk/models/multi_valued_attribute.py,sha256=VVSWNiKMBMoTyWALeXcKJiSTrnZERMGf0xL0VePUUss,3074
64
+ creatorsapi_python_sdk/models/offer_availability_v2.py,sha256=jZ3USbgfU7HFvC8Yx7W7_MWmWwN-ORIir_X1YAOChuI,3283
65
+ creatorsapi_python_sdk/models/offer_condition_v2.py,sha256=9K7tkvcw1E0OvFCXwJs9-azc4zclhUyUZ9Hz5aNz2pw,3063
66
+ creatorsapi_python_sdk/models/offer_listing_v2.py,sha256=pkaUbvjyV_vkMf4DO5zyaDHCgXBSEWJ2TU5git9UXPE,5931
67
+ creatorsapi_python_sdk/models/offer_loyalty_points_v2.py,sha256=d4J7H_RCpcfd61_DAOeCfZvdzIlEN2lZkA1YKZRvbwU,2865
68
+ creatorsapi_python_sdk/models/offer_merchant_info_v2.py,sha256=8qiGyFocG0nn5EKewv5GJnNceZ9WdVDSwThl1Q2vP0o,2830
69
+ creatorsapi_python_sdk/models/offer_price_v2.py,sha256=AyLfFdP4KnMWhjPNzrBpvhDByO4i6pju3lqRD5DbeeU,4276
70
+ creatorsapi_python_sdk/models/offer_saving_basis.py,sha256=Cm0OaL1wmlYmqujHLw_LNNkTjZYWq46MIVN-7wqVaf0,3457
71
+ creatorsapi_python_sdk/models/offer_savings.py,sha256=KOvif5ULaNaWWVX_K4KZ4iY2__-kZRCOjYSQy9vbSpg,3198
72
+ creatorsapi_python_sdk/models/offer_type.py,sha256=O9s22fIRj-3gh9BkrIlc3KgFtrCr-FQDX20PDa0L8I0,1229
73
+ creatorsapi_python_sdk/models/offers_v2.py,sha256=2_5z5MRwJ0ErFUlerw9CTgq38FJtr1XxIkJlBvL5Ug8,3381
74
+ creatorsapi_python_sdk/models/product_info.py,sha256=urPl5ugnFsBJIfPL1YO6fYkmua7SPEd-fLBMhdyCncA,5523
75
+ creatorsapi_python_sdk/models/rating.py,sha256=jp9zM53VzBHCzM9EyooZdV97zxUTNGqwY3j4QgAtOSY,2793
76
+ creatorsapi_python_sdk/models/refinement.py,sha256=lXDN9rCMEAuSW_WWv4M9BEQ3ZNW3311VNLLa-UL1XNI,3612
77
+ creatorsapi_python_sdk/models/refinement_bin.py,sha256=NBRqRJWOjJllkKOaY-U_eSHshOSaE-PwNruhZLr3oF4,2924
78
+ creatorsapi_python_sdk/models/report_metadata.py,sha256=VxUntdhyP0hnLH18yYDXwsn9nWlz9SPZzS5_2-f7M6k,3015
79
+ creatorsapi_python_sdk/models/resource_not_found_exception_response_content.py,sha256=l3t9vOr642dXAJJpq_VG5F2Pxgf0AxKc7DST79rfckg,3274
80
+ creatorsapi_python_sdk/models/saving_basis_type.py,sha256=AhjUeI1lBiiOFBHz5GCOLYH86HNbE6rIJrKkwnjchIg,1197
81
+ creatorsapi_python_sdk/models/search_items_request_content.py,sha256=qst4gPdJ2O8UqnN3wh1B4PoCPeq3RuWsARKIbyUvU3g,13223
82
+ creatorsapi_python_sdk/models/search_items_resource.py,sha256=hUol0in0OnbRc8rNQNeIBkWNSC2zGOMwMm-rldXdQds,3250
83
+ creatorsapi_python_sdk/models/search_items_response_content.py,sha256=V7th4lA9c943rB47Um1Nwvt297cMKZbe3K0whtbOnQg,3866
84
+ creatorsapi_python_sdk/models/search_refinements.py,sha256=N7s1vRGnAdZAuzaYkVmWLpEYMyXWEr9ShvSWjpcuXXg,4395
85
+ creatorsapi_python_sdk/models/search_result.py,sha256=fURo5EpWcx6Uo2JNBUsoMWxfasnxJi_aoQ8_XzYctbk,4320
86
+ creatorsapi_python_sdk/models/single_boolean_valued_attribute.py,sha256=GcQtQLZA7Q3AJPC3nIZohD0-Qy_NZ5oyym5N-1kryb0,3063
87
+ creatorsapi_python_sdk/models/single_integer_valued_attribute.py,sha256=nWPFxPokbjjbBx2dIKyYUP2gs1NWOlLwHmXLh-RheNg,3101
88
+ creatorsapi_python_sdk/models/single_string_valued_attribute.py,sha256=yaxM_LDN72mR_NC137ezqHPbgoLbcqqO05Kh2Cnd1w0,3046
89
+ creatorsapi_python_sdk/models/sort_by.py,sha256=1Ka-naPkY5B-o3LdsUaHEJ9756av5kMQ2ardvr5E9FY,1255
90
+ creatorsapi_python_sdk/models/technical_info.py,sha256=7xe98hH3d3PL0f_4mHjiSq_m5ujDP2egP9FOxEf9L68,3760
91
+ creatorsapi_python_sdk/models/throttle_exception_response_content.py,sha256=AJq2Y54FyqVpY40ULpbsOXyfn-PcEVzgyFqDD6H8XoI,3338
92
+ creatorsapi_python_sdk/models/trade_in_info.py,sha256=BgIhdhHkC1oT6VEqxzn4d_Oq57Q0EwBHKWzGYLyirpY,3274
93
+ creatorsapi_python_sdk/models/trade_in_price.py,sha256=VI79OJipnLWDYtjk9d0KO_Oqq4mYxN014cMfqadJAlg,3055
94
+ creatorsapi_python_sdk/models/unauthorized_exception_reason.py,sha256=pjPSpXUq7eK6SZ4A_OgU4On-QIQLL-GTaLYT8OhE1ME,1362
95
+ creatorsapi_python_sdk/models/unauthorized_exception_response_content.py,sha256=vysIdRfl5CKQbanHnsMuSVDT4-kulE49qmWHYSOpwCc,3242
96
+ creatorsapi_python_sdk/models/unit_based_attribute.py,sha256=m9ko2W5HSRmoBppYYFA0Lv-p0VLcctFf66XtEIvXkd4,3172
97
+ creatorsapi_python_sdk/models/validation_exception_field.py,sha256=EI7XjY7eXhLmDxfq4nFKZALYdjIwpfaPMH_gHVjHQ9U,2835
98
+ creatorsapi_python_sdk/models/validation_exception_reason.py,sha256=9kBPuLB5iNo3FrgP_dVvYNQT-owiFyIjs1skDhc-Wz4,1275
99
+ creatorsapi_python_sdk/models/validation_exception_response_content.py,sha256=-LphLJA7lqjuhrVA8LeEl52zb5fAmquF6Lo5Nx48DH8,4036
100
+ creatorsapi_python_sdk/models/variation_attribute.py,sha256=osvussgXlDT9hPwXjqblH_TDnpFiiCDQZzDwIEBDLCQ,2865
101
+ creatorsapi_python_sdk/models/variation_dimension.py,sha256=zsN3sMBDxXQOOsXGmvorf3TYlnz2hRI1JWd2Z-qK4yo,3487
102
+ creatorsapi_python_sdk/models/variation_summary.py,sha256=gc0lQvkRMaJlVqJmgaLSUebDpYPluufEcwMfy94Xq2s,4794
103
+ creatorsapi_python_sdk/models/variations_result.py,sha256=055KMPzIva1JX2AEV2v-i_yQ0AmkGTB3yFi3vCPqoHU,4113
104
+ creatorsapi_python_sdk/models/website_sales_rank.py,sha256=nSkIVj6quN7ZYu1_A-kMrwmPikvWAZRr5JRmd1ysGnM,3346
105
+ amazon_creatorsapi_python_sdk-1.0.0.dist-info/METADATA,sha256=ZyimLMNDbDAeTVBeeA-yRORtqWLz10Cbel2XGGG5kx4,4660
106
+ amazon_creatorsapi_python_sdk-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
107
+ amazon_creatorsapi_python_sdk-1.0.0.dist-info/top_level.txt,sha256=Kg0RCqaCVlffNXstDwGSmGdU-YXrxZefs4iaRtQni0Y,23
108
+ amazon_creatorsapi_python_sdk-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,2 @@
1
+ Creators API 1.0 SDK for Python
2
+ Copyright 2025-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -0,0 +1 @@
1
+ creatorsapi_python_sdk
@@ -0,0 +1,127 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+
5
+ """
6
+ Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
+
8
+ Licensed under the Apache License, Version 2.0 (the "License").
9
+ You may not use this file except in compliance with the License.
10
+ A copy of the License is located at
11
+
12
+ http://www.apache.org/licenses/LICENSE-2.0
13
+
14
+ or in the "license" file accompanying this file. This file is distributed
15
+ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
16
+ express or implied. See the License for the specific language governing
17
+ permissions and limitations under the License.
18
+
19
+ """ # noqa: E501
20
+
21
+
22
+ __version__ = "1.0.0"
23
+
24
+ # import apis into sdk package
25
+ from creatorsapi_python_sdk.api.default_api import DefaultApi
26
+
27
+ # import ApiClient
28
+ from creatorsapi_python_sdk.api_response import ApiResponse
29
+ from creatorsapi_python_sdk.api_client import ApiClient
30
+ from creatorsapi_python_sdk.configuration import Configuration
31
+ from creatorsapi_python_sdk.exceptions import OpenApiException
32
+ from creatorsapi_python_sdk.exceptions import ApiTypeError
33
+ from creatorsapi_python_sdk.exceptions import ApiValueError
34
+ from creatorsapi_python_sdk.exceptions import ApiKeyError
35
+ from creatorsapi_python_sdk.exceptions import ApiAttributeError
36
+ from creatorsapi_python_sdk.exceptions import ApiException
37
+
38
+ # import models into sdk package
39
+ from creatorsapi_python_sdk.models.access_denied_exception_response_content import AccessDeniedExceptionResponseContent
40
+ from creatorsapi_python_sdk.models.access_denied_reason import AccessDeniedReason
41
+ from creatorsapi_python_sdk.models.availability import Availability
42
+ from creatorsapi_python_sdk.models.browse_node import BrowseNode
43
+ from creatorsapi_python_sdk.models.browse_node_ancestor import BrowseNodeAncestor
44
+ from creatorsapi_python_sdk.models.browse_node_child import BrowseNodeChild
45
+ from creatorsapi_python_sdk.models.browse_node_info import BrowseNodeInfo
46
+ from creatorsapi_python_sdk.models.browse_nodes_result import BrowseNodesResult
47
+ from creatorsapi_python_sdk.models.by_line_info import ByLineInfo
48
+ from creatorsapi_python_sdk.models.classifications import Classifications
49
+ from creatorsapi_python_sdk.models.condition import Condition
50
+ from creatorsapi_python_sdk.models.content_info import ContentInfo
51
+ from creatorsapi_python_sdk.models.content_rating import ContentRating
52
+ from creatorsapi_python_sdk.models.contributor import Contributor
53
+ from creatorsapi_python_sdk.models.customer_reviews import CustomerReviews
54
+ from creatorsapi_python_sdk.models.deal_details import DealDetails
55
+ from creatorsapi_python_sdk.models.delivery_flag import DeliveryFlag
56
+ from creatorsapi_python_sdk.models.dimension_based_attribute import DimensionBasedAttribute
57
+ from creatorsapi_python_sdk.models.error_data import ErrorData
58
+ from creatorsapi_python_sdk.models.external_ids import ExternalIds
59
+ from creatorsapi_python_sdk.models.feed import Feed
60
+ from creatorsapi_python_sdk.models.get_browse_nodes_request_content import GetBrowseNodesRequestContent
61
+ from creatorsapi_python_sdk.models.get_browse_nodes_resource import GetBrowseNodesResource
62
+ from creatorsapi_python_sdk.models.get_browse_nodes_response_content import GetBrowseNodesResponseContent
63
+ from creatorsapi_python_sdk.models.get_feed_request_content import GetFeedRequestContent
64
+ from creatorsapi_python_sdk.models.get_feed_response_content import GetFeedResponseContent
65
+ from creatorsapi_python_sdk.models.get_items_request_content import GetItemsRequestContent
66
+ from creatorsapi_python_sdk.models.get_items_resource import GetItemsResource
67
+ from creatorsapi_python_sdk.models.get_items_response_content import GetItemsResponseContent
68
+ from creatorsapi_python_sdk.models.get_report_request_content import GetReportRequestContent
69
+ from creatorsapi_python_sdk.models.get_report_response_content import GetReportResponseContent
70
+ from creatorsapi_python_sdk.models.get_variations_request_content import GetVariationsRequestContent
71
+ from creatorsapi_python_sdk.models.get_variations_resource import GetVariationsResource
72
+ from creatorsapi_python_sdk.models.get_variations_response_content import GetVariationsResponseContent
73
+ from creatorsapi_python_sdk.models.image_size import ImageSize
74
+ from creatorsapi_python_sdk.models.image_type import ImageType
75
+ from creatorsapi_python_sdk.models.images import Images
76
+ from creatorsapi_python_sdk.models.internal_server_exception_response_content import InternalServerExceptionResponseContent
77
+ from creatorsapi_python_sdk.models.item import Item
78
+ from creatorsapi_python_sdk.models.item_info import ItemInfo
79
+ from creatorsapi_python_sdk.models.items_result import ItemsResult
80
+ from creatorsapi_python_sdk.models.language_type import LanguageType
81
+ from creatorsapi_python_sdk.models.languages import Languages
82
+ from creatorsapi_python_sdk.models.list_feeds_response_content import ListFeedsResponseContent
83
+ from creatorsapi_python_sdk.models.list_reports_response_content import ListReportsResponseContent
84
+ from creatorsapi_python_sdk.models.manufacture_info import ManufactureInfo
85
+ from creatorsapi_python_sdk.models.money import Money
86
+ from creatorsapi_python_sdk.models.multi_valued_attribute import MultiValuedAttribute
87
+ from creatorsapi_python_sdk.models.offer_availability_v2 import OfferAvailabilityV2
88
+ from creatorsapi_python_sdk.models.offer_condition_v2 import OfferConditionV2
89
+ from creatorsapi_python_sdk.models.offer_listing_v2 import OfferListingV2
90
+ from creatorsapi_python_sdk.models.offer_loyalty_points_v2 import OfferLoyaltyPointsV2
91
+ from creatorsapi_python_sdk.models.offer_merchant_info_v2 import OfferMerchantInfoV2
92
+ from creatorsapi_python_sdk.models.offer_price_v2 import OfferPriceV2
93
+ from creatorsapi_python_sdk.models.offer_saving_basis import OfferSavingBasis
94
+ from creatorsapi_python_sdk.models.offer_savings import OfferSavings
95
+ from creatorsapi_python_sdk.models.offer_type import OfferType
96
+ from creatorsapi_python_sdk.models.offers_v2 import OffersV2
97
+ from creatorsapi_python_sdk.models.product_info import ProductInfo
98
+ from creatorsapi_python_sdk.models.rating import Rating
99
+ from creatorsapi_python_sdk.models.refinement import Refinement
100
+ from creatorsapi_python_sdk.models.refinement_bin import RefinementBin
101
+ from creatorsapi_python_sdk.models.report_metadata import ReportMetadata
102
+ from creatorsapi_python_sdk.models.resource_not_found_exception_response_content import ResourceNotFoundExceptionResponseContent
103
+ from creatorsapi_python_sdk.models.saving_basis_type import SavingBasisType
104
+ from creatorsapi_python_sdk.models.search_items_request_content import SearchItemsRequestContent
105
+ from creatorsapi_python_sdk.models.search_items_resource import SearchItemsResource
106
+ from creatorsapi_python_sdk.models.search_items_response_content import SearchItemsResponseContent
107
+ from creatorsapi_python_sdk.models.search_refinements import SearchRefinements
108
+ from creatorsapi_python_sdk.models.search_result import SearchResult
109
+ from creatorsapi_python_sdk.models.single_boolean_valued_attribute import SingleBooleanValuedAttribute
110
+ from creatorsapi_python_sdk.models.single_integer_valued_attribute import SingleIntegerValuedAttribute
111
+ from creatorsapi_python_sdk.models.single_string_valued_attribute import SingleStringValuedAttribute
112
+ from creatorsapi_python_sdk.models.sort_by import SortBy
113
+ from creatorsapi_python_sdk.models.technical_info import TechnicalInfo
114
+ from creatorsapi_python_sdk.models.throttle_exception_response_content import ThrottleExceptionResponseContent
115
+ from creatorsapi_python_sdk.models.trade_in_info import TradeInInfo
116
+ from creatorsapi_python_sdk.models.trade_in_price import TradeInPrice
117
+ from creatorsapi_python_sdk.models.unauthorized_exception_reason import UnauthorizedExceptionReason
118
+ from creatorsapi_python_sdk.models.unauthorized_exception_response_content import UnauthorizedExceptionResponseContent
119
+ from creatorsapi_python_sdk.models.unit_based_attribute import UnitBasedAttribute
120
+ from creatorsapi_python_sdk.models.validation_exception_field import ValidationExceptionField
121
+ from creatorsapi_python_sdk.models.validation_exception_reason import ValidationExceptionReason
122
+ from creatorsapi_python_sdk.models.validation_exception_response_content import ValidationExceptionResponseContent
123
+ from creatorsapi_python_sdk.models.variation_attribute import VariationAttribute
124
+ from creatorsapi_python_sdk.models.variation_dimension import VariationDimension
125
+ from creatorsapi_python_sdk.models.variation_summary import VariationSummary
126
+ from creatorsapi_python_sdk.models.variations_result import VariationsResult
127
+ from creatorsapi_python_sdk.models.website_sales_rank import WebsiteSalesRank
@@ -0,0 +1,5 @@
1
+ # flake8: noqa
2
+
3
+ # import apis into api package
4
+ from creatorsapi_python_sdk.api.default_api import DefaultApi
5
+