GET /api/v2/storefront/operating-instructions/{version}
Fetches one operating-instructions version by its per-storefront version number. Use this to read a historical version before deciding whether to re-activate it.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
version | integer | Yes | Path param — per-storefront version number. Monotone, starts at 1, never reused |
Response
OperatingInstructionsResponse. isActive reflects whether this is currently the active version.
Errors
404 NOT_FOUND— no version with that number exists for your storefront.
Related
List versions
Find the version number to fetch
Activate version
Make this version the active one
Operating instructions tasks
All operating-instructions operations
Operating instructions overview
Concepts and versioning model