API Code

I have been given a Company reference and API code from an external company to add to my e-commerce site but I don’t know where exactly to insert it.
This will enable the company to provide me with item Skus.

Any help on this topic would be greatly appreciated.

Thanks

You will need to use the fetch API to access a 3rd party service. You can get more information in the article Wix Code: How to Access 3rd-Party Services with the Fetch API . You can also load the Example: Send email with the SendGrid REST interface into your editor and examine the code.

Good luck,

Yisrael

Thank you, I’ll try it.