This content has been marked as final.
Show 1 reply
-
1. Re: Use APIs from a non-BC site
Liam Dilley Sep 8, 2014 3:20 PM (in response to nicolas@tei)Hi there,
That is a bit of a mix up.
You can not use Webapp API's on a a 3rd party system at this time and only through BC apps. other API's like the eCommerce can be used on 3rd party systems.
Ajax will not work because browsers use the same domain policy for protection, you need to do server side code or properly create jsonp etc content to access data if you want to read from another system in BC or other web services. All depends on what you are trying to achieve.


