store_version

Collection: store_versions

A store version represents a specific version of the Foxy storefront. Each version includes information about supported cart types, changelog details, and release metadata. Store versions are managed by Foxy and are read-only resources.

Actions

GET View a store version
HEAD Get just the header response
OPTIONS Get a response explaining which HTTP methods are supported

Properties (10)

version String · Read-only

The human-readable version string.

version_date String · Read-only

The public release date for this version.

is_visible Boolean · Read-only

Whether this version is visible in the admin interface.

is_beta Boolean · Read-only

Whether this version is a beta release.

changelog_content String · Read-only

The full changelog as HTML.

changelog_url String · Read-only

URL to the changelog.

changelog_blog_url String · Read-only

Blog post URL describing the release.

cart_types Object · Read-only

JSON object describing the various cart types supported by this version, including associated CSS and JS files.

date_created String (nullable) · Read-only

The date this resource was created.

date_modified String (nullable) · Read-only

The date this resource was last modified.

Link Relations (3)

self This Store Version
fx:property_helpers GET Property Helpers
fx:store_versions GET All Store Versions
https://api.foxycart.com/store_versions/{id}
Available via fx:store_version on store

Example Representation

No example representation available for this resource.