我已经开发了Bigcommerce模板主题根据可用的在线文档。
我想在bigcommerce的演示商店上测试这个主题,有什么方法可以上传这个主题到演示商店呢?
发布于 2017-09-24 11:42:14
下面给出了捆绑和推送你的主题到你的商店的命令。
stencil push请注意,在使用它之前,您需要在.stencil文件中配置您的API凭证。
{
"normalStoreUrl": "<URL of your website here>",
"port": "3001",
"clientId": "<Client ID from API Access>",
"accessToken": "<Access Token from API Access>",
"customLayouts": {
"brand": {},
"category": {},
"page": {},
"product": {}
}
}https://stackoverflow.com/questions/36760141
复制相似问题