criteo-api-marketingsolutions-sdk 2025.7.0.251030__py3-none-any.whl → 2025.10.0.251030__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.
Potentially problematic release.
This version of criteo-api-marketingsolutions-sdk might be problematic. Click here for more details.
- {criteo_api_marketingsolutions_sdk-2025.7.0.251030.dist-info → criteo_api_marketingsolutions_sdk-2025.10.0.251030.dist-info}/METADATA +4 -4
- criteo_api_marketingsolutions_sdk-2025.10.0.251030.dist-info/RECORD +314 -0
- criteo_api_marketingsolutions_sdk-2025.10.0.251030.dist-info/top_level.txt +1 -0
- criteo_api_marketingsolutions_v2025_10/__init__.py +31 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/__init__.py +1 -1
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/advertiser_api.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/analytics_api.py +12 -12
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/audience_api.py +74 -74
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/campaign_api.py +79 -79
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/creative_api.py +31 -31
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/gateway_api.py +5 -5
- criteo_api_marketingsolutions_v2025_10/api/reco_api.py +1269 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api_client.py +6 -6
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api_client_builder.py +3 -3
- criteo_api_marketingsolutions_v2025_10/apis/__init__.py +23 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/configuration.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/criteo_api_client.py +2 -2
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/criteo_auth.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/criteo_rest.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/exceptions.py +1 -1
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/__init__.py +1 -1
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_entity_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_input_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_category_bid.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_category_bid_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_category_bid_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_delivery_limitations_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_delivery_status.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_display_multiplier.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_display_multiplier_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_display_multiplier_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_frequency_capping_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_geo_location_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_search_filter_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_search_request_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_targeting_rule_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_targeting_v24_q3.py +6 -6
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_targeting_v24_q3_frequency_capping.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_write.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_attributes.py +7 -7
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_colors.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_read_attributes.py +7 -7
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_write_attributes.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/advertiser_adset_message.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/advertiser_campaign_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/advertiser_info_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/advertiser_quota_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/algebra_node_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/application_summary_model.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/application_summary_model_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/application_summary_model_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_bulk_create_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_bulk_delete_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_bulk_update_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_compute_size_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_compute_sizes_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_create_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_create_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_delete_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1_audience_search_metadata_v1_list_response.py +6 -6
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_error.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_estimate_size_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_estimate_size_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_estimate_size_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_id_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_id_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_name_description.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_metadata_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_bulk_create_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_bulk_delete_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_bulk_update_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_compute_size_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_compute_sizes_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_create_entity_v1.py +8 -8
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_create_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_delete_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1.py +10 -10
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response.py +6 -6
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_estimate_size_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_id_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_id_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_metadata_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_entity_v1.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_update_entity_v1.py +9 -9
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_update_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_estimation_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_estimation_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_estimation_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_update_entity_v1.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_update_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_warning.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/automated_budget_configuration_v23_q1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/basic_audience_definition.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/behavioral_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/budget_automation.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/budget_automation_configuration.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_budget_automation_v23_q1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_search_filters_v23_q1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_search_request_v23_q1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_spend_limit_v23_q1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/common_problem.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_statistics_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_statistics_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_statistics_entity_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_amendment.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_amendment_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_amendment_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_operation.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_operation_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/coupon_supported_sizes.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_attribution_configuration_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_bidding_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_budget_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_geo_location_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_schedule_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_targeting_v24_q3.py +6 -6
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_v24_q3.py +8 -8
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_v24_q3_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_v24_q3_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign_spend_limit.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_image_slide.py +3 -3
- criteo_api_marketingsolutions_v2025_10/model/create_product_filter_request.py +263 -0
- criteo_api_marketingsolutions_v2025_10/model/create_product_set_request.py +283 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_seller_budget_mapi_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_seller_campaign_message_mapi.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/creative.py +7 -7
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/creative_read.py +7 -7
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/creative_write.py +7 -7
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/criteo_api_error.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/criteo_api_warning.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/delete_audience_contact_list_response.py +6 -6
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/dynamic_attributes.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/dynamic_write_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/entity_of_portfolio_message.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/get_portfolio_response.py +6 -6
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/html_tag_attributes.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/html_tag_write_attributes.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_set.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_set_base64.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_shape.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_slide.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_write_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_brand_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_brand_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_brand_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_interest_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_interest_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_interest_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_size_estimation_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_update_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_create_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_size_estimation_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_update_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/lookalike_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/lookalike_update_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/lookalike_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/modify_audience_response.py +6 -6
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_ad_set_targeting_rule_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_ad_set_targeting_rule_v24_q3_value.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_date_time.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_decimal.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_gender_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_int32.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_string.py +3 -3
- criteo_api_marketingsolutions_v2025_10/model/outcome.py +279 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_attribution_configuration_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_bidding_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_budget_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_result_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_result_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_result_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_result_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_scheduling_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_v24_q3.py +8 -8
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign_spend_limit.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign_write_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_marketing_campaign_budget_automation.py +4 -4
- criteo_api_marketingsolutions_v2025_10/model/patch_product_set_request.py +283 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_result_campaign_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_result_campaign_read_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/placements_report_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/placements_report_query_message_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/placements_report_query_message_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/point_of_interest_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/portfolio_message.py +3 -3
- criteo_api_marketingsolutions_v2025_10/model/product_filter_config.py +275 -0
- criteo_api_marketingsolutions_v2025_10/model/product_set.py +340 -0
- criteo_api_marketingsolutions_v2025_10/model/product_set_rule.py +297 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/prospecting_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/prospecting_update_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/prospecting_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_attribution_configuration_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_bidding_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_budget_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_schedule_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_v24_q3.py +8 -8
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_model_ad_set_id.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_model_ad_set_id_v24_q3.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_model_read_ad_set_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/requests_ad_set_id.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/requests_patch_ad_set_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_collection_outcome_of_ad.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_collection_outcome_of_coupon.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_collection_outcome_of_creative_read.py +5 -5
- criteo_api_marketingsolutions_v2025_10/model/resource_collection_outcome_of_product_set.py +287 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_ad_write.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_create_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_creative_write.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_update_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_ad.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_ad_write.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_coupon_supported_sizes.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_create_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_creative.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_creative_read.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_creative_write.py +4 -4
- criteo_api_marketingsolutions_v2025_10/model/resource_of_product_set.py +277 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_update_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_ad.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_coupon.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_coupon_supported_sizes.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_creative.py +5 -5
- criteo_api_marketingsolutions_v2025_10/model/resource_outcome_of_product_set.py +285 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/response_read_ad_set_v24_q3.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/responses_ad_set_id.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/responses_ad_set_id_v24_q3.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/responses_read_ad_set_v24_q3.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/retargeting_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/retargeting_update_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/retargeting_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/seller_base.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/seller_budget_message.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/seller_budget_status_v2.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/seller_campaign_message.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/seller_campaign_suspension_reason.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/seller_campaign_update.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/size.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/statistics_report_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/tag.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transactions_report_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transactions_report_query_message_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transactions_report_query_message_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report_file.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/update_coupon.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/update_seller_budget_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/update_seller_budget_message_base.py +3 -3
- criteo_api_marketingsolutions_v2025_10/model/value_resource_collection_outcome_of_product_filter_config.py +281 -0
- criteo_api_marketingsolutions_v2025_10/model/value_resource_input_of_create_product_filter_request.py +269 -0
- criteo_api_marketingsolutions_v2025_10/model/value_resource_input_of_create_product_set_request.py +269 -0
- criteo_api_marketingsolutions_v2025_10/model/value_resource_input_of_patch_product_set_request.py +269 -0
- criteo_api_marketingsolutions_v2025_10/model/value_resource_of_create_product_filter_request.py +273 -0
- criteo_api_marketingsolutions_v2025_10/model/value_resource_of_create_product_set_request.py +273 -0
- criteo_api_marketingsolutions_v2025_10/model/value_resource_of_patch_product_set_request.py +273 -0
- criteo_api_marketingsolutions_v2025_10/model/value_resource_of_product_filter_config.py +273 -0
- criteo_api_marketingsolutions_v2025_10/model/value_resource_outcome_of_product_filter_config.py +281 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/video_detail.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/write_model_ad_set_id.py +3 -3
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/write_model_patch_ad_set_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model_utils.py +2 -2
- criteo_api_marketingsolutions_v2025_10/models/__init__.py +299 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/rest.py +2 -2
- criteo_api_marketingsolutions_sdk-2025.7.0.251030.dist-info/RECORD +0 -294
- criteo_api_marketingsolutions_sdk-2025.7.0.251030.dist-info/top_level.txt +0 -1
- criteo_api_marketingsolutions_v2025_07/__init__.py +0 -31
- criteo_api_marketingsolutions_v2025_07/apis/__init__.py +0 -22
- criteo_api_marketingsolutions_v2025_07/models/__init__.py +0 -280
- {criteo_api_marketingsolutions_sdk-2025.7.0.251030.dist-info → criteo_api_marketingsolutions_sdk-2025.10.0.251030.dist-info}/WHEEL +0 -0
- {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/flow_constants.py +0 -0
|
@@ -0,0 +1,1269 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Criteo API
|
|
3
|
+
|
|
4
|
+
Criteo API - MarketingSolutions # noqa: E501
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2025-10
|
|
7
|
+
Generated by: https://openapi-generator.tech
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
import re # noqa: F401
|
|
12
|
+
import sys # noqa: F401
|
|
13
|
+
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_10.api_client import ApiClient, Endpoint as _Endpoint
|
|
15
|
+
from criteo_api_marketingsolutions_v2025_10.model_utils import ( # noqa: F401
|
|
16
|
+
check_allowed_values,
|
|
17
|
+
check_validations,
|
|
18
|
+
date,
|
|
19
|
+
datetime,
|
|
20
|
+
file_type,
|
|
21
|
+
none_type,
|
|
22
|
+
validate_and_convert_types
|
|
23
|
+
)
|
|
24
|
+
from criteo_api_marketingsolutions_v2025_10.model.outcome import Outcome
|
|
25
|
+
from criteo_api_marketingsolutions_v2025_10.model.resource_collection_outcome_of_product_set import ResourceCollectionOutcomeOfProductSet
|
|
26
|
+
from criteo_api_marketingsolutions_v2025_10.model.resource_outcome_of_product_set import ResourceOutcomeOfProductSet
|
|
27
|
+
from criteo_api_marketingsolutions_v2025_10.model.value_resource_collection_outcome_of_product_filter_config import ValueResourceCollectionOutcomeOfProductFilterConfig
|
|
28
|
+
from criteo_api_marketingsolutions_v2025_10.model.value_resource_input_of_create_product_filter_request import ValueResourceInputOfCreateProductFilterRequest
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_10.model.value_resource_input_of_create_product_set_request import ValueResourceInputOfCreateProductSetRequest
|
|
30
|
+
from criteo_api_marketingsolutions_v2025_10.model.value_resource_input_of_patch_product_set_request import ValueResourceInputOfPatchProductSetRequest
|
|
31
|
+
from criteo_api_marketingsolutions_v2025_10.model.value_resource_outcome_of_product_filter_config import ValueResourceOutcomeOfProductFilterConfig
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class RecoApi(object):
|
|
35
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
36
|
+
Ref: https://openapi-generator.tech
|
|
37
|
+
|
|
38
|
+
Do not edit the class manually.
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
def __init__(self, api_client=None):
|
|
42
|
+
if api_client is None:
|
|
43
|
+
api_client = ApiClient()
|
|
44
|
+
self.api_client = api_client
|
|
45
|
+
self.create_product_set_endpoint = _Endpoint(
|
|
46
|
+
settings={
|
|
47
|
+
'response_type': (ResourceOutcomeOfProductSet,),
|
|
48
|
+
'auth': [
|
|
49
|
+
'oauth',
|
|
50
|
+
'oauth'
|
|
51
|
+
],
|
|
52
|
+
'endpoint_path': '/2025-10/marketing-solutions/product-sets',
|
|
53
|
+
'operation_id': 'create_product_set',
|
|
54
|
+
'http_method': 'POST',
|
|
55
|
+
'servers': None,
|
|
56
|
+
},
|
|
57
|
+
params_map={
|
|
58
|
+
'all': [
|
|
59
|
+
'value_resource_input_of_create_product_set_request',
|
|
60
|
+
],
|
|
61
|
+
'required': [],
|
|
62
|
+
'nullable': [
|
|
63
|
+
],
|
|
64
|
+
'enum': [
|
|
65
|
+
],
|
|
66
|
+
'validation': [
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
root_map={
|
|
70
|
+
'validations': {
|
|
71
|
+
},
|
|
72
|
+
'allowed_values': {
|
|
73
|
+
},
|
|
74
|
+
'openapi_types': {
|
|
75
|
+
'value_resource_input_of_create_product_set_request':
|
|
76
|
+
(ValueResourceInputOfCreateProductSetRequest,),
|
|
77
|
+
},
|
|
78
|
+
'attribute_map': {
|
|
79
|
+
},
|
|
80
|
+
'location_map': {
|
|
81
|
+
'value_resource_input_of_create_product_set_request': 'body',
|
|
82
|
+
},
|
|
83
|
+
'collection_format_map': {
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
headers_map={
|
|
87
|
+
'accept': [
|
|
88
|
+
'application/json'
|
|
89
|
+
],
|
|
90
|
+
'content_type': [
|
|
91
|
+
'application/json'
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
api_client=api_client
|
|
95
|
+
)
|
|
96
|
+
self.disable_product_filtering_endpoint = _Endpoint(
|
|
97
|
+
settings={
|
|
98
|
+
'response_type': (ValueResourceOutcomeOfProductFilterConfig,),
|
|
99
|
+
'auth': [
|
|
100
|
+
'oauth',
|
|
101
|
+
'oauth'
|
|
102
|
+
],
|
|
103
|
+
'endpoint_path': '/2025-10/marketing-solutions/ads/{ad-id}/product-filter',
|
|
104
|
+
'operation_id': 'disable_product_filtering',
|
|
105
|
+
'http_method': 'DELETE',
|
|
106
|
+
'servers': None,
|
|
107
|
+
},
|
|
108
|
+
params_map={
|
|
109
|
+
'all': [
|
|
110
|
+
'ad_id',
|
|
111
|
+
],
|
|
112
|
+
'required': [
|
|
113
|
+
'ad_id',
|
|
114
|
+
],
|
|
115
|
+
'nullable': [
|
|
116
|
+
],
|
|
117
|
+
'enum': [
|
|
118
|
+
],
|
|
119
|
+
'validation': [
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
root_map={
|
|
123
|
+
'validations': {
|
|
124
|
+
},
|
|
125
|
+
'allowed_values': {
|
|
126
|
+
},
|
|
127
|
+
'openapi_types': {
|
|
128
|
+
'ad_id':
|
|
129
|
+
(str,),
|
|
130
|
+
},
|
|
131
|
+
'attribute_map': {
|
|
132
|
+
'ad_id': 'ad-id',
|
|
133
|
+
},
|
|
134
|
+
'location_map': {
|
|
135
|
+
'ad_id': 'path',
|
|
136
|
+
},
|
|
137
|
+
'collection_format_map': {
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
headers_map={
|
|
141
|
+
'accept': [
|
|
142
|
+
'application/json'
|
|
143
|
+
],
|
|
144
|
+
'content_type': [],
|
|
145
|
+
},
|
|
146
|
+
api_client=api_client
|
|
147
|
+
)
|
|
148
|
+
self.enable_product_filtering_endpoint = _Endpoint(
|
|
149
|
+
settings={
|
|
150
|
+
'response_type': (ValueResourceOutcomeOfProductFilterConfig,),
|
|
151
|
+
'auth': [
|
|
152
|
+
'oauth',
|
|
153
|
+
'oauth'
|
|
154
|
+
],
|
|
155
|
+
'endpoint_path': '/2025-10/marketing-solutions/ads/{ad-id}/product-filter',
|
|
156
|
+
'operation_id': 'enable_product_filtering',
|
|
157
|
+
'http_method': 'POST',
|
|
158
|
+
'servers': None,
|
|
159
|
+
},
|
|
160
|
+
params_map={
|
|
161
|
+
'all': [
|
|
162
|
+
'ad_id',
|
|
163
|
+
'value_resource_input_of_create_product_filter_request',
|
|
164
|
+
],
|
|
165
|
+
'required': [
|
|
166
|
+
'ad_id',
|
|
167
|
+
],
|
|
168
|
+
'nullable': [
|
|
169
|
+
],
|
|
170
|
+
'enum': [
|
|
171
|
+
],
|
|
172
|
+
'validation': [
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
root_map={
|
|
176
|
+
'validations': {
|
|
177
|
+
},
|
|
178
|
+
'allowed_values': {
|
|
179
|
+
},
|
|
180
|
+
'openapi_types': {
|
|
181
|
+
'ad_id':
|
|
182
|
+
(str,),
|
|
183
|
+
'value_resource_input_of_create_product_filter_request':
|
|
184
|
+
(ValueResourceInputOfCreateProductFilterRequest,),
|
|
185
|
+
},
|
|
186
|
+
'attribute_map': {
|
|
187
|
+
'ad_id': 'ad-id',
|
|
188
|
+
},
|
|
189
|
+
'location_map': {
|
|
190
|
+
'ad_id': 'path',
|
|
191
|
+
'value_resource_input_of_create_product_filter_request': 'body',
|
|
192
|
+
},
|
|
193
|
+
'collection_format_map': {
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
headers_map={
|
|
197
|
+
'accept': [
|
|
198
|
+
'application/json'
|
|
199
|
+
],
|
|
200
|
+
'content_type': [
|
|
201
|
+
'application/json'
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
api_client=api_client
|
|
205
|
+
)
|
|
206
|
+
self.fetch_product_filtering_config_endpoint = _Endpoint(
|
|
207
|
+
settings={
|
|
208
|
+
'response_type': (ValueResourceOutcomeOfProductFilterConfig,),
|
|
209
|
+
'auth': [
|
|
210
|
+
'oauth',
|
|
211
|
+
'oauth'
|
|
212
|
+
],
|
|
213
|
+
'endpoint_path': '/2025-10/marketing-solutions/ads/{ad-id}/product-filter',
|
|
214
|
+
'operation_id': 'fetch_product_filtering_config',
|
|
215
|
+
'http_method': 'GET',
|
|
216
|
+
'servers': None,
|
|
217
|
+
},
|
|
218
|
+
params_map={
|
|
219
|
+
'all': [
|
|
220
|
+
'ad_id',
|
|
221
|
+
],
|
|
222
|
+
'required': [
|
|
223
|
+
'ad_id',
|
|
224
|
+
],
|
|
225
|
+
'nullable': [
|
|
226
|
+
],
|
|
227
|
+
'enum': [
|
|
228
|
+
],
|
|
229
|
+
'validation': [
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
root_map={
|
|
233
|
+
'validations': {
|
|
234
|
+
},
|
|
235
|
+
'allowed_values': {
|
|
236
|
+
},
|
|
237
|
+
'openapi_types': {
|
|
238
|
+
'ad_id':
|
|
239
|
+
(str,),
|
|
240
|
+
},
|
|
241
|
+
'attribute_map': {
|
|
242
|
+
'ad_id': 'ad-id',
|
|
243
|
+
},
|
|
244
|
+
'location_map': {
|
|
245
|
+
'ad_id': 'path',
|
|
246
|
+
},
|
|
247
|
+
'collection_format_map': {
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
headers_map={
|
|
251
|
+
'accept': [
|
|
252
|
+
'application/json'
|
|
253
|
+
],
|
|
254
|
+
'content_type': [],
|
|
255
|
+
},
|
|
256
|
+
api_client=api_client
|
|
257
|
+
)
|
|
258
|
+
self.fetch_product_filtering_usages_endpoint = _Endpoint(
|
|
259
|
+
settings={
|
|
260
|
+
'response_type': (ValueResourceCollectionOutcomeOfProductFilterConfig,),
|
|
261
|
+
'auth': [
|
|
262
|
+
'oauth',
|
|
263
|
+
'oauth'
|
|
264
|
+
],
|
|
265
|
+
'endpoint_path': '/2025-10/marketing-solutions/product-sets/{product-set-id}/product-filters',
|
|
266
|
+
'operation_id': 'fetch_product_filtering_usages',
|
|
267
|
+
'http_method': 'GET',
|
|
268
|
+
'servers': None,
|
|
269
|
+
},
|
|
270
|
+
params_map={
|
|
271
|
+
'all': [
|
|
272
|
+
'product_set_id',
|
|
273
|
+
],
|
|
274
|
+
'required': [
|
|
275
|
+
'product_set_id',
|
|
276
|
+
],
|
|
277
|
+
'nullable': [
|
|
278
|
+
],
|
|
279
|
+
'enum': [
|
|
280
|
+
],
|
|
281
|
+
'validation': [
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
root_map={
|
|
285
|
+
'validations': {
|
|
286
|
+
},
|
|
287
|
+
'allowed_values': {
|
|
288
|
+
},
|
|
289
|
+
'openapi_types': {
|
|
290
|
+
'product_set_id':
|
|
291
|
+
(str,),
|
|
292
|
+
},
|
|
293
|
+
'attribute_map': {
|
|
294
|
+
'product_set_id': 'product-set-id',
|
|
295
|
+
},
|
|
296
|
+
'location_map': {
|
|
297
|
+
'product_set_id': 'path',
|
|
298
|
+
},
|
|
299
|
+
'collection_format_map': {
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
headers_map={
|
|
303
|
+
'accept': [
|
|
304
|
+
'application/json'
|
|
305
|
+
],
|
|
306
|
+
'content_type': [],
|
|
307
|
+
},
|
|
308
|
+
api_client=api_client
|
|
309
|
+
)
|
|
310
|
+
self.fetch_product_set_endpoint = _Endpoint(
|
|
311
|
+
settings={
|
|
312
|
+
'response_type': (ResourceOutcomeOfProductSet,),
|
|
313
|
+
'auth': [
|
|
314
|
+
'oauth',
|
|
315
|
+
'oauth'
|
|
316
|
+
],
|
|
317
|
+
'endpoint_path': '/2025-10/marketing-solutions/product-sets/{product-set-id}',
|
|
318
|
+
'operation_id': 'fetch_product_set',
|
|
319
|
+
'http_method': 'GET',
|
|
320
|
+
'servers': None,
|
|
321
|
+
},
|
|
322
|
+
params_map={
|
|
323
|
+
'all': [
|
|
324
|
+
'product_set_id',
|
|
325
|
+
],
|
|
326
|
+
'required': [
|
|
327
|
+
'product_set_id',
|
|
328
|
+
],
|
|
329
|
+
'nullable': [
|
|
330
|
+
],
|
|
331
|
+
'enum': [
|
|
332
|
+
],
|
|
333
|
+
'validation': [
|
|
334
|
+
]
|
|
335
|
+
},
|
|
336
|
+
root_map={
|
|
337
|
+
'validations': {
|
|
338
|
+
},
|
|
339
|
+
'allowed_values': {
|
|
340
|
+
},
|
|
341
|
+
'openapi_types': {
|
|
342
|
+
'product_set_id':
|
|
343
|
+
(str,),
|
|
344
|
+
},
|
|
345
|
+
'attribute_map': {
|
|
346
|
+
'product_set_id': 'product-set-id',
|
|
347
|
+
},
|
|
348
|
+
'location_map': {
|
|
349
|
+
'product_set_id': 'path',
|
|
350
|
+
},
|
|
351
|
+
'collection_format_map': {
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
headers_map={
|
|
355
|
+
'accept': [
|
|
356
|
+
'application/json'
|
|
357
|
+
],
|
|
358
|
+
'content_type': [],
|
|
359
|
+
},
|
|
360
|
+
api_client=api_client
|
|
361
|
+
)
|
|
362
|
+
self.fetch_product_sets_endpoint = _Endpoint(
|
|
363
|
+
settings={
|
|
364
|
+
'response_type': (ResourceCollectionOutcomeOfProductSet,),
|
|
365
|
+
'auth': [
|
|
366
|
+
'oauth',
|
|
367
|
+
'oauth'
|
|
368
|
+
],
|
|
369
|
+
'endpoint_path': '/2025-10/marketing-solutions/product-sets/dataset/{dataset-id}',
|
|
370
|
+
'operation_id': 'fetch_product_sets',
|
|
371
|
+
'http_method': 'GET',
|
|
372
|
+
'servers': None,
|
|
373
|
+
},
|
|
374
|
+
params_map={
|
|
375
|
+
'all': [
|
|
376
|
+
'dataset_id',
|
|
377
|
+
],
|
|
378
|
+
'required': [
|
|
379
|
+
'dataset_id',
|
|
380
|
+
],
|
|
381
|
+
'nullable': [
|
|
382
|
+
],
|
|
383
|
+
'enum': [
|
|
384
|
+
],
|
|
385
|
+
'validation': [
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
root_map={
|
|
389
|
+
'validations': {
|
|
390
|
+
},
|
|
391
|
+
'allowed_values': {
|
|
392
|
+
},
|
|
393
|
+
'openapi_types': {
|
|
394
|
+
'dataset_id':
|
|
395
|
+
(str,),
|
|
396
|
+
},
|
|
397
|
+
'attribute_map': {
|
|
398
|
+
'dataset_id': 'dataset-id',
|
|
399
|
+
},
|
|
400
|
+
'location_map': {
|
|
401
|
+
'dataset_id': 'path',
|
|
402
|
+
},
|
|
403
|
+
'collection_format_map': {
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
headers_map={
|
|
407
|
+
'accept': [
|
|
408
|
+
'application/json'
|
|
409
|
+
],
|
|
410
|
+
'content_type': [],
|
|
411
|
+
},
|
|
412
|
+
api_client=api_client
|
|
413
|
+
)
|
|
414
|
+
self.patch_product_set_endpoint = _Endpoint(
|
|
415
|
+
settings={
|
|
416
|
+
'response_type': (ResourceOutcomeOfProductSet,),
|
|
417
|
+
'auth': [
|
|
418
|
+
'oauth',
|
|
419
|
+
'oauth'
|
|
420
|
+
],
|
|
421
|
+
'endpoint_path': '/2025-10/marketing-solutions/product-sets/{product-set-id}',
|
|
422
|
+
'operation_id': 'patch_product_set',
|
|
423
|
+
'http_method': 'PATCH',
|
|
424
|
+
'servers': None,
|
|
425
|
+
},
|
|
426
|
+
params_map={
|
|
427
|
+
'all': [
|
|
428
|
+
'product_set_id',
|
|
429
|
+
'value_resource_input_of_patch_product_set_request',
|
|
430
|
+
],
|
|
431
|
+
'required': [
|
|
432
|
+
'product_set_id',
|
|
433
|
+
],
|
|
434
|
+
'nullable': [
|
|
435
|
+
],
|
|
436
|
+
'enum': [
|
|
437
|
+
],
|
|
438
|
+
'validation': [
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
root_map={
|
|
442
|
+
'validations': {
|
|
443
|
+
},
|
|
444
|
+
'allowed_values': {
|
|
445
|
+
},
|
|
446
|
+
'openapi_types': {
|
|
447
|
+
'product_set_id':
|
|
448
|
+
(str,),
|
|
449
|
+
'value_resource_input_of_patch_product_set_request':
|
|
450
|
+
(ValueResourceInputOfPatchProductSetRequest,),
|
|
451
|
+
},
|
|
452
|
+
'attribute_map': {
|
|
453
|
+
'product_set_id': 'product-set-id',
|
|
454
|
+
},
|
|
455
|
+
'location_map': {
|
|
456
|
+
'product_set_id': 'path',
|
|
457
|
+
'value_resource_input_of_patch_product_set_request': 'body',
|
|
458
|
+
},
|
|
459
|
+
'collection_format_map': {
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
headers_map={
|
|
463
|
+
'accept': [
|
|
464
|
+
'application/json'
|
|
465
|
+
],
|
|
466
|
+
'content_type': [
|
|
467
|
+
'application/json'
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
api_client=api_client
|
|
471
|
+
)
|
|
472
|
+
self.remove_product_set_endpoint = _Endpoint(
|
|
473
|
+
settings={
|
|
474
|
+
'response_type': (Outcome,),
|
|
475
|
+
'auth': [
|
|
476
|
+
'oauth',
|
|
477
|
+
'oauth'
|
|
478
|
+
],
|
|
479
|
+
'endpoint_path': '/2025-10/marketing-solutions/product-sets/{product-set-id}',
|
|
480
|
+
'operation_id': 'remove_product_set',
|
|
481
|
+
'http_method': 'DELETE',
|
|
482
|
+
'servers': None,
|
|
483
|
+
},
|
|
484
|
+
params_map={
|
|
485
|
+
'all': [
|
|
486
|
+
'product_set_id',
|
|
487
|
+
],
|
|
488
|
+
'required': [
|
|
489
|
+
'product_set_id',
|
|
490
|
+
],
|
|
491
|
+
'nullable': [
|
|
492
|
+
],
|
|
493
|
+
'enum': [
|
|
494
|
+
],
|
|
495
|
+
'validation': [
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
root_map={
|
|
499
|
+
'validations': {
|
|
500
|
+
},
|
|
501
|
+
'allowed_values': {
|
|
502
|
+
},
|
|
503
|
+
'openapi_types': {
|
|
504
|
+
'product_set_id':
|
|
505
|
+
(str,),
|
|
506
|
+
},
|
|
507
|
+
'attribute_map': {
|
|
508
|
+
'product_set_id': 'product-set-id',
|
|
509
|
+
},
|
|
510
|
+
'location_map': {
|
|
511
|
+
'product_set_id': 'path',
|
|
512
|
+
},
|
|
513
|
+
'collection_format_map': {
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
headers_map={
|
|
517
|
+
'accept': [
|
|
518
|
+
'application/json'
|
|
519
|
+
],
|
|
520
|
+
'content_type': [],
|
|
521
|
+
},
|
|
522
|
+
api_client=api_client
|
|
523
|
+
)
|
|
524
|
+
|
|
525
|
+
def create_product_set(
|
|
526
|
+
self,
|
|
527
|
+
**kwargs
|
|
528
|
+
):
|
|
529
|
+
"""create_product_set # noqa: E501
|
|
530
|
+
|
|
531
|
+
Create a new product set # noqa: E501
|
|
532
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
533
|
+
asynchronous HTTP request, please pass async_req=True
|
|
534
|
+
|
|
535
|
+
>>> thread = api.create_product_set(async_req=True)
|
|
536
|
+
>>> result = thread.get()
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
Keyword Args:
|
|
540
|
+
value_resource_input_of_create_product_set_request (ValueResourceInputOfCreateProductSetRequest): [optional]
|
|
541
|
+
_return_http_data_only (bool): response data without head status
|
|
542
|
+
code and headers. Default is True.
|
|
543
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
544
|
+
will be returned without reading/decoding response data.
|
|
545
|
+
Default is True.
|
|
546
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
547
|
+
one number provided, it will be total request timeout. It can also
|
|
548
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
549
|
+
Default is None.
|
|
550
|
+
_check_input_type (bool): specifies if type checking
|
|
551
|
+
should be done one the data sent to the server.
|
|
552
|
+
Default is True.
|
|
553
|
+
_check_return_type (bool): specifies if type checking
|
|
554
|
+
should be done one the data received from the server.
|
|
555
|
+
Default is True.
|
|
556
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
557
|
+
are serialized names, as specified in the OpenAPI document.
|
|
558
|
+
False if the variable names in the input data
|
|
559
|
+
are pythonic names, e.g. snake case (default)
|
|
560
|
+
_content_type (str/None): force body content-type.
|
|
561
|
+
Default is None and content-type will be predicted by allowed
|
|
562
|
+
content-types and body.
|
|
563
|
+
_host_index (int/None): specifies the index of the server
|
|
564
|
+
that we want to use.
|
|
565
|
+
Default is read from the configuration.
|
|
566
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
567
|
+
request; this effectively ignores the authentication
|
|
568
|
+
in the spec for a single request.
|
|
569
|
+
Default is None
|
|
570
|
+
async_req (bool): execute request asynchronously
|
|
571
|
+
|
|
572
|
+
Returns:
|
|
573
|
+
ResourceOutcomeOfProductSet
|
|
574
|
+
If the method is called asynchronously, returns the request
|
|
575
|
+
thread.
|
|
576
|
+
"""
|
|
577
|
+
kwargs['async_req'] = kwargs.get(
|
|
578
|
+
'async_req', False
|
|
579
|
+
)
|
|
580
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
581
|
+
'_return_http_data_only', True
|
|
582
|
+
)
|
|
583
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
584
|
+
'_preload_content', True
|
|
585
|
+
)
|
|
586
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
587
|
+
'_request_timeout', None
|
|
588
|
+
)
|
|
589
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
590
|
+
'_check_input_type', True
|
|
591
|
+
)
|
|
592
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
593
|
+
'_check_return_type', True
|
|
594
|
+
)
|
|
595
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
596
|
+
'_spec_property_naming', False
|
|
597
|
+
)
|
|
598
|
+
kwargs['_content_type'] = kwargs.get(
|
|
599
|
+
'_content_type')
|
|
600
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
601
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
602
|
+
return self.create_product_set_endpoint.call_with_http_info(**kwargs)
|
|
603
|
+
|
|
604
|
+
def disable_product_filtering(
|
|
605
|
+
self,
|
|
606
|
+
ad_id,
|
|
607
|
+
**kwargs
|
|
608
|
+
):
|
|
609
|
+
"""disable_product_filtering # noqa: E501
|
|
610
|
+
|
|
611
|
+
Disable product filtering for a given ad # noqa: E501
|
|
612
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
613
|
+
asynchronous HTTP request, please pass async_req=True
|
|
614
|
+
|
|
615
|
+
>>> thread = api.disable_product_filtering(ad_id, async_req=True)
|
|
616
|
+
>>> result = thread.get()
|
|
617
|
+
|
|
618
|
+
Args:
|
|
619
|
+
ad_id (str): ID of the ad
|
|
620
|
+
|
|
621
|
+
Keyword Args:
|
|
622
|
+
_return_http_data_only (bool): response data without head status
|
|
623
|
+
code and headers. Default is True.
|
|
624
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
625
|
+
will be returned without reading/decoding response data.
|
|
626
|
+
Default is True.
|
|
627
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
628
|
+
one number provided, it will be total request timeout. It can also
|
|
629
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
630
|
+
Default is None.
|
|
631
|
+
_check_input_type (bool): specifies if type checking
|
|
632
|
+
should be done one the data sent to the server.
|
|
633
|
+
Default is True.
|
|
634
|
+
_check_return_type (bool): specifies if type checking
|
|
635
|
+
should be done one the data received from the server.
|
|
636
|
+
Default is True.
|
|
637
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
638
|
+
are serialized names, as specified in the OpenAPI document.
|
|
639
|
+
False if the variable names in the input data
|
|
640
|
+
are pythonic names, e.g. snake case (default)
|
|
641
|
+
_content_type (str/None): force body content-type.
|
|
642
|
+
Default is None and content-type will be predicted by allowed
|
|
643
|
+
content-types and body.
|
|
644
|
+
_host_index (int/None): specifies the index of the server
|
|
645
|
+
that we want to use.
|
|
646
|
+
Default is read from the configuration.
|
|
647
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
648
|
+
request; this effectively ignores the authentication
|
|
649
|
+
in the spec for a single request.
|
|
650
|
+
Default is None
|
|
651
|
+
async_req (bool): execute request asynchronously
|
|
652
|
+
|
|
653
|
+
Returns:
|
|
654
|
+
ValueResourceOutcomeOfProductFilterConfig
|
|
655
|
+
If the method is called asynchronously, returns the request
|
|
656
|
+
thread.
|
|
657
|
+
"""
|
|
658
|
+
kwargs['async_req'] = kwargs.get(
|
|
659
|
+
'async_req', False
|
|
660
|
+
)
|
|
661
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
662
|
+
'_return_http_data_only', True
|
|
663
|
+
)
|
|
664
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
665
|
+
'_preload_content', True
|
|
666
|
+
)
|
|
667
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
668
|
+
'_request_timeout', None
|
|
669
|
+
)
|
|
670
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
671
|
+
'_check_input_type', True
|
|
672
|
+
)
|
|
673
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
674
|
+
'_check_return_type', True
|
|
675
|
+
)
|
|
676
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
677
|
+
'_spec_property_naming', False
|
|
678
|
+
)
|
|
679
|
+
kwargs['_content_type'] = kwargs.get(
|
|
680
|
+
'_content_type')
|
|
681
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
682
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
683
|
+
kwargs['ad_id'] = \
|
|
684
|
+
ad_id
|
|
685
|
+
return self.disable_product_filtering_endpoint.call_with_http_info(**kwargs)
|
|
686
|
+
|
|
687
|
+
def enable_product_filtering(
|
|
688
|
+
self,
|
|
689
|
+
ad_id,
|
|
690
|
+
**kwargs
|
|
691
|
+
):
|
|
692
|
+
"""enable_product_filtering # noqa: E501
|
|
693
|
+
|
|
694
|
+
Enable product filtering for a given ad # noqa: E501
|
|
695
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
696
|
+
asynchronous HTTP request, please pass async_req=True
|
|
697
|
+
|
|
698
|
+
>>> thread = api.enable_product_filtering(ad_id, async_req=True)
|
|
699
|
+
>>> result = thread.get()
|
|
700
|
+
|
|
701
|
+
Args:
|
|
702
|
+
ad_id (str): ID of the ad
|
|
703
|
+
|
|
704
|
+
Keyword Args:
|
|
705
|
+
value_resource_input_of_create_product_filter_request (ValueResourceInputOfCreateProductFilterRequest): [optional]
|
|
706
|
+
_return_http_data_only (bool): response data without head status
|
|
707
|
+
code and headers. Default is True.
|
|
708
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
709
|
+
will be returned without reading/decoding response data.
|
|
710
|
+
Default is True.
|
|
711
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
712
|
+
one number provided, it will be total request timeout. It can also
|
|
713
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
714
|
+
Default is None.
|
|
715
|
+
_check_input_type (bool): specifies if type checking
|
|
716
|
+
should be done one the data sent to the server.
|
|
717
|
+
Default is True.
|
|
718
|
+
_check_return_type (bool): specifies if type checking
|
|
719
|
+
should be done one the data received from the server.
|
|
720
|
+
Default is True.
|
|
721
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
722
|
+
are serialized names, as specified in the OpenAPI document.
|
|
723
|
+
False if the variable names in the input data
|
|
724
|
+
are pythonic names, e.g. snake case (default)
|
|
725
|
+
_content_type (str/None): force body content-type.
|
|
726
|
+
Default is None and content-type will be predicted by allowed
|
|
727
|
+
content-types and body.
|
|
728
|
+
_host_index (int/None): specifies the index of the server
|
|
729
|
+
that we want to use.
|
|
730
|
+
Default is read from the configuration.
|
|
731
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
732
|
+
request; this effectively ignores the authentication
|
|
733
|
+
in the spec for a single request.
|
|
734
|
+
Default is None
|
|
735
|
+
async_req (bool): execute request asynchronously
|
|
736
|
+
|
|
737
|
+
Returns:
|
|
738
|
+
ValueResourceOutcomeOfProductFilterConfig
|
|
739
|
+
If the method is called asynchronously, returns the request
|
|
740
|
+
thread.
|
|
741
|
+
"""
|
|
742
|
+
kwargs['async_req'] = kwargs.get(
|
|
743
|
+
'async_req', False
|
|
744
|
+
)
|
|
745
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
746
|
+
'_return_http_data_only', True
|
|
747
|
+
)
|
|
748
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
749
|
+
'_preload_content', True
|
|
750
|
+
)
|
|
751
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
752
|
+
'_request_timeout', None
|
|
753
|
+
)
|
|
754
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
755
|
+
'_check_input_type', True
|
|
756
|
+
)
|
|
757
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
758
|
+
'_check_return_type', True
|
|
759
|
+
)
|
|
760
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
761
|
+
'_spec_property_naming', False
|
|
762
|
+
)
|
|
763
|
+
kwargs['_content_type'] = kwargs.get(
|
|
764
|
+
'_content_type')
|
|
765
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
766
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
767
|
+
kwargs['ad_id'] = \
|
|
768
|
+
ad_id
|
|
769
|
+
return self.enable_product_filtering_endpoint.call_with_http_info(**kwargs)
|
|
770
|
+
|
|
771
|
+
def fetch_product_filtering_config(
|
|
772
|
+
self,
|
|
773
|
+
ad_id,
|
|
774
|
+
**kwargs
|
|
775
|
+
):
|
|
776
|
+
"""fetch_product_filtering_config # noqa: E501
|
|
777
|
+
|
|
778
|
+
Fetch product filtering configuration for a given ad # noqa: E501
|
|
779
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
780
|
+
asynchronous HTTP request, please pass async_req=True
|
|
781
|
+
|
|
782
|
+
>>> thread = api.fetch_product_filtering_config(ad_id, async_req=True)
|
|
783
|
+
>>> result = thread.get()
|
|
784
|
+
|
|
785
|
+
Args:
|
|
786
|
+
ad_id (str): ID of the ad
|
|
787
|
+
|
|
788
|
+
Keyword Args:
|
|
789
|
+
_return_http_data_only (bool): response data without head status
|
|
790
|
+
code and headers. Default is True.
|
|
791
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
792
|
+
will be returned without reading/decoding response data.
|
|
793
|
+
Default is True.
|
|
794
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
795
|
+
one number provided, it will be total request timeout. It can also
|
|
796
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
797
|
+
Default is None.
|
|
798
|
+
_check_input_type (bool): specifies if type checking
|
|
799
|
+
should be done one the data sent to the server.
|
|
800
|
+
Default is True.
|
|
801
|
+
_check_return_type (bool): specifies if type checking
|
|
802
|
+
should be done one the data received from the server.
|
|
803
|
+
Default is True.
|
|
804
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
805
|
+
are serialized names, as specified in the OpenAPI document.
|
|
806
|
+
False if the variable names in the input data
|
|
807
|
+
are pythonic names, e.g. snake case (default)
|
|
808
|
+
_content_type (str/None): force body content-type.
|
|
809
|
+
Default is None and content-type will be predicted by allowed
|
|
810
|
+
content-types and body.
|
|
811
|
+
_host_index (int/None): specifies the index of the server
|
|
812
|
+
that we want to use.
|
|
813
|
+
Default is read from the configuration.
|
|
814
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
815
|
+
request; this effectively ignores the authentication
|
|
816
|
+
in the spec for a single request.
|
|
817
|
+
Default is None
|
|
818
|
+
async_req (bool): execute request asynchronously
|
|
819
|
+
|
|
820
|
+
Returns:
|
|
821
|
+
ValueResourceOutcomeOfProductFilterConfig
|
|
822
|
+
If the method is called asynchronously, returns the request
|
|
823
|
+
thread.
|
|
824
|
+
"""
|
|
825
|
+
kwargs['async_req'] = kwargs.get(
|
|
826
|
+
'async_req', False
|
|
827
|
+
)
|
|
828
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
829
|
+
'_return_http_data_only', True
|
|
830
|
+
)
|
|
831
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
832
|
+
'_preload_content', True
|
|
833
|
+
)
|
|
834
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
835
|
+
'_request_timeout', None
|
|
836
|
+
)
|
|
837
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
838
|
+
'_check_input_type', True
|
|
839
|
+
)
|
|
840
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
841
|
+
'_check_return_type', True
|
|
842
|
+
)
|
|
843
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
844
|
+
'_spec_property_naming', False
|
|
845
|
+
)
|
|
846
|
+
kwargs['_content_type'] = kwargs.get(
|
|
847
|
+
'_content_type')
|
|
848
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
849
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
850
|
+
kwargs['ad_id'] = \
|
|
851
|
+
ad_id
|
|
852
|
+
return self.fetch_product_filtering_config_endpoint.call_with_http_info(**kwargs)
|
|
853
|
+
|
|
854
|
+
def fetch_product_filtering_usages(
|
|
855
|
+
self,
|
|
856
|
+
product_set_id,
|
|
857
|
+
**kwargs
|
|
858
|
+
):
|
|
859
|
+
"""fetch_product_filtering_usages # noqa: E501
|
|
860
|
+
|
|
861
|
+
Fetch product filtering usages for a given product set # noqa: E501
|
|
862
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
863
|
+
asynchronous HTTP request, please pass async_req=True
|
|
864
|
+
|
|
865
|
+
>>> thread = api.fetch_product_filtering_usages(product_set_id, async_req=True)
|
|
866
|
+
>>> result = thread.get()
|
|
867
|
+
|
|
868
|
+
Args:
|
|
869
|
+
product_set_id (str): ID of the product set
|
|
870
|
+
|
|
871
|
+
Keyword Args:
|
|
872
|
+
_return_http_data_only (bool): response data without head status
|
|
873
|
+
code and headers. Default is True.
|
|
874
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
875
|
+
will be returned without reading/decoding response data.
|
|
876
|
+
Default is True.
|
|
877
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
878
|
+
one number provided, it will be total request timeout. It can also
|
|
879
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
880
|
+
Default is None.
|
|
881
|
+
_check_input_type (bool): specifies if type checking
|
|
882
|
+
should be done one the data sent to the server.
|
|
883
|
+
Default is True.
|
|
884
|
+
_check_return_type (bool): specifies if type checking
|
|
885
|
+
should be done one the data received from the server.
|
|
886
|
+
Default is True.
|
|
887
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
888
|
+
are serialized names, as specified in the OpenAPI document.
|
|
889
|
+
False if the variable names in the input data
|
|
890
|
+
are pythonic names, e.g. snake case (default)
|
|
891
|
+
_content_type (str/None): force body content-type.
|
|
892
|
+
Default is None and content-type will be predicted by allowed
|
|
893
|
+
content-types and body.
|
|
894
|
+
_host_index (int/None): specifies the index of the server
|
|
895
|
+
that we want to use.
|
|
896
|
+
Default is read from the configuration.
|
|
897
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
898
|
+
request; this effectively ignores the authentication
|
|
899
|
+
in the spec for a single request.
|
|
900
|
+
Default is None
|
|
901
|
+
async_req (bool): execute request asynchronously
|
|
902
|
+
|
|
903
|
+
Returns:
|
|
904
|
+
ValueResourceCollectionOutcomeOfProductFilterConfig
|
|
905
|
+
If the method is called asynchronously, returns the request
|
|
906
|
+
thread.
|
|
907
|
+
"""
|
|
908
|
+
kwargs['async_req'] = kwargs.get(
|
|
909
|
+
'async_req', False
|
|
910
|
+
)
|
|
911
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
912
|
+
'_return_http_data_only', True
|
|
913
|
+
)
|
|
914
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
915
|
+
'_preload_content', True
|
|
916
|
+
)
|
|
917
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
918
|
+
'_request_timeout', None
|
|
919
|
+
)
|
|
920
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
921
|
+
'_check_input_type', True
|
|
922
|
+
)
|
|
923
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
924
|
+
'_check_return_type', True
|
|
925
|
+
)
|
|
926
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
927
|
+
'_spec_property_naming', False
|
|
928
|
+
)
|
|
929
|
+
kwargs['_content_type'] = kwargs.get(
|
|
930
|
+
'_content_type')
|
|
931
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
932
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
933
|
+
kwargs['product_set_id'] = \
|
|
934
|
+
product_set_id
|
|
935
|
+
return self.fetch_product_filtering_usages_endpoint.call_with_http_info(**kwargs)
|
|
936
|
+
|
|
937
|
+
def fetch_product_set(
|
|
938
|
+
self,
|
|
939
|
+
product_set_id,
|
|
940
|
+
**kwargs
|
|
941
|
+
):
|
|
942
|
+
"""fetch_product_set # noqa: E501
|
|
943
|
+
|
|
944
|
+
Fetch an existing product set # noqa: E501
|
|
945
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
946
|
+
asynchronous HTTP request, please pass async_req=True
|
|
947
|
+
|
|
948
|
+
>>> thread = api.fetch_product_set(product_set_id, async_req=True)
|
|
949
|
+
>>> result = thread.get()
|
|
950
|
+
|
|
951
|
+
Args:
|
|
952
|
+
product_set_id (str): ID of the product set
|
|
953
|
+
|
|
954
|
+
Keyword Args:
|
|
955
|
+
_return_http_data_only (bool): response data without head status
|
|
956
|
+
code and headers. Default is True.
|
|
957
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
958
|
+
will be returned without reading/decoding response data.
|
|
959
|
+
Default is True.
|
|
960
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
961
|
+
one number provided, it will be total request timeout. It can also
|
|
962
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
963
|
+
Default is None.
|
|
964
|
+
_check_input_type (bool): specifies if type checking
|
|
965
|
+
should be done one the data sent to the server.
|
|
966
|
+
Default is True.
|
|
967
|
+
_check_return_type (bool): specifies if type checking
|
|
968
|
+
should be done one the data received from the server.
|
|
969
|
+
Default is True.
|
|
970
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
971
|
+
are serialized names, as specified in the OpenAPI document.
|
|
972
|
+
False if the variable names in the input data
|
|
973
|
+
are pythonic names, e.g. snake case (default)
|
|
974
|
+
_content_type (str/None): force body content-type.
|
|
975
|
+
Default is None and content-type will be predicted by allowed
|
|
976
|
+
content-types and body.
|
|
977
|
+
_host_index (int/None): specifies the index of the server
|
|
978
|
+
that we want to use.
|
|
979
|
+
Default is read from the configuration.
|
|
980
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
981
|
+
request; this effectively ignores the authentication
|
|
982
|
+
in the spec for a single request.
|
|
983
|
+
Default is None
|
|
984
|
+
async_req (bool): execute request asynchronously
|
|
985
|
+
|
|
986
|
+
Returns:
|
|
987
|
+
ResourceOutcomeOfProductSet
|
|
988
|
+
If the method is called asynchronously, returns the request
|
|
989
|
+
thread.
|
|
990
|
+
"""
|
|
991
|
+
kwargs['async_req'] = kwargs.get(
|
|
992
|
+
'async_req', False
|
|
993
|
+
)
|
|
994
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
995
|
+
'_return_http_data_only', True
|
|
996
|
+
)
|
|
997
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
998
|
+
'_preload_content', True
|
|
999
|
+
)
|
|
1000
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
1001
|
+
'_request_timeout', None
|
|
1002
|
+
)
|
|
1003
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
1004
|
+
'_check_input_type', True
|
|
1005
|
+
)
|
|
1006
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
1007
|
+
'_check_return_type', True
|
|
1008
|
+
)
|
|
1009
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
1010
|
+
'_spec_property_naming', False
|
|
1011
|
+
)
|
|
1012
|
+
kwargs['_content_type'] = kwargs.get(
|
|
1013
|
+
'_content_type')
|
|
1014
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
1015
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
1016
|
+
kwargs['product_set_id'] = \
|
|
1017
|
+
product_set_id
|
|
1018
|
+
return self.fetch_product_set_endpoint.call_with_http_info(**kwargs)
|
|
1019
|
+
|
|
1020
|
+
def fetch_product_sets(
|
|
1021
|
+
self,
|
|
1022
|
+
dataset_id,
|
|
1023
|
+
**kwargs
|
|
1024
|
+
):
|
|
1025
|
+
"""fetch_product_sets # noqa: E501
|
|
1026
|
+
|
|
1027
|
+
Fetch product sets of a given dataset # noqa: E501
|
|
1028
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1029
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1030
|
+
|
|
1031
|
+
>>> thread = api.fetch_product_sets(dataset_id, async_req=True)
|
|
1032
|
+
>>> result = thread.get()
|
|
1033
|
+
|
|
1034
|
+
Args:
|
|
1035
|
+
dataset_id (str): The ID of the dataset that should be used for product set retrieval
|
|
1036
|
+
|
|
1037
|
+
Keyword Args:
|
|
1038
|
+
_return_http_data_only (bool): response data without head status
|
|
1039
|
+
code and headers. Default is True.
|
|
1040
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
1041
|
+
will be returned without reading/decoding response data.
|
|
1042
|
+
Default is True.
|
|
1043
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
1044
|
+
one number provided, it will be total request timeout. It can also
|
|
1045
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
1046
|
+
Default is None.
|
|
1047
|
+
_check_input_type (bool): specifies if type checking
|
|
1048
|
+
should be done one the data sent to the server.
|
|
1049
|
+
Default is True.
|
|
1050
|
+
_check_return_type (bool): specifies if type checking
|
|
1051
|
+
should be done one the data received from the server.
|
|
1052
|
+
Default is True.
|
|
1053
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
1054
|
+
are serialized names, as specified in the OpenAPI document.
|
|
1055
|
+
False if the variable names in the input data
|
|
1056
|
+
are pythonic names, e.g. snake case (default)
|
|
1057
|
+
_content_type (str/None): force body content-type.
|
|
1058
|
+
Default is None and content-type will be predicted by allowed
|
|
1059
|
+
content-types and body.
|
|
1060
|
+
_host_index (int/None): specifies the index of the server
|
|
1061
|
+
that we want to use.
|
|
1062
|
+
Default is read from the configuration.
|
|
1063
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
1064
|
+
request; this effectively ignores the authentication
|
|
1065
|
+
in the spec for a single request.
|
|
1066
|
+
Default is None
|
|
1067
|
+
async_req (bool): execute request asynchronously
|
|
1068
|
+
|
|
1069
|
+
Returns:
|
|
1070
|
+
ResourceCollectionOutcomeOfProductSet
|
|
1071
|
+
If the method is called asynchronously, returns the request
|
|
1072
|
+
thread.
|
|
1073
|
+
"""
|
|
1074
|
+
kwargs['async_req'] = kwargs.get(
|
|
1075
|
+
'async_req', False
|
|
1076
|
+
)
|
|
1077
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
1078
|
+
'_return_http_data_only', True
|
|
1079
|
+
)
|
|
1080
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
1081
|
+
'_preload_content', True
|
|
1082
|
+
)
|
|
1083
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
1084
|
+
'_request_timeout', None
|
|
1085
|
+
)
|
|
1086
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
1087
|
+
'_check_input_type', True
|
|
1088
|
+
)
|
|
1089
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
1090
|
+
'_check_return_type', True
|
|
1091
|
+
)
|
|
1092
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
1093
|
+
'_spec_property_naming', False
|
|
1094
|
+
)
|
|
1095
|
+
kwargs['_content_type'] = kwargs.get(
|
|
1096
|
+
'_content_type')
|
|
1097
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
1098
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
1099
|
+
kwargs['dataset_id'] = \
|
|
1100
|
+
dataset_id
|
|
1101
|
+
return self.fetch_product_sets_endpoint.call_with_http_info(**kwargs)
|
|
1102
|
+
|
|
1103
|
+
def patch_product_set(
|
|
1104
|
+
self,
|
|
1105
|
+
product_set_id,
|
|
1106
|
+
**kwargs
|
|
1107
|
+
):
|
|
1108
|
+
"""patch_product_set # noqa: E501
|
|
1109
|
+
|
|
1110
|
+
Patch an existing product set # noqa: E501
|
|
1111
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1112
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1113
|
+
|
|
1114
|
+
>>> thread = api.patch_product_set(product_set_id, async_req=True)
|
|
1115
|
+
>>> result = thread.get()
|
|
1116
|
+
|
|
1117
|
+
Args:
|
|
1118
|
+
product_set_id (str): ID of the product set
|
|
1119
|
+
|
|
1120
|
+
Keyword Args:
|
|
1121
|
+
value_resource_input_of_patch_product_set_request (ValueResourceInputOfPatchProductSetRequest): [optional]
|
|
1122
|
+
_return_http_data_only (bool): response data without head status
|
|
1123
|
+
code and headers. Default is True.
|
|
1124
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
1125
|
+
will be returned without reading/decoding response data.
|
|
1126
|
+
Default is True.
|
|
1127
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
1128
|
+
one number provided, it will be total request timeout. It can also
|
|
1129
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
1130
|
+
Default is None.
|
|
1131
|
+
_check_input_type (bool): specifies if type checking
|
|
1132
|
+
should be done one the data sent to the server.
|
|
1133
|
+
Default is True.
|
|
1134
|
+
_check_return_type (bool): specifies if type checking
|
|
1135
|
+
should be done one the data received from the server.
|
|
1136
|
+
Default is True.
|
|
1137
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
1138
|
+
are serialized names, as specified in the OpenAPI document.
|
|
1139
|
+
False if the variable names in the input data
|
|
1140
|
+
are pythonic names, e.g. snake case (default)
|
|
1141
|
+
_content_type (str/None): force body content-type.
|
|
1142
|
+
Default is None and content-type will be predicted by allowed
|
|
1143
|
+
content-types and body.
|
|
1144
|
+
_host_index (int/None): specifies the index of the server
|
|
1145
|
+
that we want to use.
|
|
1146
|
+
Default is read from the configuration.
|
|
1147
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
1148
|
+
request; this effectively ignores the authentication
|
|
1149
|
+
in the spec for a single request.
|
|
1150
|
+
Default is None
|
|
1151
|
+
async_req (bool): execute request asynchronously
|
|
1152
|
+
|
|
1153
|
+
Returns:
|
|
1154
|
+
ResourceOutcomeOfProductSet
|
|
1155
|
+
If the method is called asynchronously, returns the request
|
|
1156
|
+
thread.
|
|
1157
|
+
"""
|
|
1158
|
+
kwargs['async_req'] = kwargs.get(
|
|
1159
|
+
'async_req', False
|
|
1160
|
+
)
|
|
1161
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
1162
|
+
'_return_http_data_only', True
|
|
1163
|
+
)
|
|
1164
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
1165
|
+
'_preload_content', True
|
|
1166
|
+
)
|
|
1167
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
1168
|
+
'_request_timeout', None
|
|
1169
|
+
)
|
|
1170
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
1171
|
+
'_check_input_type', True
|
|
1172
|
+
)
|
|
1173
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
1174
|
+
'_check_return_type', True
|
|
1175
|
+
)
|
|
1176
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
1177
|
+
'_spec_property_naming', False
|
|
1178
|
+
)
|
|
1179
|
+
kwargs['_content_type'] = kwargs.get(
|
|
1180
|
+
'_content_type')
|
|
1181
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
1182
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
1183
|
+
kwargs['product_set_id'] = \
|
|
1184
|
+
product_set_id
|
|
1185
|
+
return self.patch_product_set_endpoint.call_with_http_info(**kwargs)
|
|
1186
|
+
|
|
1187
|
+
def remove_product_set(
|
|
1188
|
+
self,
|
|
1189
|
+
product_set_id,
|
|
1190
|
+
**kwargs
|
|
1191
|
+
):
|
|
1192
|
+
"""remove_product_set # noqa: E501
|
|
1193
|
+
|
|
1194
|
+
Remove a product set # noqa: E501
|
|
1195
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1196
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1197
|
+
|
|
1198
|
+
>>> thread = api.remove_product_set(product_set_id, async_req=True)
|
|
1199
|
+
>>> result = thread.get()
|
|
1200
|
+
|
|
1201
|
+
Args:
|
|
1202
|
+
product_set_id (str): ID of the product set to remove
|
|
1203
|
+
|
|
1204
|
+
Keyword Args:
|
|
1205
|
+
_return_http_data_only (bool): response data without head status
|
|
1206
|
+
code and headers. Default is True.
|
|
1207
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
1208
|
+
will be returned without reading/decoding response data.
|
|
1209
|
+
Default is True.
|
|
1210
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
1211
|
+
one number provided, it will be total request timeout. It can also
|
|
1212
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
1213
|
+
Default is None.
|
|
1214
|
+
_check_input_type (bool): specifies if type checking
|
|
1215
|
+
should be done one the data sent to the server.
|
|
1216
|
+
Default is True.
|
|
1217
|
+
_check_return_type (bool): specifies if type checking
|
|
1218
|
+
should be done one the data received from the server.
|
|
1219
|
+
Default is True.
|
|
1220
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
1221
|
+
are serialized names, as specified in the OpenAPI document.
|
|
1222
|
+
False if the variable names in the input data
|
|
1223
|
+
are pythonic names, e.g. snake case (default)
|
|
1224
|
+
_content_type (str/None): force body content-type.
|
|
1225
|
+
Default is None and content-type will be predicted by allowed
|
|
1226
|
+
content-types and body.
|
|
1227
|
+
_host_index (int/None): specifies the index of the server
|
|
1228
|
+
that we want to use.
|
|
1229
|
+
Default is read from the configuration.
|
|
1230
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
1231
|
+
request; this effectively ignores the authentication
|
|
1232
|
+
in the spec for a single request.
|
|
1233
|
+
Default is None
|
|
1234
|
+
async_req (bool): execute request asynchronously
|
|
1235
|
+
|
|
1236
|
+
Returns:
|
|
1237
|
+
Outcome
|
|
1238
|
+
If the method is called asynchronously, returns the request
|
|
1239
|
+
thread.
|
|
1240
|
+
"""
|
|
1241
|
+
kwargs['async_req'] = kwargs.get(
|
|
1242
|
+
'async_req', False
|
|
1243
|
+
)
|
|
1244
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
1245
|
+
'_return_http_data_only', True
|
|
1246
|
+
)
|
|
1247
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
1248
|
+
'_preload_content', True
|
|
1249
|
+
)
|
|
1250
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
1251
|
+
'_request_timeout', None
|
|
1252
|
+
)
|
|
1253
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
1254
|
+
'_check_input_type', True
|
|
1255
|
+
)
|
|
1256
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
1257
|
+
'_check_return_type', True
|
|
1258
|
+
)
|
|
1259
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
1260
|
+
'_spec_property_naming', False
|
|
1261
|
+
)
|
|
1262
|
+
kwargs['_content_type'] = kwargs.get(
|
|
1263
|
+
'_content_type')
|
|
1264
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
1265
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
1266
|
+
kwargs['product_set_id'] = \
|
|
1267
|
+
product_set_id
|
|
1268
|
+
return self.remove_product_set_endpoint.call_with_http_info(**kwargs)
|
|
1269
|
+
|