如何在 shopify 中获取 'online store' 销售渠道产品?
How can I get 'online store' Sales channels product in shopify?
我想检查产品是否在 Shopify 的网上商店有售。在 Shopify 中添加产品时,我们在销售渠道中有一个选项 -> 'online store'。我想检查我的产品是否在 online sales
有售。 online sales
.
中可用的产品列表
我查看了以下链接以获取 online store
表示销售渠道产品。但不是它不起作用。
https://shopify.dev/docs/admin-api/rest/reference/sales-channels/productlisting
https://help.shopify.com/en/manual/online-sales-channels#available-online-sales-channels
我还附上了下面的参考图片。
enter image description here
你不能那样得到它。您需要使用产品 API 并验证 published_at
字段是否有值。
更多详情 - https://shopify.dev/docs/admin-api/rest/reference/products/product
我想检查产品是否在 Shopify 的网上商店有售。在 Shopify 中添加产品时,我们在销售渠道中有一个选项 -> 'online store'。我想检查我的产品是否在 online sales
有售。 online sales
.
我查看了以下链接以获取 online store
表示销售渠道产品。但不是它不起作用。
https://shopify.dev/docs/admin-api/rest/reference/sales-channels/productlisting
https://help.shopify.com/en/manual/online-sales-channels#available-online-sales-channels
我还附上了下面的参考图片。
enter image description here
你不能那样得到它。您需要使用产品 API 并验证 published_at
字段是否有值。
更多详情 - https://shopify.dev/docs/admin-api/rest/reference/products/product