public Api Versions
Returns all public Storefront API versions, including supported, release candidate, and unstable versions.
Anchor to Possible returnsPossible returns
- ApiVersion ([ApiVersion!]!)
- Anchor to ApiVersionApi•[Api
Version Version!]! A version of the Shopify API. Each version has a unique handle in date-based format (YYYY-MM) or
unstablefor the development version.Shopify guarantees supported versions are stable. Unsupported versions include unstable and release candidate versions. Use the
query to retrieve all available versions. Learn more about Shopify API versioning.- Anchor to displayNamedisplay•String!
Name non-null The human-readable name of the version.
- Anchor to handlehandle•String!non-null
The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or
unstablehandle.- Anchor to supportedsupported•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.