criteo-api-retailmedia-sdk 0.0.240404__py3-none-any.whl → 0.0.240618__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-retailmedia-sdk might be problematic. Click here for more details.
- criteo_api_retailmedia_preview/__init__.py +1 -1
- criteo_api_retailmedia_preview/api/audience_api.py +284 -0
- criteo_api_retailmedia_preview/api/campaign_api.py +1755 -448
- criteo_api_retailmedia_preview/api_client.py +1 -1
- criteo_api_retailmedia_preview/configuration.py +1 -1
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keyword_model.py → add_remove_keyword_model.py} +12 -19
- criteo_api_retailmedia_preview/model/add_remove_keywords_model.py +262 -0
- criteo_api_retailmedia_preview/model/add_remove_keywords_model_request.py +262 -0
- criteo_api_retailmedia_preview/model/add_remove_keywords_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/approval_status_model.py +292 -0
- criteo_api_retailmedia_preview/model/async_accounts_report.py +39 -27
- criteo_api_retailmedia_preview/model/async_campaigns_report.py +24 -13
- criteo_api_retailmedia_preview/model/async_line_items_report.py +24 -13
- criteo_api_retailmedia_preview/model/audience_error.py +310 -0
- criteo_api_retailmedia_preview/model/audience_warning.py +312 -0
- criteo_api_retailmedia_preview/model/{line_item_bid_multipliers_response.py → creative_v2_list_response.py} +16 -16
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_resource_outcome.py → creative_v2_response.py} +19 -17
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keywords_model_request.py → error_code_response.py} +23 -11
- criteo_api_retailmedia_preview/model/external_choice_variable_value.py +269 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bids_model.py → external_color_variable_value.py} +11 -14
- criteo_api_retailmedia_preview/model/external_creative_create_model_v2.py +297 -0
- criteo_api_retailmedia_preview/model/external_creative_update_model_v2.py +297 -0
- criteo_api_retailmedia_preview/model/external_creative_v2.py +361 -0
- criteo_api_retailmedia_preview/model/external_files_variable_value.py +272 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bids_model_request.py → external_hyperlink_variable_value.py} +7 -13
- criteo_api_retailmedia_preview/model/{line_item_bid_multipliers.py → external_line_item_bid_multipliers_v2.py} +41 -29
- criteo_api_retailmedia_preview/model/external_page_type_environment.py +293 -0
- criteo_api_retailmedia_preview/model/external_template_variable_value.py +309 -0
- criteo_api_retailmedia_preview/model/external_text_variable_value.py +263 -0
- criteo_api_retailmedia_preview/model/external_video_variable_value.py +293 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_input_keywords_model.py → input_keywords_model.py} +4 -16
- criteo_api_retailmedia_preview/model/{json_api_body_with_id_of_int64_and_line_item_bid_multipliers_and_line_item_bid_multipliers.py → json_api_body_with_id_of_int64_and_line_item_bid_multipliers_v2_and_line_item_bid_multipliers_v2.py} +8 -8
- criteo_api_retailmedia_preview/model/{json_api_single_response_of_line_item_bid_multipliers.py → json_api_single_response_of_line_item_bid_multipliers_v2.py} +14 -14
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_keyword_data_model.py → keyword_data_model.py} +19 -37
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_keywords_model.py → keywords_model.py} +9 -18
- criteo_api_retailmedia_preview/model/keywords_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/keywords_model_response.py +274 -0
- criteo_api_retailmedia_preview/model/{line_item_bid_multipliers_request.py → line_item_bid_multipliers_v2_request.py} +8 -8
- criteo_api_retailmedia_preview/model/line_item_bid_multipliers_v2_response.py +281 -0
- criteo_api_retailmedia_preview/model/line_item_product_status.py +291 -0
- criteo_api_retailmedia_preview/model/match_type_model.py +291 -0
- criteo_api_retailmedia_preview/model/negotiation_state_model.py +293 -0
- criteo_api_retailmedia_preview/model/product_metadata.py +269 -0
- criteo_api_retailmedia_preview/model/product_resource_outcome.py +266 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keywords_model.py → promoted_product.py} +18 -19
- criteo_api_retailmedia_preview/model/promoted_product_resource.py +270 -0
- criteo_api_retailmedia_preview/model/promoted_product_resource_collection_input.py +262 -0
- criteo_api_retailmedia_preview/model/promoted_product_resource_collection_outcome.py +278 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_proposal_status_model.py → proposal_status_model.py} +22 -50
- criteo_api_retailmedia_preview/model/proposal_status_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/proposal_status_model_response.py +274 -0
- criteo_api_retailmedia_preview/model/{resource_of_line_item_bid_multipliers.py → resource_of_creative_v2.py} +8 -8
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_keywords_model_resource.py → resource_of_line_item_bid_multipliers_v2.py} +17 -23
- criteo_api_retailmedia_preview/model/resource_outcome.py +268 -0
- criteo_api_retailmedia_preview/model/retail_media_account.py +6 -6
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bids_model_resource.py → retail_media_contactlist_amendment.py} +16 -20
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keywords_model_resource.py → retail_media_contactlist_amendment_attributes.py} +34 -25
- criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment_request.py +275 -0
- criteo_api_retailmedia_preview/model/retail_media_contactlist_operation.py +291 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_proposal_status_model_resource.py → retail_media_contactlist_operation_response_attributes.py} +14 -16
- criteo_api_retailmedia_preview/model/retail_media_contactlist_operation_response_attributes_attributes.py +297 -0
- criteo_api_retailmedia_preview/model/review_state_model.py +294 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_problem_details.py → rmca_common_problem.py} +41 -30
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bid_model.py → set_bid_model.py} +4 -10
- criteo_api_retailmedia_preview/model/set_bids_model.py +262 -0
- criteo_api_retailmedia_preview/model/set_bids_model_request.py +262 -0
- criteo_api_retailmedia_preview/model/set_bids_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/sync_attributed_transactions_report.py +12 -10
- criteo_api_retailmedia_preview/model/sync_campaigns_report.py +24 -13
- criteo_api_retailmedia_preview/model/sync_line_items_report.py +24 -13
- criteo_api_retailmedia_preview/models/__init__.py +58 -24
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240618.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240618.dist-info}/RECORD +75 -41
- criteo_api_retailmedia_preview/model/retail_media_externalv1_keywords_model_response.py +0 -285
- criteo_api_retailmedia_preview/model/retail_media_externalv1_proposal_status_model_response.py +0 -285
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240618.dist-info}/WHEEL +0 -0
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240618.dist-info}/top_level.txt +0 -0
|
@@ -21,6 +21,9 @@ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
|
|
|
21
21
|
none_type,
|
|
22
22
|
validate_and_convert_types
|
|
23
23
|
)
|
|
24
|
+
from criteo_api_retailmedia_preview.model.error_code_response import ErrorCodeResponse
|
|
25
|
+
from criteo_api_retailmedia_preview.model.retail_media_contactlist_amendment_request import RetailMediaContactlistAmendmentRequest
|
|
26
|
+
from criteo_api_retailmedia_preview.model.retail_media_contactlist_operation import RetailMediaContactlistOperation
|
|
24
27
|
from criteo_api_retailmedia_preview.model.rm_legacy_audience_get_entity_v1_list_response import RmLegacyAudienceGetEntityV1ListResponse
|
|
25
28
|
from criteo_api_retailmedia_preview.model.rm_legacy_audience_get_entity_v2_list_response import RmLegacyAudienceGetEntityV2ListResponse
|
|
26
29
|
|
|
@@ -36,6 +39,58 @@ class AudienceApi(object):
|
|
|
36
39
|
if api_client is None:
|
|
37
40
|
api_client = ApiClient()
|
|
38
41
|
self.api_client = api_client
|
|
42
|
+
self.delete_contact_list_identifiers_endpoint = _Endpoint(
|
|
43
|
+
settings={
|
|
44
|
+
'response_type': None,
|
|
45
|
+
'auth': [
|
|
46
|
+
'oauth',
|
|
47
|
+
'oauth'
|
|
48
|
+
],
|
|
49
|
+
'endpoint_path': '/preview/retail-media/audience-segments/{audience-segment-id}/contact-list/clear',
|
|
50
|
+
'operation_id': 'delete_contact_list_identifiers',
|
|
51
|
+
'http_method': 'POST',
|
|
52
|
+
'servers': None,
|
|
53
|
+
},
|
|
54
|
+
params_map={
|
|
55
|
+
'all': [
|
|
56
|
+
'audience_segment_id',
|
|
57
|
+
],
|
|
58
|
+
'required': [
|
|
59
|
+
'audience_segment_id',
|
|
60
|
+
],
|
|
61
|
+
'nullable': [
|
|
62
|
+
],
|
|
63
|
+
'enum': [
|
|
64
|
+
],
|
|
65
|
+
'validation': [
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
root_map={
|
|
69
|
+
'validations': {
|
|
70
|
+
},
|
|
71
|
+
'allowed_values': {
|
|
72
|
+
},
|
|
73
|
+
'openapi_types': {
|
|
74
|
+
'audience_segment_id':
|
|
75
|
+
(int,),
|
|
76
|
+
},
|
|
77
|
+
'attribute_map': {
|
|
78
|
+
'audience_segment_id': 'audience-segment-id',
|
|
79
|
+
},
|
|
80
|
+
'location_map': {
|
|
81
|
+
'audience_segment_id': 'path',
|
|
82
|
+
},
|
|
83
|
+
'collection_format_map': {
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
headers_map={
|
|
87
|
+
'accept': [
|
|
88
|
+
'application/json'
|
|
89
|
+
],
|
|
90
|
+
'content_type': [],
|
|
91
|
+
},
|
|
92
|
+
api_client=api_client
|
|
93
|
+
)
|
|
39
94
|
self.legacy_get_audience_v1_endpoint = _Endpoint(
|
|
40
95
|
settings={
|
|
41
96
|
'response_type': (RmLegacyAudienceGetEntityV1ListResponse,),
|
|
@@ -176,6 +231,148 @@ class AudienceApi(object):
|
|
|
176
231
|
},
|
|
177
232
|
api_client=api_client
|
|
178
233
|
)
|
|
234
|
+
self.update_contact_list_identifiers_endpoint = _Endpoint(
|
|
235
|
+
settings={
|
|
236
|
+
'response_type': (RetailMediaContactlistOperation,),
|
|
237
|
+
'auth': [
|
|
238
|
+
'oauth',
|
|
239
|
+
'oauth'
|
|
240
|
+
],
|
|
241
|
+
'endpoint_path': '/preview/retail-media/audience-segments/{audience-segment-id}/contact-list/add-remove',
|
|
242
|
+
'operation_id': 'update_contact_list_identifiers',
|
|
243
|
+
'http_method': 'POST',
|
|
244
|
+
'servers': None,
|
|
245
|
+
},
|
|
246
|
+
params_map={
|
|
247
|
+
'all': [
|
|
248
|
+
'audience_segment_id',
|
|
249
|
+
'retail_media_contactlist_amendment_request',
|
|
250
|
+
],
|
|
251
|
+
'required': [
|
|
252
|
+
'audience_segment_id',
|
|
253
|
+
'retail_media_contactlist_amendment_request',
|
|
254
|
+
],
|
|
255
|
+
'nullable': [
|
|
256
|
+
],
|
|
257
|
+
'enum': [
|
|
258
|
+
],
|
|
259
|
+
'validation': [
|
|
260
|
+
]
|
|
261
|
+
},
|
|
262
|
+
root_map={
|
|
263
|
+
'validations': {
|
|
264
|
+
},
|
|
265
|
+
'allowed_values': {
|
|
266
|
+
},
|
|
267
|
+
'openapi_types': {
|
|
268
|
+
'audience_segment_id':
|
|
269
|
+
(int,),
|
|
270
|
+
'retail_media_contactlist_amendment_request':
|
|
271
|
+
(RetailMediaContactlistAmendmentRequest,),
|
|
272
|
+
},
|
|
273
|
+
'attribute_map': {
|
|
274
|
+
'audience_segment_id': 'audience-segment-id',
|
|
275
|
+
},
|
|
276
|
+
'location_map': {
|
|
277
|
+
'audience_segment_id': 'path',
|
|
278
|
+
'retail_media_contactlist_amendment_request': 'body',
|
|
279
|
+
},
|
|
280
|
+
'collection_format_map': {
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
headers_map={
|
|
284
|
+
'accept': [
|
|
285
|
+
'application/json'
|
|
286
|
+
],
|
|
287
|
+
'content_type': [
|
|
288
|
+
'application/json'
|
|
289
|
+
]
|
|
290
|
+
},
|
|
291
|
+
api_client=api_client
|
|
292
|
+
)
|
|
293
|
+
|
|
294
|
+
def delete_contact_list_identifiers(
|
|
295
|
+
self,
|
|
296
|
+
audience_segment_id,
|
|
297
|
+
**kwargs
|
|
298
|
+
):
|
|
299
|
+
"""delete_contact_list_identifiers # noqa: E501
|
|
300
|
+
|
|
301
|
+
Delete all identifiers from a retail-media contact list audience-segment, with external audience segment id. # noqa: E501
|
|
302
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
303
|
+
asynchronous HTTP request, please pass async_req=True
|
|
304
|
+
|
|
305
|
+
>>> thread = api.delete_contact_list_identifiers(audience_segment_id, async_req=True)
|
|
306
|
+
>>> result = thread.get()
|
|
307
|
+
|
|
308
|
+
Args:
|
|
309
|
+
audience_segment_id (int): The id of the contact list audience-segment to amend, we only accept external Id here
|
|
310
|
+
|
|
311
|
+
Keyword Args:
|
|
312
|
+
_return_http_data_only (bool): response data without head status
|
|
313
|
+
code and headers. Default is True.
|
|
314
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
315
|
+
will be returned without reading/decoding response data.
|
|
316
|
+
Default is True.
|
|
317
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
318
|
+
one number provided, it will be total request timeout. It can also
|
|
319
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
320
|
+
Default is None.
|
|
321
|
+
_check_input_type (bool): specifies if type checking
|
|
322
|
+
should be done one the data sent to the server.
|
|
323
|
+
Default is True.
|
|
324
|
+
_check_return_type (bool): specifies if type checking
|
|
325
|
+
should be done one the data received from the server.
|
|
326
|
+
Default is True.
|
|
327
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
328
|
+
are serialized names, as specified in the OpenAPI document.
|
|
329
|
+
False if the variable names in the input data
|
|
330
|
+
are pythonic names, e.g. snake case (default)
|
|
331
|
+
_content_type (str/None): force body content-type.
|
|
332
|
+
Default is None and content-type will be predicted by allowed
|
|
333
|
+
content-types and body.
|
|
334
|
+
_host_index (int/None): specifies the index of the server
|
|
335
|
+
that we want to use.
|
|
336
|
+
Default is read from the configuration.
|
|
337
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
338
|
+
request; this effectively ignores the authentication
|
|
339
|
+
in the spec for a single request.
|
|
340
|
+
Default is None
|
|
341
|
+
async_req (bool): execute request asynchronously
|
|
342
|
+
|
|
343
|
+
Returns:
|
|
344
|
+
None
|
|
345
|
+
If the method is called asynchronously, returns the request
|
|
346
|
+
thread.
|
|
347
|
+
"""
|
|
348
|
+
kwargs['async_req'] = kwargs.get(
|
|
349
|
+
'async_req', False
|
|
350
|
+
)
|
|
351
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
352
|
+
'_return_http_data_only', True
|
|
353
|
+
)
|
|
354
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
355
|
+
'_preload_content', True
|
|
356
|
+
)
|
|
357
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
358
|
+
'_request_timeout', None
|
|
359
|
+
)
|
|
360
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
361
|
+
'_check_input_type', True
|
|
362
|
+
)
|
|
363
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
364
|
+
'_check_return_type', True
|
|
365
|
+
)
|
|
366
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
367
|
+
'_spec_property_naming', False
|
|
368
|
+
)
|
|
369
|
+
kwargs['_content_type'] = kwargs.get(
|
|
370
|
+
'_content_type')
|
|
371
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
372
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
373
|
+
kwargs['audience_segment_id'] = \
|
|
374
|
+
audience_segment_id
|
|
375
|
+
return self.delete_contact_list_identifiers_endpoint.call_with_http_info(**kwargs)
|
|
179
376
|
|
|
180
377
|
def legacy_get_audience_v1(
|
|
181
378
|
self,
|
|
@@ -349,3 +546,90 @@ class AudienceApi(object):
|
|
|
349
546
|
account_id
|
|
350
547
|
return self.legacy_get_audience_v2_endpoint.call_with_http_info(**kwargs)
|
|
351
548
|
|
|
549
|
+
def update_contact_list_identifiers(
|
|
550
|
+
self,
|
|
551
|
+
audience_segment_id,
|
|
552
|
+
retail_media_contactlist_amendment_request,
|
|
553
|
+
**kwargs
|
|
554
|
+
):
|
|
555
|
+
"""update_contact_list_identifiers # noqa: E501
|
|
556
|
+
|
|
557
|
+
Add/remove identifiers to or from a retail-media contact list audience-segment, with external audience segment id. # noqa: E501
|
|
558
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
559
|
+
asynchronous HTTP request, please pass async_req=True
|
|
560
|
+
|
|
561
|
+
>>> thread = api.update_contact_list_identifiers(audience_segment_id, retail_media_contactlist_amendment_request, async_req=True)
|
|
562
|
+
>>> result = thread.get()
|
|
563
|
+
|
|
564
|
+
Args:
|
|
565
|
+
audience_segment_id (int): The id of the contact list audience-segment to amend, we only accept external Id here
|
|
566
|
+
retail_media_contactlist_amendment_request (RetailMediaContactlistAmendmentRequest):
|
|
567
|
+
|
|
568
|
+
Keyword Args:
|
|
569
|
+
_return_http_data_only (bool): response data without head status
|
|
570
|
+
code and headers. Default is True.
|
|
571
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
572
|
+
will be returned without reading/decoding response data.
|
|
573
|
+
Default is True.
|
|
574
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
575
|
+
one number provided, it will be total request timeout. It can also
|
|
576
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
577
|
+
Default is None.
|
|
578
|
+
_check_input_type (bool): specifies if type checking
|
|
579
|
+
should be done one the data sent to the server.
|
|
580
|
+
Default is True.
|
|
581
|
+
_check_return_type (bool): specifies if type checking
|
|
582
|
+
should be done one the data received from the server.
|
|
583
|
+
Default is True.
|
|
584
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
585
|
+
are serialized names, as specified in the OpenAPI document.
|
|
586
|
+
False if the variable names in the input data
|
|
587
|
+
are pythonic names, e.g. snake case (default)
|
|
588
|
+
_content_type (str/None): force body content-type.
|
|
589
|
+
Default is None and content-type will be predicted by allowed
|
|
590
|
+
content-types and body.
|
|
591
|
+
_host_index (int/None): specifies the index of the server
|
|
592
|
+
that we want to use.
|
|
593
|
+
Default is read from the configuration.
|
|
594
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
595
|
+
request; this effectively ignores the authentication
|
|
596
|
+
in the spec for a single request.
|
|
597
|
+
Default is None
|
|
598
|
+
async_req (bool): execute request asynchronously
|
|
599
|
+
|
|
600
|
+
Returns:
|
|
601
|
+
RetailMediaContactlistOperation
|
|
602
|
+
If the method is called asynchronously, returns the request
|
|
603
|
+
thread.
|
|
604
|
+
"""
|
|
605
|
+
kwargs['async_req'] = kwargs.get(
|
|
606
|
+
'async_req', False
|
|
607
|
+
)
|
|
608
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
609
|
+
'_return_http_data_only', True
|
|
610
|
+
)
|
|
611
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
612
|
+
'_preload_content', True
|
|
613
|
+
)
|
|
614
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
615
|
+
'_request_timeout', None
|
|
616
|
+
)
|
|
617
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
618
|
+
'_check_input_type', True
|
|
619
|
+
)
|
|
620
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
621
|
+
'_check_return_type', True
|
|
622
|
+
)
|
|
623
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
624
|
+
'_spec_property_naming', False
|
|
625
|
+
)
|
|
626
|
+
kwargs['_content_type'] = kwargs.get(
|
|
627
|
+
'_content_type')
|
|
628
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
629
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
630
|
+
kwargs['audience_segment_id'] = \
|
|
631
|
+
audience_segment_id
|
|
632
|
+
kwargs['retail_media_contactlist_amendment_request'] = \
|
|
633
|
+
retail_media_contactlist_amendment_request
|
|
634
|
+
return self.update_contact_list_identifiers_endpoint.call_with_http_info(**kwargs)
|
|
635
|
+
|