PDA

View Full Version : Items Returned


indy2005
17-01-09, 12:45
Hi,

Can I ask why one 20 items are returned in a product list search when you specify a limit of 100?

If you are limited to 10 items at a time (and must use an offset into the 100 items for example to get at the page 2, page 3), then how do the SHopWindow sites implement the "show 50 items per page" option? DO you have to make 5 API calls, offsetting by 10 each time?

Regards

SM

indy2005
19-01-09, 00:02
Hi,

THink I may have worked this one out, but could do with a sanity check. It seems in VB.NET setting iLimit to 100 for example is not enough, you also have to set the iLimitSpecified = True option. I now seem to be getting many more items back.

i