Skip to main content

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}
}
}