Page 1 of 1

What is the ClientAPI service url?

Posted: Sun Jul 13, 2008 7:27 pm
by Mike718NY
To connect the DataPort to your store Run the DataPort . . .
fill in the information as follows:
....
In the ”Service URL” field type the ClientAPI service url running on your website. The service Url may be something like: http://www.mywebsite.com/ClientApi/Clie ... rvice.ashx

I don't understand this. What should I type for the URL? thanks

Re: What is the ClientAPI service url?

Posted: Sun Jul 13, 2008 10:19 pm
by afm
The sample is meant to be a pattern that you follow. If you normally use http://www.mywebsite.com/ to browse your store, then enter http://www.mywebsite.com/ClientApi/Clie ... rvice.ashx.

For example, if your site is http://www.mike.com, you would enter http://www.mike.com/ClientApi/ClientApiService.ashx.

Re: What is the ClientAPI service url?

Posted: Mon Jul 14, 2008 5:48 am
by Mike718NY
Thanks Andy