timestamp1571436600001
API and Theme Updates October 18, 2019
by BIgCommerce
API Added graphqlstorefrontapienabled and wishlistsenabled to Store Information API Theme origin is now available via Stencil Global Settings Object model Developer Blog What Developers Need to Know About Upcoming BigCommerce Multi...timestamp1570733460001
Stencil-CLI 1.21.0 Release (Node 10 support)
by BigCommerce
Stencil CLI now supports environments using Node 10 To get this update, simply run npm install -g @bigcommerce/stencil-clitimestamp1570653600001
Required stencil-cli version is now 1.20.2
by BigCommerce
As mentioned in a previous update, the required stencil-CLI version for local development is now 1.20.2. To update to the latest version of stencil-cli, simply run npm install -g @bigcommerce/stencil-cli. We recommend using the latest...timestamp1570572300001
Storefront API now in Open Beta!
by BigCommerce
Our GraphQL Storefront API is now in Open Beta and available for use on any store using Stencil. The GraphQL Storefront API enables you to freely query storefront data on top of the BigCommerce Stencil theming framework. This means that...timestamp1568649960001
API and Themes Updates September 13, 2019
by BigCommerce
API A customer_id query parameter was added to the Orders API for filtering Updated Orders API documentation to include information on accessing customer file uploads Theme Corrected Stencil Handlebars Cart Items object to reflect...timestamp1567202280001
API and Themes Updates August 30, 2019
by BigCommerce
API Under Create a Customer, attributename was changed to attributeid. Text was added to explain attributes must be created before the customer. Theme Stencil CLI installation instructions have been revised and include new Windows...timestamp1567128360001
Stencil CLI minimum required version is changing on September 30th
by BigCommerce
On September 30th, 2019, the minimum required version of Stencil CLI will be raised to 1.20.2 from 1.8.0. After September 30th, you will not be able to run stencil start without being on at least the minimum supported version. This...timestamp1566835920001
API and Themes Updates August 26, 2019
by BigCommerce
API attributes object has been added under rate request item for Shipping Provider API to pass custom metafields to shipping providers Updated Webhooks documentation to include our process for blacklisting destination URIs Theme...timestamp1565987640001
Stencil-CLI 1.20.0 Release
by BigCommerce
You can now specify your store URL, token, and port while running stencil init. Try it out! stencil init --url https://store.com --token myaccesstoken12345 To get this update, simply run npm install -g @bigcommerce/stencil-cli