API Rest: get orders list

Hi,

using a cUrl call to https://shop_name.myshopify.com/admin/api/2023-01/orders.json?created_at_min=2023-03-01T11%3A44%3A45%2B02%3A00&financial_status=paid&limit=250 I get the order list from the date 2023-03-01.

I get less than 10 orders, but in the shopify dashboard, I see lots of orders from that date on, everyone in “paid” status.

So can anyone help me to investigate why I get only few orders and not all lists available?

Thanks.

Cristian

check if response is paginated

You can confirm by checking nexturl header in response of API

This link will help: Link