London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I want to retrieve all carts from current and two days back. I retrieve the carts like this:
I could loop over this until I find the cart that I want, by changing StartingRecord for each iteration:
Loop 1: get 0-20000
Loop 2: get 20001...40000
Loop 3: get 40001...60000...found cart I want...now break.
Question is, whether there is an easier way to retrieve all carts in one go?