Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于本地存储的数据,将实体范围限定为当前登录的店主的最佳方法是什么?
最好的办法是存储 .myshopify 域。这是商店永远不会更改的唯一标识符,您需要它来向商店发出请求。商店 ID 也是唯一的,但对于您可能想做的任何事情基本上都没用。
稍微戳了一下,我意识到ShopifyAPI::Shop.current.id这是正确的方法。
ShopifyAPI::Shop.current.id