wbapi-async 0.2.0__tar.gz → 0.2.2__tar.gz
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.
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/PKG-INFO +1 -1
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/pyproject.toml +1 -1
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/__init__.py +12 -0
- wbapi_async-0.2.2/src/wbapi_async/analytics/enums/__init__.py +18 -0
- wbapi_async-0.2.2/src/wbapi_async/analytics/enums/product_data_availability.py +12 -0
- wbapi_async-0.2.2/src/wbapi_async/analytics/enums/product_data_order_field.py +25 -0
- wbapi_async-0.2.2/src/wbapi_async/analytics/enums/product_data_order_mode.py +8 -0
- wbapi_async-0.2.2/src/wbapi_async/analytics/enums/product_data_stock_type.py +9 -0
- wbapi_async-0.2.2/src/wbapi_async/analytics/methods/product_data.py +39 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/__init__.py +4 -0
- wbapi_async-0.2.2/src/wbapi_async/analytics/types/product_data_order_by.py +12 -0
- wbapi_async-0.2.2/src/wbapi_async/analytics/types/product_data_period.py +8 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/client/api.py +44 -5
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/enums/__init__.py +8 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/types/__init__.py +4 -0
- wbapi_async-0.2.0/src/wbapi_async/analytics/enums/__init__.py +0 -10
- wbapi_async-0.2.0/src/wbapi_async/analytics/methods/product_data.py +0 -20
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/.gitignore +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/LICENSE +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/README.md +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/enums/aggregation_level.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/enums/position_cluster.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/enums/top_order_by.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/create_the_report.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/get_the_report.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/get_the_reports_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/group_data.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/grouped_product_cards_statistics_per_days.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/main_page.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/orders_and_positions_by_product_search_texts.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/pagination_by_groups.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/pagination_by_products_within_a_group.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/product_cards_statistics_per_days.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/product_cards_statistics_per_period.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/regenerate_the_report.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/search_texts_by_product.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/size_data.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/warehouse_data.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/create_the_report_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/group_data_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/grouped_product_cards_statistics_per_days_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/main_page_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/orders_and_positions_by_product_search_texts_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/pagination_by_groups_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/pagination_by_products_within_a_group_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/product_cards_statistics_per_days_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/product_cards_statistics_per_period_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/product_data_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/regenerate_the_report_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/search_texts_by_product_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/size_data_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/the_report_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/the_reports_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/warehouse_data_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/client/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/client/session/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/client/session/base.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/client/session/headers.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/enums/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/enums/order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/enums/pin_on.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/enums/state.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/answer_buyers_application.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/edit_response_to_feedback.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_buyers_return_applications.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_chat_events.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_chat_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_feedbacks_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_file_from_the_message.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_list_of_archived_feedbacks.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_list_of_pinned_and_unpinned_feedback.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_number_of_feedbacks.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_number_of_questions.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_pinned_and_unpinned_feedback_number.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_pinned_feedback_limits.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_question_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_the_feedback_by_id.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_the_question_by_id.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_unanswered_feedbacks.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_unanswered_questions.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_unseen_feedbacks_and_questions.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/pin_feedback.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/reply_to_feedback.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/return_product_by_feedback_id.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/send_message.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/unpin_feedback.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/working_with_questions.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/answer_buyers_application_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/buyers_return_applications_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/chat_events_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/chat_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/edit_response_to_feedback_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/feedbacks_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/file_from_the_message_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/list_of_archived_feedbacks_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/list_of_pinned_and_unpinned_feedback_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/number_of_feedbacks_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/number_of_questions_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/pin_feedback_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/pinned_and_unpinned_feedback_number_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/pinned_feedback_limits_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/question_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/reply_to_feedback_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/return_product_by_feedback_id_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/send_message_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/the_feedback_by_id_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/the_question_by_id_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/unanswered_feedbacks_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/unanswered_questions_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/unpin_feedback_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/unseen_feedbacks_and_questions_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/working_with_questions_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/exceptions.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/enums/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/enums/period.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/methods/get_document.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/methods/get_documents.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/methods/get_documents_categories.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/methods/get_documents_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/methods/get_realization_sales_report.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/methods/get_sellers_balance.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/types/document_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/types/documents_categories_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/types/documents_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/types/documents_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/types/realization_sales_report_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/finances/types/sellers_balance_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/enums/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/enums/height_stickers.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/enums/order_deductions.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/enums/sort_list_.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/enums/type__stickers.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/enums/width_stickers.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/methods/create_an_invitation_for_a_new_user.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/methods/delete_user.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/methods/get_a_list_of_seller_active_or_invited_users.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/methods/get_connection_check.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/methods/get_getting_seller_portal_news.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/methods/get_seller_information.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/methods/update_users_access_permissions.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/types/a_list_of_seller_active_or_invited_users_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/types/connection_check_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/types/create_an_invitation_for_a_new_user_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/types/delete_user_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/types/getting_seller_portal_news_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/types/seller_information_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/general/types/update_users_access_permissions_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/add_data_matrix_codes_to_the_assembly_orders_chestny_znak.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/add_gtin_to_the_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/add_imei_to_the_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/add_uin_unique_identification_numbers_to_the_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/assign_a_data_matrix_code_to_the_assembly_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/cancel_the_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/check_if_the_order_belongs_to_the_buyer.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/get_assembly_order_metadata.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/get_new_assembly_orders_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/get_retrieve_information_on_completed_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/notify_that_the_assembly_order_is_ready_for_pickup.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/notify_that_the_assembly_orders_are_ready_for_pickup.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/notify_that_the_buyer_refused_the_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/methods/notify_that_the_orders_were_received_by_the_buyers.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/add_data_matrix_codes_to_the_assembly_orders_chestny_znak_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/add_gtin_to_the_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/add_imei_to_the_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/add_uin_unique_identification_numbers_to_the_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/assembly_order_metadata_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/assign_a_data_matrix_code_to_the_assembly_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/cancel_the_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/check_if_the_order_belongs_to_the_buyer_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/delete_assembly_order_metadata_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/new_assembly_orders_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/notify_that_the_assembly_order_is_ready_for_pickup_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/notify_that_the_assembly_orders_are_ready_for_pickup_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/notify_that_the_buyer_refused_the_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/notify_that_the_orders_were_received_by_the_buyers_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/in_store_pickup/types/retrieve_information_on_completed_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/methods/base.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/methods/get_product_detail.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/methods/pagination.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/add_custom_declaration_to_the_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/add_data_matrix_codes_to_assembly_orders_chestny_znak.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/add_gtin_to_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/add_imei_to_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/add_uin_unique_identification_number_to_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/b2_b_buyer_information.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/cancel_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/delete_assembly_orders_metadata.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/get_assembly_order_statuses.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/get_information_on_paid_delivery.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/get_new_orders_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/get_stickers_for_assembly_orders_with_delivery_to_pickup_point.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/notify_that_the_buyer_has_declined_the_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/notify_that_the_order_has_been_accepted_by_the_buyer.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/notify_that_the_orders_are_declined.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/methods/notify_that_the_orders_are_received.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/add_custom_declaration_to_the_orders_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/add_data_matrix_codes_to_assembly_orders_chestny_znak_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/add_gtin_to_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/add_imei_to_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/add_uin_unique_identification_number_to_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/assembly_order_statuses_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/b2_b_buyer_information_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/cancel_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/delete_assembly_orders_metadata_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/information_on_paid_delivery_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/new_orders_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/notify_that_the_buyer_has_declined_the_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/notify_that_the_order_has_been_accepted_by_the_buyer_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/notify_that_the_orders_are_declined_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/notify_that_the_orders_are_received_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/stickers_for_assembly_orders_with_delivery_to_pickup_point_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/transfer_to_assembly_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbs/types/transfer_to_delivery_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/add_data_matrix_code_to_the_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/add_gtin_to_the_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/add_imei_to_the_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/add_uin_unique_identification_number_to_the_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/buyer_information.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/cancel_the_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/courier_info.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/delete_order_metadata.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/delivery_date_and_time.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/get_information_on_completed_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/get_new_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/get_order_metadata.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/get_orders_statuses.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/get_orders_stickers.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/transfer_to_assembly.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/methods/transfer_to_delivery.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/add_data_matrix_code_to_the_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/add_gtin_to_the_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/add_imei_to_the_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/add_uin_unique_identification_number_to_the_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/buyer_information_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/cancel_the_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/courier_info_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/delete_order_metadata_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/delivery_date_and_time_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/information_on_completed_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/new_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/order_metadata_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/orders_statuses_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/orders_stickers_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/transfer_to_assembly_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_dbw/types/transfer_to_delivery_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/enums/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/enums/height.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/enums/type_.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/enums/width.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/add_assembly_orders_to_the_supply.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/add_boxes_to_the_supply.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/add_custom_declaration_number_to_the_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/add_data_matrix_code_to_the_assembly_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/add_expiration_date_to_the_assembly_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/add_gtin_to_the_assembly_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/add_imei_to_the_assembly_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/add_uin_unique_identification_number_to_the_assembly_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/cancel_the_assembly_order.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/create_a_new_supply.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/create_pass.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/delete_assembly_order_metadata.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/delete_boxes_from_the_supply.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/delete_the_pass.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/delete_the_supply.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_a_supplies_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_all_assembly_orders_for_reshipment.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_assembly_orders_metadata.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_assembly_orders_statuses.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_assembly_orders_stickers.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_new_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_offices_for_pass.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_passes.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_stickers_for_crossborder_assembly_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_supply_assembly_order_ids.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_supply_boxes_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_supply_details.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_the_supply_box_qr_code_stickers.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/get_the_supply_qr_code.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/move_the_supply_to_the_delivery.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/orders_with_client_information.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/status_history_for_crossborder_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/methods/update_pass.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/a_supplies_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/add_assembly_orders_to_the_supply_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/add_boxes_to_the_supply_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/add_custom_declaration_number_to_the_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/add_data_matrix_code_to_the_assembly_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/add_expiration_date_to_the_assembly_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/add_gtin_to_the_assembly_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/add_imei_to_the_assembly_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/add_uin_unique_identification_number_to_the_assembly_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/all_assembly_orders_for_reshipment_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/assembly_orders_metadata_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/assembly_orders_statuses_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/assembly_orders_stickers_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/cancel_the_assembly_order_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/create_a_new_supply_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/create_pass_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/delete_assembly_order_metadata_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/delete_boxes_from_the_supply_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/delete_the_pass_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/delete_the_supply_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/move_the_supply_to_the_delivery_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/new_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/offices_for_pass_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/orders_with_client_information_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/passes_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/status_history_for_crossborder_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/stickers_for_crossborder_assembly_orders_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/supply_assembly_order_ids_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/supply_boxes_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/supply_details_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/the_supply_box_qr_code_stickers_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/the_supply_qr_code_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbs/types/update_pass_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/methods/acceptance_options.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/methods/get_supply_package.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/methods/get_supply_products.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/methods/get_transit_directions.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/methods/get_warehouses_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/methods/supplies_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/types/acceptance_options_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/types/supplies_list_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/types/supply_package_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/types/supply_products_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/types/transit_directions_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/orders_fbw/types/warehouses_list_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/enums/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/enums/locale.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/create_a_tag.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/create_product_cards.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/create_product_cards_with_merge.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/create_warehouse.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/delete_inventory.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/delete_the_tag.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/delete_warehouse.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/generation_of_skus.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_brands.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_color.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_contacts_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_country_of_origin.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_gender.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_hscodes.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_inventory.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_limits_for_the_product_cards.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_offices.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_processed_upload_details.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_processed_upload_state.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_product_sizes_with_prices.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_products_in_quarantine.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_products_parent_categories.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_products_with_prices.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_products_with_prices_by_articles.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_season.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_subject_characteristics.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_subjects_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_tags_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_unprocessed_upload_details.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_unprocessed_upload_state.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_vat_rate.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/get_warehouses.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/list_of_failed_product_cards_with_errors.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/merging_or_separating_of_product_cards.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/product_cards_in_trash_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/product_cards_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/recover_product_card_from_trash.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/set_prices_and_discounts.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/set_size_prices.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/set_wb_club_discounts.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/tag_management_in_the_product_card.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/transfer_product_card_to_trash.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/update_contacts_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/update_inventory.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/update_product_cards.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/update_the_tag.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/update_warehouse.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/upload_media_file.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/methods/upload_media_files_via_links.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/brands_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/color_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/contacts_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/country_of_origin_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/create_a_tag_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/create_product_cards_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/create_product_cards_with_merge_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/create_warehouse_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/delete_inventory_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/delete_the_tag_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/delete_warehouse_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/gender_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/generation_of_skus_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/hscodes_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/inventory_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/limits_for_the_product_cards_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/list_of_failed_product_cards_with_errors_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/merging_or_separating_of_product_cards_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/offices_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/processed_upload_details_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/processed_upload_state_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/product_cards_in_trash_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/product_cards_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/product_sizes_with_prices_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/products_in_quarantine_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/products_parent_categories_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/products_with_prices_by_articles_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/products_with_prices_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/recover_product_card_from_trash_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/season_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/set_prices_and_discounts_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/set_size_prices_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/set_wb_club_discounts_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/subject_characteristics_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/subjects_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/tag_management_in_the_product_card_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/tags_list_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/transfer_product_card_to_trash_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/unprocessed_upload_details_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/unprocessed_upload_state_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/update_contacts_list_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/update_inventory_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/update_product_cards_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/update_the_tag_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/update_warehouse_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/upload_media_file_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/upload_media_files_via_links_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/vat_rate_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/products/types/warehouses_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/enums/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/enums/bid_type.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/enums/payment_type.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/active_and_inactive_search_cluster_lists.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/add_product_to_the_promotion.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/changing_campaigns_bids.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/changing_placements_in_campaigns_with_custom_bid.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/changing_the_list_of_product_cards_in_campaigns.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/create_campaign.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/daily_search_clusters_statistics.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/delete_bids_from_search_clusters.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_balance.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_campaign_budget.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_campaigns_information.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_campaigns_lists.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_campaigns_statistics.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_delete_campaign.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_information_about_media_campaign.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_launch_campaign.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_list_of_media_campaigns.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_list_of_products_for_participating_in_the_promotion.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_media_campaigns_number.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_pause_campaign.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_promotions_details.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_promotions_list.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_receiving_costs_history.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_receiving_the_history_of_account_topups.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_recommended_bids_for_items_and_search_clusters.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_stop_campaign.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/get_subjects_for_campaigns.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/list_of_campaign_minus_phrases.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/list_of_search_clusters_bids.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/media_campaign_statistics.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/minimum_bids_for_product_cards.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/product_cards_for_campaigns.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/rename_campaign.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/search_clusters_statistics.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/set_bids_for_search_clusters.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/setting_and_deleting_minus_phrases.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/methods/topup_of_the_campaign_budget.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/active_and_inactive_search_cluster_lists_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/add_product_to_the_promotion_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/balance_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/campaign_budget_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/campaigns_information_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/campaigns_lists_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/campaigns_statistics_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/changing_campaigns_bids_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/changing_placements_in_campaigns_with_custom_bid_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/changing_the_list_of_product_cards_in_campaigns_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/create_campaign_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/daily_search_clusters_statistics_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/delete_bids_from_search_clusters_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/delete_campaign_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/information_about_media_campaign_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/launch_campaign_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/list_of_campaign_minus_phrases_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/list_of_media_campaigns_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/list_of_products_for_participating_in_the_promotion_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/list_of_search_clusters_bids_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/media_campaign_statistics_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/media_campaigns_number_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/minimum_bids_for_product_cards_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/pause_campaign_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/product_cards_for_campaigns_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/promotions_details_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/promotions_list_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/receiving_costs_history_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/receiving_the_history_of_account_topups_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/recommended_bids_for_items_and_search_clusters_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/rename_campaign_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/search_clusters_statistics_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/set_bids_for_search_clusters_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/setting_and_deleting_minus_phrases_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/stop_campaign_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/subjects_for_campaigns_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/promotion/types/topup_of_the_campaign_budget_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/py.typed +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/enums/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/enums/sort.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/enums/sort_blocked.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/enums/sort_shadowed.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_blocked_product_cards.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_check_the_status.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_create_the_report.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_generate_the_report.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_goods_return.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_hidden_from_the_catalog.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_logistics_and_storage_costs_multiplier.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_orders.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_parent_categories_of_the_brand.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_product_labeling.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_report.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_sales.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_selfpurchases.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_seller_brands.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_substitutions_and_incorrect_attachments.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_warehouse.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/get_warehouse_measurements.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/methods/report_on_products_with_mandatory_labeling.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/blocked_product_cards_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/check_the_status_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/generate_the_report_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/goods_return_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/hidden_from_the_catalog_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/logistics_and_storage_costs_multiplier_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/orders_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/parent_categories_of_the_brand_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/product_labeling_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/report_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/report_on_products_with_mandatory_labeling_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/sales_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/selfpurchases_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/seller_brands_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/substitutions_and_incorrect_attachments_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/warehouse_measurements_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/reports/types/warehouse_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/methods/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/methods/get_box_tariffs.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/methods/get_pallet_tariffs.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/methods/get_product_category_commission.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/methods/get_return_tariffs.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/methods/get_supply_tariffs.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/types/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/types/box_tariffs_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/types/pallet_tariffs_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/types/product_category_commission_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/types/return_tariffs_item.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/tariffs/types/supply_tariffs_response.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/types/base.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/types/error.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/types/product_detail.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/types/request_limit.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/utils/__init__.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/utils/paginate.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/utils/token.py +0 -0
- {wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/utils/unofficial.py +0 -0
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
from .enums.aggregation_level import AggregationLevel
|
|
2
2
|
from .enums.position_cluster import PositionCluster
|
|
3
|
+
from .enums.product_data_availability import ProductDataAvailability
|
|
4
|
+
from .enums.product_data_order_field import ProductDataOrderField
|
|
5
|
+
from .enums.product_data_order_mode import ProductDataOrderMode
|
|
6
|
+
from .enums.product_data_stock_type import ProductDataStockType
|
|
3
7
|
from .enums.top_order_by import TopOrderBy
|
|
4
8
|
from .types.create_the_report_response import CreateTheReportResponse
|
|
5
9
|
from .types.group_data_item import GroupDataItem
|
|
@@ -13,6 +17,8 @@ from .types.pagination_by_products_within_a_group_response import PaginationByPr
|
|
|
13
17
|
from .types.product_cards_statistics_per_days_response import ProductCardsStatisticsPerDaysResponse
|
|
14
18
|
from .types.product_cards_statistics_per_period_response import ProductCardsStatisticsPerPeriodResponse
|
|
15
19
|
from .types.product_data_item import ProductDataItem
|
|
20
|
+
from .types.product_data_order_by import ProductDataOrderBy
|
|
21
|
+
from .types.product_data_period import ProductDataPeriod
|
|
16
22
|
from .types.regenerate_the_report_response import RegenerateTheReportResponse
|
|
17
23
|
from .types.search_texts_by_product_response import SearchTextsByProductResponse
|
|
18
24
|
from .types.size_data_item import SizeDataItem
|
|
@@ -31,6 +37,12 @@ __all__ = (
|
|
|
31
37
|
"PaginationByGroupsResponse",
|
|
32
38
|
"PaginationByProductsWithinAGroupResponse",
|
|
33
39
|
"PositionCluster",
|
|
40
|
+
"ProductDataAvailability",
|
|
41
|
+
"ProductDataOrderBy",
|
|
42
|
+
"ProductDataOrderField",
|
|
43
|
+
"ProductDataOrderMode",
|
|
44
|
+
"ProductDataPeriod",
|
|
45
|
+
"ProductDataStockType",
|
|
34
46
|
"ProductCardsStatisticsPerDaysResponse",
|
|
35
47
|
"ProductCardsStatisticsPerPeriodResponse",
|
|
36
48
|
"ProductDataItem",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
from .aggregation_level import AggregationLevel
|
|
2
|
+
from .position_cluster import PositionCluster
|
|
3
|
+
from .product_data_availability import ProductDataAvailability
|
|
4
|
+
from .product_data_order_field import ProductDataOrderField
|
|
5
|
+
from .product_data_order_mode import ProductDataOrderMode
|
|
6
|
+
from .product_data_stock_type import ProductDataStockType
|
|
7
|
+
from .top_order_by import TopOrderBy
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
__all__ = (
|
|
11
|
+
"AggregationLevel",
|
|
12
|
+
"PositionCluster",
|
|
13
|
+
"ProductDataAvailability",
|
|
14
|
+
"ProductDataOrderField",
|
|
15
|
+
"ProductDataOrderMode",
|
|
16
|
+
"ProductDataStockType",
|
|
17
|
+
"TopOrderBy",
|
|
18
|
+
)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
from enum import StrEnum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ProductDataAvailability(StrEnum):
|
|
5
|
+
"""Item availability filter"""
|
|
6
|
+
|
|
7
|
+
DEFICIENT = "deficient"
|
|
8
|
+
ACTUAL = "actual"
|
|
9
|
+
BALANCED = "balanced"
|
|
10
|
+
NON_ACTUAL = "nonActual"
|
|
11
|
+
NON_LIQUID = "nonLiquid"
|
|
12
|
+
INVALID_DATA = "invalidData"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
from enum import StrEnum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ProductDataOrderField(StrEnum):
|
|
5
|
+
"""Sorting field for product data"""
|
|
6
|
+
|
|
7
|
+
ORDERS_COUNT = "ordersCount"
|
|
8
|
+
ORDERS_SUM = "ordersSum"
|
|
9
|
+
AVG_ORDERS = "avgOrders"
|
|
10
|
+
BUYOUT_COUNT = "buyoutCount"
|
|
11
|
+
BUYOUT_SUM = "buyoutSum"
|
|
12
|
+
BUYOUT_PERCENT = "buyoutPercent"
|
|
13
|
+
STOCK_COUNT = "stockCount"
|
|
14
|
+
STOCK_SUM = "stockSum"
|
|
15
|
+
SALE_RATE = "saleRate"
|
|
16
|
+
AVG_STOCK_TURNOVER = "avgStockTurnover"
|
|
17
|
+
TO_CLIENT_COUNT = "toClientCount"
|
|
18
|
+
FROM_CLIENT_COUNT = "fromClientCount"
|
|
19
|
+
MIN_PRICE = "minPrice"
|
|
20
|
+
MAX_PRICE = "maxPrice"
|
|
21
|
+
OFFICE_MISSING_TIME = "officeMissingTime"
|
|
22
|
+
LOST_ORDERS_COUNT = "lostOrdersCount"
|
|
23
|
+
LOST_ORDERS_SUM = "lostOrdersSum"
|
|
24
|
+
LOST_BUYOUTS_COUNT = "lostBuyoutsCount"
|
|
25
|
+
LOST_BUYOUTS_SUM = "lostBuyoutsSum"
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
from pydantic import Field
|
|
2
|
+
|
|
3
|
+
from ...methods.base import WbMethod
|
|
4
|
+
from ...types import ProductDataItem, RequestLimit
|
|
5
|
+
from ..enums.product_data_availability import ProductDataAvailability
|
|
6
|
+
from ..enums.product_data_stock_type import ProductDataStockType
|
|
7
|
+
from ..types.product_data_order_by import ProductDataOrderBy
|
|
8
|
+
from ..types.product_data_period import ProductDataPeriod
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class ProductData(WbMethod):
|
|
12
|
+
"""
|
|
13
|
+
Forms a dataset for inventory by products. You can get data for individual products as well as
|
|
14
|
+
for the entire report if there are no filters in the query: `nmIDs`, `subjectID`, `brandName`,
|
|
15
|
+
`tagID`.
|
|
16
|
+
|
|
17
|
+
Source: https://dev.wildberries.ru/en/docs/openapi/analytics#tag/Stocks-Report/paths/~1api~1v2~1stocks-report~1products~1products/post
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
__return__ = ProductDataItem
|
|
21
|
+
__api__ = "seller-analytics-api"
|
|
22
|
+
__method__ = "api/v2/stocks-report/products/products"
|
|
23
|
+
__http_method__ = "POST"
|
|
24
|
+
__data_key__ = "data.items"
|
|
25
|
+
__pagination__ = "offset"
|
|
26
|
+
|
|
27
|
+
request_limit: RequestLimit = RequestLimit(period=60, limit=3, interval=20, burst=3)
|
|
28
|
+
|
|
29
|
+
nm_ids: list[int] | None = Field(None, alias="nmIDs")
|
|
30
|
+
subject_id: int | None = Field(None, alias="subjectID")
|
|
31
|
+
brand_name: str | None = Field(None, alias="brandName")
|
|
32
|
+
tag_id: int | None = Field(None, alias="tagID")
|
|
33
|
+
current_period: ProductDataPeriod = Field(alias="currentPeriod")
|
|
34
|
+
stock_type: ProductDataStockType = Field(alias="stockType")
|
|
35
|
+
skip_deleted_nm: bool = Field(alias="skipDeletedNm")
|
|
36
|
+
order_by: ProductDataOrderBy = Field(alias="orderBy")
|
|
37
|
+
availability_filters: list[ProductDataAvailability] = Field(alias="availabilityFilters")
|
|
38
|
+
limit: int | None = Field(1000)
|
|
39
|
+
offset: int = Field(0)
|
|
@@ -10,6 +10,8 @@ from .pagination_by_products_within_a_group_response import PaginationByProducts
|
|
|
10
10
|
from .product_cards_statistics_per_days_response import ProductCardsStatisticsPerDaysResponse
|
|
11
11
|
from .product_cards_statistics_per_period_response import ProductCardsStatisticsPerPeriodResponse
|
|
12
12
|
from .product_data_item import ProductDataItem
|
|
13
|
+
from .product_data_order_by import ProductDataOrderBy
|
|
14
|
+
from .product_data_period import ProductDataPeriod
|
|
13
15
|
from .regenerate_the_report_response import RegenerateTheReportResponse
|
|
14
16
|
from .search_texts_by_product_response import SearchTextsByProductResponse
|
|
15
17
|
from .size_data_item import SizeDataItem
|
|
@@ -29,6 +31,8 @@ __all__ = (
|
|
|
29
31
|
"ProductCardsStatisticsPerDaysResponse",
|
|
30
32
|
"ProductCardsStatisticsPerPeriodResponse",
|
|
31
33
|
"ProductDataItem",
|
|
34
|
+
"ProductDataOrderBy",
|
|
35
|
+
"ProductDataPeriod",
|
|
32
36
|
"RegenerateTheReportResponse",
|
|
33
37
|
"SearchTextsByProductResponse",
|
|
34
38
|
"SizeDataItem",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
from pydantic import Field
|
|
2
|
+
|
|
3
|
+
from ...types.base import BaseType
|
|
4
|
+
from ..enums.product_data_order_field import ProductDataOrderField
|
|
5
|
+
from ..enums.product_data_order_mode import ProductDataOrderMode
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class ProductDataOrderBy(BaseType):
|
|
9
|
+
"""Sorting parameters for product data"""
|
|
10
|
+
|
|
11
|
+
field: ProductDataOrderField = Field()
|
|
12
|
+
mode: ProductDataOrderMode = Field()
|
|
@@ -13,6 +13,8 @@ from ..enums import (
|
|
|
13
13
|
Period,
|
|
14
14
|
PinOn,
|
|
15
15
|
PositionCluster,
|
|
16
|
+
ProductDataAvailability,
|
|
17
|
+
ProductDataStockType,
|
|
16
18
|
Sort,
|
|
17
19
|
SortBlocked,
|
|
18
20
|
SortList,
|
|
@@ -403,6 +405,8 @@ from ..types import (
|
|
|
403
405
|
ProductCardsStatisticsPerPeriodResponse,
|
|
404
406
|
ProductCategoryCommissionResponse,
|
|
405
407
|
ProductDataItem,
|
|
408
|
+
ProductDataOrderBy,
|
|
409
|
+
ProductDataPeriod,
|
|
406
410
|
ProductDetail,
|
|
407
411
|
ProductLabelingItem,
|
|
408
412
|
ProductsInQuarantineItem,
|
|
@@ -5119,21 +5123,56 @@ class WbAPI:
|
|
|
5119
5123
|
|
|
5120
5124
|
product_cards_statistics_per_period.__wrapped_cls__ = ProductCardsStatisticsPerPeriod
|
|
5121
5125
|
|
|
5122
|
-
async def
|
|
5126
|
+
async def get_product_data(
|
|
5123
5127
|
self,
|
|
5128
|
+
current_period: ProductDataPeriod,
|
|
5129
|
+
stock_type: ProductDataStockType,
|
|
5130
|
+
skip_deleted_nm: bool,
|
|
5131
|
+
order_by: ProductDataOrderBy,
|
|
5132
|
+
availability_filters: list[ProductDataAvailability],
|
|
5133
|
+
nm_ids: list[int] | None = None,
|
|
5134
|
+
subject_id: int | None = None,
|
|
5135
|
+
brand_name: str | None = None,
|
|
5136
|
+
tag_id: int | None = None,
|
|
5137
|
+
limit: int | None = 1000,
|
|
5138
|
+
offset: int = 0,
|
|
5124
5139
|
) -> list[ProductDataItem]:
|
|
5125
5140
|
"""
|
|
5126
5141
|
Forms a dataset for inventory by products. You can get data for individual products as well
|
|
5127
|
-
|
|
5128
|
-
`brandName
|
|
5142
|
+
as for the entire report if there are no filters in the query: `nmIDs`, `subjectID`,
|
|
5143
|
+
`brandName`, `tagID`.
|
|
5129
5144
|
|
|
5130
5145
|
Source: https://dev.wildberries.ru/en/docs/openapi/analytics#tag/Stocks-Report/paths/~1api~1v2~1stocks-report~1products~1products/post
|
|
5146
|
+
|
|
5147
|
+
:param current_period: Period (format: YYYY-MM-DD, no earlier than 3 months from today)
|
|
5148
|
+
:param stock_type: Type of storage warehouse
|
|
5149
|
+
:param skip_deleted_nm: Skip deleted items
|
|
5150
|
+
:param order_by: Sorting parameters
|
|
5151
|
+
:param availability_filters: Item availability filters
|
|
5152
|
+
:param nm_ids: List of WB article numbers for filtering
|
|
5153
|
+
:param subject_id: Subject ID
|
|
5154
|
+
:param brand_name: Brand name
|
|
5155
|
+
:param tag_id: Tag ID
|
|
5156
|
+
:param limit: Number of groups in the response (max 1000)
|
|
5157
|
+
:param offset: From which element to start outputting data
|
|
5131
5158
|
:return: list[ProductDataItem]
|
|
5132
5159
|
"""
|
|
5133
|
-
call = ProductData(
|
|
5160
|
+
call = ProductData(
|
|
5161
|
+
current_period=current_period,
|
|
5162
|
+
stock_type=stock_type,
|
|
5163
|
+
skip_deleted_nm=skip_deleted_nm,
|
|
5164
|
+
order_by=order_by,
|
|
5165
|
+
availability_filters=availability_filters,
|
|
5166
|
+
nm_ids=nm_ids,
|
|
5167
|
+
subject_id=subject_id,
|
|
5168
|
+
brand_name=brand_name,
|
|
5169
|
+
tag_id=tag_id,
|
|
5170
|
+
limit=limit,
|
|
5171
|
+
offset=offset,
|
|
5172
|
+
)
|
|
5134
5173
|
return await self(call)
|
|
5135
5174
|
|
|
5136
|
-
|
|
5175
|
+
get_product_data.__wrapped_cls__ = ProductData
|
|
5137
5176
|
|
|
5138
5177
|
async def recover_product_card_from_trash(
|
|
5139
5178
|
self,
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
from ..analytics.enums.aggregation_level import AggregationLevel
|
|
2
2
|
from ..analytics.enums.position_cluster import PositionCluster
|
|
3
|
+
from ..analytics.enums.product_data_availability import ProductDataAvailability
|
|
4
|
+
from ..analytics.enums.product_data_order_field import ProductDataOrderField
|
|
5
|
+
from ..analytics.enums.product_data_order_mode import ProductDataOrderMode
|
|
6
|
+
from ..analytics.enums.product_data_stock_type import ProductDataStockType
|
|
3
7
|
from ..analytics.enums.top_order_by import TopOrderBy
|
|
4
8
|
from ..communications.enums.order import Order
|
|
5
9
|
from ..communications.enums.pin_on import PinOn
|
|
@@ -24,6 +28,10 @@ from ..reports.enums.sort_shadowed import SortShadowed
|
|
|
24
28
|
__all__ = (
|
|
25
29
|
"AggregationLevel",
|
|
26
30
|
"PositionCluster",
|
|
31
|
+
"ProductDataAvailability",
|
|
32
|
+
"ProductDataOrderField",
|
|
33
|
+
"ProductDataOrderMode",
|
|
34
|
+
"ProductDataStockType",
|
|
27
35
|
"TopOrderBy",
|
|
28
36
|
"Order",
|
|
29
37
|
"PinOn",
|
|
@@ -16,6 +16,8 @@ from ..analytics.types.product_cards_statistics_per_period_response import (
|
|
|
16
16
|
ProductCardsStatisticsPerPeriodResponse,
|
|
17
17
|
)
|
|
18
18
|
from ..analytics.types.product_data_item import ProductDataItem
|
|
19
|
+
from ..analytics.types.product_data_order_by import ProductDataOrderBy
|
|
20
|
+
from ..analytics.types.product_data_period import ProductDataPeriod
|
|
19
21
|
from ..analytics.types.regenerate_the_report_response import RegenerateTheReportResponse
|
|
20
22
|
from ..analytics.types.search_texts_by_product_response import SearchTextsByProductResponse
|
|
21
23
|
from ..analytics.types.size_data_item import SizeDataItem
|
|
@@ -506,6 +508,8 @@ __all__ = (
|
|
|
506
508
|
"ProductCardsStatisticsPerPeriodResponse",
|
|
507
509
|
"ProductCategoryCommissionResponse",
|
|
508
510
|
"ProductDataItem",
|
|
511
|
+
"ProductDataOrderBy",
|
|
512
|
+
"ProductDataPeriod",
|
|
509
513
|
"ProductDetail",
|
|
510
514
|
"ProductDetailColor",
|
|
511
515
|
"ProductDetailPrice",
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
from ...methods.base import WbMethod
|
|
2
|
-
from ...types import ProductDataItem, RequestLimit
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
class ProductData(WbMethod):
|
|
6
|
-
"""
|
|
7
|
-
Forms a dataset for inventory by products. You can get data for individual products as well as
|
|
8
|
-
forthe entire report if there are no filters in the query: `nmIDs`, `subjectID`, `brandName`,
|
|
9
|
-
`tagID`.
|
|
10
|
-
|
|
11
|
-
Source: https://dev.wildberries.ru/en/docs/openapi/analytics#tag/Stocks-Report/paths/~1api~1v2~1stocks-report~1products~1products/post
|
|
12
|
-
"""
|
|
13
|
-
|
|
14
|
-
__return__ = ProductDataItem
|
|
15
|
-
__api__ = "seller-analytics-api"
|
|
16
|
-
__method__ = "api/v2/stocks-report/products/products"
|
|
17
|
-
__http_method__ = "POST"
|
|
18
|
-
__data_key__ = "data.items"
|
|
19
|
-
|
|
20
|
-
request_limit: RequestLimit = RequestLimit(period=60, limit=10, interval=600, burst=5)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/enums/aggregation_level.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/create_the_report.py
RENAMED
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/get_the_reports_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/pagination_by_groups.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/regenerate_the_report.py
RENAMED
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/methods/search_texts_by_product.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/main_page_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/product_data_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/the_report_response.py
RENAMED
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/the_reports_list_item.py
RENAMED
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/analytics/types/warehouse_data_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_chat_events.py
RENAMED
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_chat_list.py
RENAMED
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_feedbacks_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/get_question_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/pin_feedback.py
RENAMED
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/reply_to_feedback.py
RENAMED
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/send_message.py
RENAMED
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/methods/unpin_feedback.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/chat_events_item.py
RENAMED
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/chat_list_item.py
RENAMED
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/feedbacks_list_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/question_list_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbapi_async-0.2.0 → wbapi_async-0.2.2}/src/wbapi_async/communications/types/send_message_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|