List reorder policies (seuils de réapprovisionnement)
Returns a page of the min/max reorder-point policies configured per SKU × store, optionally narrowed to one shopId. A SKU with no configured policy still gets a suggestion (the engine falls back to its own stock read-model reorderPoint) — this list only shows the EXPLICITLY configured overrides. Use page/pageSize (max 100) to walk the result; total/pageCount tell you when to stop.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Query Parameters
1-based page index to return. Defaults to 1.
1 <= x <= 9007199254740991Rows per page, 1..100. Defaults to 20.
1 <= x <= 100Filter to one store (magasin).
1Response
A page of reorder policies with the pagination totals.
A page of reorder policies with the pagination totals.
The rows on this page, in the query's sort order.
Total rows matching the filter across ALL pages, not just this one.
0 <= x <= 9007199254740991The 1-based page number served.
0 < x <= 9007199254740991Rows requested per page.
0 < x <= 9007199254740991Total number of pages; stop walking when page reaches it.
0 <= x <= 9007199254740991
