store_versions

Resource: property_helpers/store_version

Collection of available FoxyCart store versions. Filter to a specific version by including a store_version_uri value as a GET parameter.

Actions

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

Properties (1)

_embedded Object · Read-only

Contains fx:store_versions[] — array of property_helpers/store_version resources

https://api.foxycart.com/store_versions
Available via fx:store_versions on property_helpers·fx:store_versions on store_version

Example Representation

{
  "_links": {
    "curies": [
      {
        "name": "fx",
        "href": "https://api.foxycart.com/rels/{rel}",
        "templated": true
      }
    ],
    "self": {
      "href": "https://api.foxycart.com/stores/123/store_versions",
      "title": "This Collection"
    },
    "first": {
      "href": "https://api.foxycart.com/stores/123/store_versions?offset=0",
      "title": "First Page of this Collection"
    },
    "prev": {
      "href": "https://api.foxycart.com/stores/123/store_versions?offset=0",
      "title": "Previous Page of this Collection"
    },
    "next": {
      "href": "https://api.foxycart.com/stores/123/store_versions?offset=20",
      "title": "Next Page of this Collection"
    },
    "last": {
      "href": "https://api.foxycart.com/stores/123/store_versions?offset=20",
      "title": "Last Page of this Collection"
    }
  },
  "_embedded": {
    "fx:store_versions": [
      {
        "_links": {
          "curies": [
            {
              "name": "fx",
              "href": "https://api.foxycart.com/rels/{rel}",
              "templated": true
            }
          ],
          "self": {
            "href": "https://api.foxycart.com/store_version/456",
            "title": "This Store Version"
          },
          "store_versions": {
            "href": "https://api.foxycart.com/store_versions",
            "title": "All Store Versions"
          }
        }
      }
    ]
  },
  "total_items": 1,
  "returned_items": 1,
  "limit": 20,
  "offset": 0
}