Dev Center Updates

GraphQL Storefront API updates - Product inventory

by BigCommerce
New Features A new inventory node has been exposed on products which allows you to fetch the aggregate product inventory. For a simple product, this will be the inventory value. For a product with multiple variants and variant-level...
Enhancement
Storefront API

GraphQL Storefront API Updates - May 5th

by BigCommerce
New Features You may now request the product description as plain text (with HTML tags stripped) using the new plainTextDescription field. To encourage not over-fetching, and to support cases where you want to show only a small preview...
Storefront API
Enhancement

GraphQL Storefront API Updates - Product Warranty

by BigCommerce
Enhancements You may now request the warranty field on the Product node. As the product warranty may be quite large, requesting it will raise the complexity score of your query slightly higher than other fields.
Enhancement
Storefront API

GraphQL Storefront API Updates - April 3, 2020

by BigCommerce
Bugs Fixed An issue where product description and relatedProducts would sometimes return null when the product was looked up via a route has been fixed. New Features The GraphQL Storefront API now supports running requests in the...
Announcement
Enhancement
Storefront API

Stencil-CLI 2.0.0 Release

by BigCommerce
The local Theme Editor has been removed, as it is no longer representative of the production experience. To test theme settings, we recommend pushing your theme up to a store and using the real editor. Add-to-cart issues when developing...
Stencil
Announcement
Developer Blog

API and Theme Updates for March 20, 2020

by BigCommerce
API Royal Mail is no longer a supported carrier for creating Order Shipments Tax Classes API now returns the default tax class Theme Theme Editor was deprecated in Stencil CLI versions 1.23.1 and later Developer Blog How to Write...
API
Stencil
Developer Blog

API and Theme Updates for March 13, 2020

by BigCommerce
API Clarified an App Client ID is required in requests to Get Current Customer Added more information about updating default currency Updated Webhooks documentation to clarify behavior Developer Blog BigCommerce Developer Blog to...
API
Stencil
Developer Blog

API and Theme Updates for February 28, 2020

by BigCommerce
Theme Added pull command to Stencil CLI New method for editing BigCommerce email templates via WebDav Developer Blog Design For Developers: The Principles of Visual Design Why Rewind Said Hello to AWS Session Manager and Goodbye to SSH
Stencil
Developer Blog

Stencil-CLI 1.21.6 Release (Supports "stencil pull")

by BigCommerce
New feature added to allow pulling the theme configuration (config.json) from the live store, to make sure your local configuration matches the live store's theme before pushing a new version. This can help catch changes to theme...
Stencil
Announcement
Enhancement