Skip to main content
GET
/
operating-instructions
List operating-instructions versions
curl --request GET \
  --url https://api.interchange.io/api/v2/storefront/operating-instructions \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "42",
      "storefrontId": "1234",
      "version": 3,
      "content": "<string>",
      "notes": "<string>",
      "isActive": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "createdBy": "<string>"
    }
  ],
  "total": 4503599627370495
}

Documentation Index

Fetch the complete documentation index at: https://docs.interchange.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or access token

Response

List operating-instructions versions

List of operating-instructions versions for a storefront.

items
object[]
required

Versions for this storefront, newest first. The active version (if any) is also flagged via isActive.

total
integer
required

Total number of versions authored for this storefront.

Required range: 0 <= x <= 9007199254740991