Skip to main content
GET /api/v2/storefront/operating-instructions Returns all operating-instructions versions for your storefront, newest first. The active version (if any) is flagged with isActive: true on its row. Use this to render version history or find the number to re-activate.

Request

Parameters

This endpoint takes no parameters.

Response

Returns an array of OperatingInstructionsResponse objects, newest version first. At most one item has isActive: true; when no version has been activated yet, every row reports isActive: false.

Errors

  • 400 VALIDATION_ERROR — malformed request.
See Errors for the full error contract.

Operating instructions tasks

All operating-instructions operations

Get active version

Just the version in force now

Create version

Author a new version

Operating instructions overview

Concepts and versioning model