Aktionen
GX-Bug #69550
geschlossenPagination for packaging unit is not available in REST API v2 and endpoint is not documented
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
Unbestimmt
Release Notes Langtext:
REST API v2 Endpunkt für Verpackungseinheiten kann nun auch mit Pagination verwendet werden
Beschreibung
The page
and per_page
query parameters for the quantity units endpoint don't trigger a pagination.
Expectation:
<shop-url>/api.php/2/vpe?page=1&per_page=2
should return a paginated list of quantity units. Furthermore, the developers documentation should also list this REST API endpoint
Reality:
Endpoint returns all quantity units and endpoint is not documented in developers documentation
Aktionen