Closed ghost closed 7 months ago
You need to set the xsi type of the field, see this code for an example: https://github.com/googleads/googleads-python-lib/blob/main/examples/ad_manager/v202402/custom_field_service/set_line_item_custom_field_value.py#L84
Hello, I am trying to update the custom fields of order using this api library. But I am facing following issue when I update customFieldValues in order object
Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element ns0:customFieldValues.
FYI, this is what I tried to update the order object
Thank you!