@@ -22,11 +22,11 @@ export default defineNuxtConfig({
2222 name: ' quickstart-abcd1234' ,
2323 clients: {
2424 storefront: {
25- apiVersion: ' 2025-07 ' ,
25+ apiVersion: ' 2026-01 ' ,
2626 publicAccessToken: ' YOUR_ACCESS_TOKEN' ,
2727 },
2828 admin: {
29- apiVersion: ' 2025-07 ' ,
29+ apiVersion: ' 2026-01 ' ,
3030 accessToken: ' YOUR_ACCESS_TOKEN' ,
3131 },
3232 },
@@ -50,7 +50,7 @@ Choose the configuration that matches your use case:
5050 name: ' quickstart-abcd1234' ,
5151 clients: {
5252 storefront: {
53- apiVersion: ' 2025-07 ' ,
53+ apiVersion: ' 2026-01 ' ,
5454 publicAccessToken: ' YOUR_ACCESS_TOKEN' ,
5555 },
5656 },
@@ -66,7 +66,7 @@ Choose the configuration that matches your use case:
6666 name: ' quickstart-abcd1234' ,
6767 clients: {
6868 storefront: {
69- apiVersion: ' 2025-07 ' ,
69+ apiVersion: ' 2026-01 ' ,
7070 privateAccessToken: ' YOUR_ACCESS_TOKEN' ,
7171 },
7272 },
@@ -82,7 +82,7 @@ Choose the configuration that matches your use case:
8282 name: ' my-mocked-shopify-store' ,
8383 clients: {
8484 storefront: {
85- apiVersion: ' 2025-07 ' ,
85+ apiVersion: ' 2026-01 ' ,
8686 mock: true ,
8787 },
8888 },
@@ -98,7 +98,7 @@ Choose the configuration that matches your use case:
9898 name: ' quickstart-abcd1234' ,
9999 clients: {
100100 admin: {
101- apiVersion: ' 2025-07 ' ,
101+ apiVersion: ' 2026-01 ' ,
102102 accessToken: ' YOUR_ACCESS_TOKEN' ,
103103 },
104104 },
@@ -130,7 +130,7 @@ Configure one or both API clients:
130130
131131:: field-group
132132 ::: field { name =" apiVersion " type =" string " required }
133- Shopify [ API version] ( https://shopify.dev/docs/api/usage/versioning ) to use (e.g., ` 2025-07 ` )
133+ Shopify [ API version] ( https://shopify.dev/docs/api/usage/versioning ) to use (e.g., ` 2026-01 ` )
134134 :::
135135
136136 ::: field { name =" publicAccessToken " type =" string " }
@@ -198,7 +198,7 @@ Configure one or both API clients:
198198
199199:: field-group
200200 ::: field { name =" apiVersion " type =" string " required }
201- Shopify [ API version] ( https://shopify.dev/docs/api/usage/versioning ) to use (e.g., ` 2025-07 ` )
201+ Shopify [ API version] ( https://shopify.dev/docs/api/usage/versioning ) to use (e.g., ` 2026-01 ` )
202202 :::
203203
204204 ::: field { name =" accessToken " type =" string " required }
@@ -280,7 +280,7 @@ export default defineNuxtConfig({
280280
281281 clients: {
282282 storefront: {
283- apiVersion: ' 2025-07 ' ,
283+ apiVersion: ' 2026-01 ' ,
284284 publicAccessToken: ' YOUR_PUBLIC_ACCESS_TOKEN' ,
285285 privateAccessToken: ' YOUR_PRIVATE_ACCESS_TOKEN' ,
286286 mock: false ,
@@ -311,7 +311,7 @@ export default defineNuxtConfig({
311311 },
312312
313313 admin: {
314- apiVersion: ' 2025-07 ' ,
314+ apiVersion: ' 2026-01 ' ,
315315 accessToken: ' YOUR_ADMIN_ACCESS_TOKEN' ,
316316 sandbox: true ,
317317 autoImport: false ,
0 commit comments