You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my commerce list got above 200 items, no error shown but my item list no longer loaded anything.
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.
The text was updated successfully, but these errors were encountered:
When my commerce list got above 200 items, no error shown but my item list no longer loaded anything.
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.
The text was updated successfully, but these errors were encountered: