Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hi.. that's my api on server
url is correct
const response = await fetch(url, {
method: 'GET',
headers: {
'X-Shopify-Access-Token': accessToken,
'Content-Type': 'application/json'
}
});
i am getig {}
btw from local server all ist in right