diff --git a/config.go b/config.go index 7a83b98..4d19e60 100644 --- a/config.go +++ b/config.go @@ -10,7 +10,7 @@ import ( const ( transferProtocol = "https://" baseUrl = ".myshopify.com/admin/api/" - apiVersion = "2024-04" + apiVersion = "2024-01" ) // Config is to define config data