Closed
Description
Preconditions (*)
- Magento 2.3.4
- REST API Call
Steps to reproduce (*)
- Fixture with 3 orders
- Request with
page_size
= 1 andcurrent_page
= 99
Expected result (*)
total_count
returns 3items
returns empty array OR OutOfRangeException
Actual result (*)
total_count
is 3items
returns repeated last page of results
Kudos for
@ihor-sviziev , @Vinai , @nuzil for discussion at #appdesign
channel about this issue.