Skip to content

Commit df6ef54

Browse files
committed
Update sample Storefront API version
1 parent b654728 commit df6ef54

212 files changed

Lines changed: 8397 additions & 9902 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

platforms/android/samples/MobileBuyIntegration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Edit `.env`:
7777
```text
7878
STOREFRONT_DOMAIN=your-store.myshopify.com
7979
STOREFRONT_ACCESS_TOKEN=your-token
80-
API_VERSION=2025-07
80+
API_VERSION=2026-04
8181
```
8282

8383
Optional values enable Customer Account API and buyer identity demo flows:

platforms/android/samples/MobileBuyIntegration/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def properties = loadProperties()
2323
// Storefront API
2424
def storefrontDomain = properties.getProperty("STOREFRONT_DOMAIN")
2525
def accessToken = properties.getProperty("STOREFRONT_ACCESS_TOKEN")
26-
def apiVersion = properties.getProperty("API_VERSION", "2025-07")
26+
def apiVersion = properties.getProperty("API_VERSION", "2026-04")
2727

2828
// Customer Account API
2929
def customerAccountApiClientId = properties.getProperty("CUSTOMER_ACCOUNT_API_CLIENT_ID")

platforms/android/samples/MobileBuyIntegration/app/src/main/graphql/schema.graphqls

Lines changed: 205 additions & 176 deletions
Large diffs are not rendered by default.

platforms/android/scripts/apollo_download_schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npx -y dotenv-cli -e .env -- sh -c '
2424
fi
2525
if [ -z "$VERSION" ]; then
2626
echo "❌ API_VERSION is not set. Check your .env file."
27-
echo " Add API_VERSION=2025-07 to your .env"
27+
echo " Add API_VERSION=2026-04 to your .env"
2828
exit 1
2929
fi
3030

0 commit comments

Comments
 (0)