diff --git a/goshopify.go b/goshopify.go index 42dbbcdc..d523ec66 100644 --- a/goshopify.go +++ b/goshopify.go @@ -23,8 +23,8 @@ const ( ) var ( - // Shopify API version YYYY-MM - globalApiPathPrefix string + // Shopify API version YYYY-MM - defaults to admin which uses the oldest stable version of the api + globalApiPathPrefix string = "admin" ) // App represents basic app settings such as Api key, secret, scope, and redirect url.