mwr
New Member
Posts: 2
|
Post by mwr on Apr 21, 2018 6:14:07 GMT
When my commerce list got above 200 items, no error but list no longer loaded anything.
I'm still new to C# environment, but I'm gonna take a look at this issue and see if I can adjust the code to handle it.
There is a message saying 'request list limited to 200 ids' being returned from the API site, so I'm gonna assume that the pao code is trying to send the whole group rather than segmenting into smaller batches. The exception is from commerceservice.cs line 193. ( IIRC )
For now, I trimmed my list back below a count of 200 items.
|
|