因此,基本上,我试图通过提供的api使用shopify-buy将我的shopify应用用于后端,并将该api放入react项目中。
const client = Client.buildClient({
storefrontAccessToken: '01493d2fadf9372ea7bc13f9d8a1f258',
domain: 'trybprintstore.myshopify.com'
})
然后我尝试控制台登录
createCheckout = async () => {
const checkout = await client.checkout.create()
console.log(checkout)
}
当我转到我的应用程序时,出现此错误 Error
任何帮助都将得到感谢,谢谢。