---
title: ApiVersion - Storefront API
description: |
  A version of the Shopify API. Each version has a unique handle in date-based format (YYYY-MM) or `unstable` for the development version.

  Shopify guarantees supported versions are stable. Unsupported versions include unstable and release candidate versions. Use the [`publicApiVersions`](/docs/api/storefront/2026-04/queries/publicApiVersions) query to retrieve all available versions. Learn more about [Shopify API versioning](https://shopify.dev/docs/api/usage/versioning).
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/objects/apiversion
  md: https://shopify.dev/docs/api/storefront/latest/objects/apiversion.md
---

# Api​Version

object

A version of the Shopify API. Each version has a unique handle in date-based format (YYYY-MM) or `unstable` for the development version.

Shopify guarantees supported versions are stable. Unsupported versions include unstable and release candidate versions. Use the [`publicApiVersions`](https://shopify.dev/docs/api/storefront/2026-04/queries/publicApiVersions) query to retrieve all available versions. Learn more about [Shopify API versioning](https://shopify.dev/docs/api/usage/versioning).

## Fields

* display​Name

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The human-readable name of the version.

* handle

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or `unstable` handle.

* supported

  [Boolean!](https://shopify.dev/docs/api/storefront/latest/scalars/Boolean)

  non-null

  Whether the version is actively supported by Shopify. Supported API versions are guaranteed to be stable. Unsupported API versions include unstable, release candidate, and end-of-life versions that are marked as unsupported. For more information, refer to [Versioning](https://shopify.dev/api/usage/versioning).

***

## Map

No referencing types

***

## Queries

* [public​Api​Versions](https://shopify.dev/docs/api/storefront/latest/queries/publicApiVersions)

  query

  Returns all public Storefront [API versions](https://shopify.dev/docs/api/storefront/2026-04/objects/ApiVersion), including supported, release candidate, and unstable versions.

***

## ApiVersion Queries

### Queried by

* [public​Api​Versions](https://shopify.dev/docs/api/storefront/latest/queries/publicApiVersions)