Preview a taxonomy preset import (dry run)
Reports EXACTLY what importing this preset would do — which axes would be created and which would be skipped, each with its reason — and writes nothing. Same payload shape as the import itself, so a caller can show the consequence and then confirm it. Call this before importing whenever the merchant already has axes: the import is additive and skips collisions rather than refusing, and the reason is what tells them whether a skip is benign (name-taken) or something they deliberately retired (archived).
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.
Path Parameters
The preset id (e.g. solya-fashion).
1
