Dev Center Updates

API and Theme Updates for November 15, 2019

by BigCommerce
Contribute to BigCommerce Dev Docs We're excited to announce BigCommerce is accepting contributions to our developer documentation. Want to get involved? Learn more. API Storefront API tokens support JWT Updated the ShippingZoneMethod...
Developer Blog
Storefront API
Stencil

GraphQL Storefront API now supports variant prices and customer login

by BigCommerce
Variant 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...
Storefront API
Enhancement

GraphQL Storefront API now supports narrowing variants by option values

by BigCommerce
Using 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...
Storefront API
Enhancement

Cornerstone 4.2.1 release

by BigCommerce
Bug Fixes Added missing gift certificate translation Fix registerValidation function to validate on writeReview-form email field #1585
Cornerstone
Bug Fix

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...
Storefront API
Enhancement

Cornerstone 4.1.2 release

by BIgCommerce
Bug 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...
Cornerstone
Bug Fix

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...
Storefront API
Announcement

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).
Bug Fix
Cornerstone
Theme

Cornerstone 4.1.1 Release

by BigCommerce
Bug Fixes Reset compare products counter after faceted search updates page content #1571 Using Cornerstone Are you a merchant using our Cornerstone theme? See the Cornerstone Theme Manual (Support).
Cornerstone
Bug Fix