Dev Center Updates

GraphQL Storefront API can now be used to power Stencil theme context

by BigCommerce
It is now possible to augment the data available in the theme context through the use of GraphQL queries described directly in the Front Matter of template files. Using this capability, you can fetch data a little bit more flexibly to build
Stencil
Storefront API
Announcement
Enhancement

API Update and Announcements for September 23, 2021

by BigCommerce
API
Announcement
Developer Blog
API Determine the checkout that best suits your needs by reviewing the checkout options described in the new checkout customizability article. Email Templates Added Email Templates Code Examples to demonstrate how to update text, add a

Developer Updates for August 5, 2021

by BigCommerce
Theme Updated the product attributes table in the front matter reference to include the maximum number of reviews available per page. If a product has over 250 reviews, you can fetch the rest using the GraphQL Storefront API. Storefronts
API
Announcement
Developer Blog
Theme

API Updates for July 22, 2021

by BigCommerce
Payments Added Mollie to the list of supported gateways for stored cards. API The Product Sort Order API is now generally available.
API
Announcement

API and Theme Updates for July 15, 2021

by BigCommerce
Theme Added support for Localizing Variation Descriptions enabling you to customize the display language of your theme. API The Widgets API now supports Localizing Widget Template Settings. GraphQL API Reference documentation now includes a
API
Announcement
Maintenance
Theme
Developer Blog

Rendered Widget HTML now available in GraphQL Storefront API

by BigCommerce
You may now fetch the rendered HTML of widgets created via Widgets API or Page Builder. To get the content, you’ll need to provide a page type, and the ID for the page (if necessary). In the response, you’ll get a list of all the regions on
API
Announcement
Storefront API

API Update and Announcement for June 4, 2021

by BigCommerce
API Corrected pagination meta for the Channel Listings endpoint. Requests no longer return a page number in the pagination response.
API
Announcement

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

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