Skip to content

[2025-10 SFAPI/CAAPI] Update API version to 2025-10 #3281

@juanpprieto

Description

@juanpprieto

Overview

Update Storefront API and Customer Account API from version 2025-07 to 2025-10 across the Hydrogen monorepo.

API Version

  • Version: 2025-10
  • Previous Version: 2025-07
  • APIs: Storefront GraphQL API + Customer Account API
  • Type: Version Update
  • Action Required: Yes

Changes Made

Version constants updated

  • packages/hydrogen-react/src/storefront-api-constants.ts - SFAPI_VERSION
  • packages/hydrogen/src/customer/constants.ts - DEFAULT_CUSTOMER_API_VERSION
  • packages/hydrogen-react/codegen.ts - SF_API_VERSION and CA_API_VERSION

Types regenerated

  • Generated new GraphQL types from 2025-10 schemas
  • Updated storefront-api-types.d.ts
  • Updated customer-account-api-types.d.ts
  • Updated schema JSON files

Documentation updated

  • Rebuilt documentation with new API version
  • Regenerated skeleton template types
  • Updated all hardcoded API version references in docs, examples, and tests

Packages built

  • Built hydrogen-react package
  • Built all packages in monorepo
  • Verified type resolution

Changeset created

Version bumps:

  • @shopify/hydrogen: major
  • @shopify/hydrogen-react: major
  • @shopify/cli-hydrogen: patch
  • skeleton: major

Related API Changes

This update enables support for new 2025-10 features tracked in separate issues:

Validation Required

Run validation suite

  • npm run typecheck - verify no type errors
  • npm test - verify all tests pass
  • npm run lint - verify no lint issues

Verify skeleton builds

  • cd templates/skeleton && npm run build
  • Check for any codegen or build errors

Priority

P0 - Foundation for all other 2025-10 features

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions