Shopify 数据总量

发布于 2025-01-09 17:37:33 字数 113 浏览 4 评论 0原文

作为开发人员,我想添加要存储的虚拟数据。当我将主题添加到新商店时,我想按原样填充所有数据,例如以前的商店、图像、导航、集合、产品、页面等。 有没有什么办法可以在 Shopify 中做到这一点,而无需任何应用程序?

As a Developer, I want to add the dummy data to store. When I Add my theme to a new store, I want to populate all data as it is, like the previous store, images, navigations, collections, products, pages, etc.
is there any way to do this in Shopify without any app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倒数 2025-01-16 17:37:33

这真的很容易。

使用brew或您最喜欢的工具来安装Shopify CLI工具。您可以使用您的合作伙伴帐户登录您的开发商店。

您运行一个命令,标记为填充。所以你可以这样做:

shopify populate orders
shopify populate products

并让你的开发存储加载数据。

It is really quite easy.

Use brew or your favorite tool to install the Shopify CLI tool. Using that you can log in to your development store, with your partner account.

There is a command you run, labeled populate. So you can do this:

shopify populate orders
shopify populate products

and get your development store loaded with data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文