- Add an exception type called
ShopifyMissingScopesException
that is thrown when an API call does not have the required API scopes to make the API call. - Keep
_apiFeatures
param in paginated requests. See link for more info about the_apiFeatures
param.