Existe alguma maneira de enviar a informação similar (produtos suplentes) via integração para a vtex ?

Também gostaria de saber.

@Amannda Vieira​ mandei uma pergunta no help e depois de muito tempo me retornaram, com o método, fiz o teste e deu certinho

espero que te ajude também

StockKeepingUnitComplementInsertUpdate

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:vtex="http://schemas.datacontract.org/2004/07/Vtex.Commerce.WebApps.AdminWcfService.Contracts" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<soapenv:Header/>

<soapenv:Body>

<tem:StockKeepingUnitComplementInsertUpdate>

<!--Optional:-->

<tem:objStockKeepingUnitComplementDTO>

<!--Optional - Complement type (Accessory, Sugestion, Similarly, ShowTogether)-->

<vtex:ComplementType></vtex:ComplementType>

<!--Optional - SKU ID to be added as complement-->

<vtex:StockKeepingUnitComplements>

<!--Array / integer-->

<arr:int></arr:int>

</vtex:StockKeepingUnitComplements>

<!--SKU ID that will receive the complement-->

<vtex:StockKeepingUnitId></vtex:StockKeepingUnitId>

</tem:objStockKeepingUnitComplementDTO>

</tem:StockKeepingUnitComplementInsertUpdate>

</soapenv:Body>

</soapenv:Envelope>

Obrigado @Rafael Müller​ , vamos testar aqui.