我根据可用的在线文档开发了Bigcommerce Stencil主题。
我想在bigcommerce的demo商店测试这个主题,在demo商店上传这个主题的方法是什么?
答案 0 :(得分:0)
以下是将主题捆绑并推送到商店的命令。
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": {}
}
}