• Welcome to KonaKart Community Forum. Please login or sign up.
 

is it possible to getproduct with url

Started by baroninn, October 24, 2016, 04:01:20 pm

Previous topic - Next topic

baroninn

Is it possible to get informations about a product from konakart with URL ?

ive been trying to figure it out with
https://netverslun.is/konakart/services/KKWebServiceEng?wsdl
or
https://netverslun.is/konakart/konakartjson
or
https://netverslun.is/konakart/konakartjson?getProduct=1

But cannot seem to find any way....
Maybe it isnt possible ?

julie

You can use the APIs (JSON, SOAP, RMI or POJO). If you want to use a URL then you can create a servlet that's invoked by your URL, that then makes an API call and returns the product object either as a JSON or XML string.