on 2023 May 24 11:16 AM
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>
Request clarification before answering.
User | Count |
---|---|
4 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.