Open
Description
Preconditions and environment
- Magento 2.4.7 with sample data installed
Steps to reproduce
- Create a new guest cart
- Add more individual items to the cart than defined pageSize
- Query itemsV2 on cart with existing currentPage > 1
Expected result
itemsV2.items contains items
Actual result
itemsV2.items returns an empty array
{
"data": {
"cart": {
"itemsV2": {
"items": [],
"page_info": {
"current_page": 2,
"page_size": 10,
"total_pages": 3
},
"total_count": 22
}
}
}
}
Additional information
No response
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.