-
Notifications
You must be signed in to change notification settings - Fork 482
Closed
Description
Issue summary
Ruby 3.3.8
OS: Linux / Mac
shopify_api: 14.10.0
shopify_app: 22.5.1 (also tried 22.5.2)
Upgrading to 14.10.0 along with updating calls to Shopify API version 2025-07 causes multiple errors like the following:
NameError: uninitialized constant ShopifyAPI::Theme
NameError: uninitialized constant ShopifyAPI::Asset
NameError: uninitialized constant ShopifyAPI::Shop
I started to patch these by using the GraphQL client instead, but this seems like a hacky and time consuming workaround for Classes that should still exist. Is this a matter of waiting on a release that supports the 2025-07 API version? A deprecation? Or an actual bug?
Expected behavior
A successful API response
Actual behavior
NameError: uninitialized constant ShopifyAPI::SomeClass
Steps to reproduce the problem
- Update gem version to 14.10.0 to access support for newer shopify api versions + bundle install
- Update ENV var for shopify api version (or ensure the
api_versionfield inShopifyAPI::Context.setupis updated to 2025-07 - Restart rails server to see
NameError in AppController#index uninitialized constant ShopifyAPI::Shop
Metadata
Metadata
Assignees
Labels
No labels