Replies: 1 comment
-
|
Please provide a shop name or shop id so that we can investigate further. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Etsy API Support Team,
I’m experiencing an issue with pagination when calling the getShopReadinessStateDefinitions endpoint.
When I call the API without providing a limit or offset, the full dataset is returned correctly and includes the readiness state I need.
However, when I use pagination (for example, limit = 5 with an increasing offset), some records are missing. To investigate further, I tested the API via Postman using limit = 1 and incrementing the offset sequentially. I noticed that a specific record never appears in the paginated responses.
Additional details:
The count value returned by the API is 19
The missing record should appear at index 10 (0-based index)
Despite iterating through all offsets, this record is not returned when pagination is applied
Could you please confirm whether there is a known issue or limitation with pagination for this endpoint, or if there is a recommended way to retrieve all readiness state definitions reliably?
Thank you for your support.
Beta Was this translation helpful? Give feedback.
All reactions