Hi, for the purposes of integration I need to invoke from vtex product page an external editor. The editor will modify product and return data to vtex. Can I achieve this via showing custom editor in an iframe and then sending data back over web api?

A parte do catálogo é o único modo que ainda é feito via WebService, mas sim é possível.

Basta seguir a documentação:

http://help.vtex.com/pt/tutorial/guia-de-integracao-de-erps

Thanks a lot, that will be helpful for feeding back information to VTEX.

How about UI integration? Can I show my custom editor in the Vtex UI?

On other platforms, I have shown it in an iFrame.

Is it possible that I place an iframe in Vtex UI and open there a custom editor?

Não é possível customizar o painel da VTEX com um iframe.

Só seria possível criando uma extensão para o navegador chrome, firefox, etc...

Thanks a lot! So iframe would not work. Besides extensions for chrome or firefox, is there any other alternative to show a custom editor inside Vtex UI?

O painel da VTEX não é customizável neste sentido.

Sem uma extensão para os navegadores não é possível.

That fully answers my questions - thank you very much, Nathan!