Dev Center Updates

API and Theme Updates for January 3, 2020

by BigCommerce
API GraphQL API Playground is now available within BigCommerce's Dev Docs site. consent_category added to Scripts API which allows users of the Scripts API to indicate the nature of their script. New BigCommerce features will prevent...
API
Developer Blog
Enhancement

API and Theme Updates for Dec 13, 2019

by BigCommerce
Scopes added Added required OAuth scopes for each BigCommerce API endpoint BigDesign View the Changelogs for the BigDesign project to stay updated on new features and bug fixes big-design big-design-theme big-design-icons configs docs...
Developer Blog
Theme
Enhancement

GraphQL Storefront API Updates - December 11th, 2019

by BigCommerce
We'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...
Storefront API
Announcement
Enhancement

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

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

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-cli
Stencil
Enhancement
Announcement

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...
API
Theme
Maintenance
Enhancement

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