you'd just do an 'empty' query and cycle through the results.
On Jul 23, 8:31 pm, gwgeller wrote:
> Ok, I'm going to try doing it daily and taking the difference. My
> question now is what do I use as a query to return all my products?
> I'm using VB.NET.
> Thanks,
> Gunner
>
> On Jul 16, 10:20
How many requests are you actually sending ?
On Jul 21, 5:17 pm, Josh Roberts wrote:
> The query was working outside the API.
>
> What are the API-usage limits? that seems more likely.
>
> On Jul 21, 8:42 am, Celebird wrote:
>
>
>
> > stoppedworkingin
> > whatway?doesthesamequeryuriworkoutside
Hi,
I'm trying to retrieve data from the public feed where part of the
title doesn't contain a substring, for example:
(obviously, these are purely hypothetical)
The query:
/feeds/snippets/-/products?q=product abcxyz&max-results=10
Would return:
1. product abcxyz some more info ab123
2. prod
Hello Kee, have you got it work now? Thanks!
On Jul 17, 4:21 pm, kee wrote:
> I found the same problem,I have changed account for 5 times,everytime
> I can insert less than 5 entries(one by one,not by batch,and batch
> return 503 error)
>
> how to make it work~
--~--~
Anybody met with the same issue before??
On Jul 28, 12:36 am, Brad Walker wrote:
> I'm using the following code to call the API to insert items:
>
> private void PostData_Click(object sender, EventArgs e)
> {
> try
> {
> GBaseService servic