timestamp1572038280001
API and Theme Updates October, 25 2019
by BigCommerce
BigDesign We've released a public, open-source BigDesign sample app that consumes our Channels, Sites, and Routes APIs. The app is written in React and uses Netlify. There is now a publicly available [BigCommerce Figma design kit] (https...timestamp1571841720001
GraphQL Storefront API now supports more variant properties and related products
by BigCommerce
The GraphQL Storefront API now supports most of the properties on variants. You can now get the manually-set related products of a given product with the Storefront API Consider this query which demonstrates the new capabilities: query...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-clitimestamp1570467600001
Cornerstone 4.2.0 Release
by BigCommerce
Bug Fixes Fixed and updated Google Structured Data Schema for the product page template #1577 Fixed thumbnail image sizes #1579 Using Cornerstone Are you a merchant using our Cornerstone theme? See the Cornerstone Theme Manual (Support).timestamp1569619200001
API and Themes Updates September 27, 2019
by BigCommerce
Embedded Checkout An overview and tutorial for using Embedded Checkout are now available Channels, Sites and Routes Channels, Sites and Routes API Reference is now available API Based on feedback from the beta program, access to the...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...timestamp1567534260001
Cornerstone 4.1.0 Release
by BigCommerce
Bug Fixes Fix tall images on PDPs and PLPs #1559 Enhancements Deleted whitespaces in if statements (content.html) #1560 Remove aria-hidden attribute from main menu #1563 Using Cornerstone Are you a merchant using our Cornerstone theme...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...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