cancel
Showing results for 
Search instead for 
Did you mean: 

CPQ SOAP API removes translations of attribute values which are not mentioned in request

pritee_patil
Explorer
0 Kudos
389

Using SimpleProductAdministration SOAP API, we can add/update translation of attribute value as highlighted below. However if same attribute has multiple values and those are not mentioned in SOAP request, their translations will be removed from CPQ. Standard English text for the value remains unchanged.

Please provide suggestion on how to maintain translations of all attribute values?

<Attributes UpdateOnlyListedAttributes="TRUE">

<Attribute UpdateOnlyListedValues="TRUE">

<AttributeName>

<USEnglish>

<![CDATA[product_material_met]]>

</USEnglish>

</AttributeName>

<AttributeSystemId>product_material_met</AttributeSystemId>

<Values UpdateOnlyListedValues="true">

<Value>

<USEnglish>

<![CDATA[[product material 1 EN ]]]>

</USEnglish>

<German>

<![CDATA[[product material 1 DE]]]>

</German>

<ValueCode>5100014847</ValueCode>

<AttributeValueSystemId>product_material_met_5100014847</AttributeValueSystemId>

</Value>

</Values>

</Attribute>

</Attributes>

Accepted Solutions (0)

Answers (0)