mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
Update Shopify URL actual release
The storefront api has changes about metafields that now work differently. The current shopify storefront api documentation handles the examples with the new version.
This commit is contained in:
parent
87134e2990
commit
3a505f1e52
@ -8,6 +8,6 @@ export const STORE_DOMAIN = process.env.NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN
|
||||
|
||||
export const SHOPIFY_COOKIE_EXPIRE = 30
|
||||
|
||||
export const API_URL = `https://${STORE_DOMAIN}/api/2021-07/graphql.json`
|
||||
export const API_URL = `https://${STORE_DOMAIN}/api/2022-07/graphql.json`
|
||||
|
||||
export const API_TOKEN = process.env.NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user