Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Api.. why get {}

Api.. why get {}

flyfire_09
Tourist
10 0 1

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

Replies 0 (0)