fetch
- Hàm
fetch
này cách dùng tương tự nhưwindow.fetch
(Bao gồm input, output). Có thể dùng trên server. - Một số config sẵn trễn headers:
{
"headers": {
"x-shopify-app-name": {app_name},
"x-shopify-session-data": {session_data}
}
}
fetch
này cách dùng tương tự như window.fetch
(Bao gồm input, output). Có thể dùng trên server.{
"headers": {
"x-shopify-app-name": {app_name},
"x-shopify-session-data": {session_data}
}
}