REST API to sync product items

I would like to write a Visual Studio C# application to synchronize data from an external source to WIX database.
Do you have examples (or a C# library) that allow using REST POST to create/update items, etc?
Just need to know HTTPS header details and the URI convention or point me to where this is documented.

Hi George,

Wix Code only support Javascript (plus HTML and CSS). However, you can use C# in an external application that “talks” to a Wix Code app using wix-fetch and wix-http-functions .

I hope that helps.

Yisrael

Thank you, will try that.

Is there any quick/short example of the c# calls to wix-fetch?

As I mentioned above, the wix-fetch API only supports Wix Code (Javascript) and not C#.

The URLs that are needed for external queries are detailed in the wix-http-functions API. For the C# code you’re on your own. :slightly_smiling_face: