问题描述
因此,基本上,我试图通过提供的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)
}
任何帮助都将得到感谢,谢谢。