Dev Center Updates

Theme Updates for July 1, 2021

by BigCommerce
Theme Added ability to embed a GraphQL query in the front matter of a Stencil theme. See GraphQL attributes for examples and a complete list of available variables. Localization- Added ability to localize the control panel, system messages,
Theme
Stencil
Developer Blog
Maintenance

Blueprint Theme Update for June 17, 2021

by BigCommerce
Blueprint Themes Removed Internet Explorer 11 or later from the list of Supported Browsers for the BigCommerce control panel. Developer Blog Headless Commerce Summit 2021 Recapped Now in Open Beta: Product Sort Order API on BigCommerce
Theme
Announcement
Developer Blog

API Update and Announcement for June 3, 2021

by BigCommerce
API Added the Product Sort Order API(Open Beta) which allows you to effectively manage the sort order of products displayed on any given category page. Developer Blog Inclusive And Accessible Omnichannel Strategies with JAMstack
API
Announcement
Developer Blog

Theme Update and Announcement for May 27, 2021

by BigCommerce
Theme Added new accessibility articles discussing how Cornerstone meets WCAG Compliance Levels. View examples to learn how Cornerstone implements WCAG guidelines. Developer Blog Alexa, Where will E-commerce Be in 2022? How to Customize the
Theme
Developer Blog

GraphQL Storefront API now supports sorting products within categories

by BigCommerce
The GraphQL Storefront API’s now supports sorting the products on a Category node, using the sortBy parameter. This will match the equivalent sorting behaviors on the BigCommerce Storefront (Stencil). Consider this query: query
Storefront API
Enhancement

GraphQL Login Mutation now returns entire Customer object

by BigCommerce
The GraphQL Storefront API’s Login Mutation now supports fetching all of the details of the customer account after a successful login. Consider this query: mutation Login($email: String!, $pass: String!) { login(email: $email, password:
Storefront API
Enhancement

API Updates and Announcements for April 8, 2021

by BigCommerce
API Added the Get Stored Instruments(Beta) endpoint which lists all available stored instruments for a customer. Added the Tax Provider API which allows you to provide business-to-consumer sales tax estimates to shoppers on the storefront
API
Announcement
Developer Blog

API Announcement for April 1, 2021

by BigCommerce
API Added business-to-business functionality to the BigCommerce platform with the B2B Edition of BigCommerce Developer Blog My Experience at DeveloperWeek 2021 Introducing BigCommerce Transactional Email Templates MACHathon 2021: Building
Announcement
API
Developer Blog
Stencil
Enhancement

UPC, MPN, and GTIN now available in Storefront GraphQL API

by BigCommerce
The UPC, MPN, and GTIN fields are now available on both product and variant nodes in the GraphQL Storefront API
Storefront API
Enhancement
API
GraphQL