Shopify 应用程序/oauth 访问权限/从 collection 中正确排序产品

Shopify apps / oauth access / Get products correctly sorted from a collection

ProductsListingCollectionListing 无法从 oauth 身份验证访问(在构建应用程序时),这些是为 plus-users.

保留的

本店的Smartcollection是人工排序的。我无法找到正确的方法来检索 collection 正确排序的产品

我们目前正在使用shopify_api gem,但搜索了很多,无法找到。

感谢您的帮助

有一个端点标记为:

/admin/smart_collections.json

在这里您可以轻松地与您的 Smart Collection 互动。例如,如果您的 collection 设置为手动排序,则可以创建一个 PUT 资源来更改产品的顺序。在 Shopify API gem 资源下你会发现 SmartCollection.

要从您的 Smart Collection 中读取产品,请将 collection_id 参数发送到产品端点。如果 Shopify 没有按 collection 排序顺序 return 产品,我猜你就完蛋了。