Pagination
Whenever you try to retrieve a list (e.g shipping labels list), the pagination property is added to their response by default
We include the following as query parameters to limit our queries.
GET
/example_list_url?Page=1&PerPage=1
Query Parameters
Last updated