timestamp1576088760001GraphQL Storefront API Updates - December 11th, 2019by BigCommerceWe're excited to announce several improvements to the GraphQL Storefront API! Bugs Fixed An issue which prevented looking up products on the product node via parent SKU code when the product had variants was fixed. Enhancements The...
timestamp1574204880001Cornerstone 4.3.0 releaseby BigCommerceBug Fixes Fixes body text color not taking effect for cart item headings on mobile / tablet #1586 Fix styling of review modal image #1592 Fix typo in README.md #1588 Fix corejs warning #1594 Fix cart quantity calculation for bundled...
timestamp1573161480001GraphQL Storefront API now supports variant prices and customer loginby BigCommerceVariant Prices Using the GraphQL Storefront API, you can now request the prices of variants in addition to products. Consider the query below: query { site { products(first: 3) { edges { node { prices...
timestamp1572394500001GraphQL Storefront API now supports narrowing variants by option valuesby BigCommerceUsing the Storefront API, you can now narrow the collection of variants on a product based on a set of option values. This is similar to how you can refine the product node response based on option values. For example, if a shopper...
timestamp1572038280001API and Theme Updates October, 25 2019by BigCommerceBigDesign 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...
timestamp1572026760001Cornerstone 4.2.1 releaseby BigCommerceBug Fixes Added missing gift certificate translation Fix registerValidation function to validate on writeReview-form email field #1585
timestamp1571841720001GraphQL Storefront API now supports more variant properties and related productsby BigCommerceThe 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...
timestamp1571434200001Cornerstone 4.1.2 releaseby BIgCommerceBug Fixes Fix registerValidation function to validate on writeReview-form email field #1585 Enhancements Added missing gift certificate translation Using Cornerstone Are you a merchant using our Cornerstone theme? See the Cornerstone...
timestamp1570733460001Stencil-CLI 1.21.0 Release (Node 10 support)by BigCommerceStencil CLI now supports environments using Node 10 To get this update, simply run npm install -g @bigcommerce/stencil-cli