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
What is the ClientAPI service url?
Re: What is the ClientAPI service url?
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.
For example, if your site is http://www.mike.com, you would enter http://www.mike.com/ClientApi/ClientApiService.ashx.
Last edited by afm on Mon Jul 14, 2008 9:38 am, edited 1 time in total.
Re: What is the ClientAPI service url?
Thanks Andy