Dev Center Updates

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

API and Theme Updates November 1, 2019

by BigCommerce
Wordpress Version 3.9.0 of the BigCommerce for Wordpress plugin is now available. Read more on the BigCommerce Developer Blog. API Concurrent API requests are rate-limited for some endpoints. Learn more Image file size limit added to...
API
Developer Blog

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

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...
API
Theme
Developer Blog

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

API and Theme Updates October 18, 2019

by BIgCommerce
API Added graphqlstorefrontapienabled and wishlistsenabled to Store Information API Theme origin is now available via Stencil Global Settings Object model Developer Blog What Developers Need to Know About Upcoming BigCommerce Multi...
Stencil
Developer Blog
API

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

API and Themes Updates September 20, 2019

by BigCommerce
Webhooks Functionality Update Blacklisting logic has been updated to improve webhook reliability. Domains will now be blacklisted based on a minimum threshold and percentage success rate within a sliding scale time window. Read more...
Developer Blog
API
Maintenance

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...
API
Stencil
Theme
Developer Blog