Skip to main content
GET /api/v2/storefront/operating-instructions/active Returns the version currently advertised as active — the one the Interchange Merchandising Engine will use on the next composition. Returns 404 when no version has been activated yet.

Request

curl "https://api.interchange.io/api/v2/storefront/operating-instructions/active" \
  -H "Authorization: Bearer $SCOPE3_API_KEY"

Parameters

This endpoint takes no parameters.

Response

{
  "id": "43",
  "storefrontId": "1234",
  "version": 3,
  "content": "# Merchandising rules\n\nLead with premium CTV inventory. Never surface remnant display to direct-response buyers.",
  "notes": "tighten brand-safety rules",
  "isActive": true,
  "createdAt": "2026-06-01T14:30:00Z",
  "createdBy": "5567"
}
Returns the active OperatingInstructionsResponse, with isActive: true.

Errors

  • 404 NOT_FOUND — no version has been activated for your storefront.
See Errors for the full error contract.

Activate version

Set the active version

List versions

See all versions, newest first

Operating instructions tasks

All operating-instructions operations

Operating instructions overview

Concepts and versioning model