Dev Center Updates

Change to default number of product images returned by GraphQL on April 15

by BigCommerce
On April 15, 2022, the behavior of the product.images node in the GraphQL storefront API will be changing to only return 10 images by default. If you wish to request a different number of product images, you should specify the`first`
Storefront API
Warning

API Updates for December 9, 2021

by BigCommerce
API Added store/order/transaction/created and store/order/transaction/updated webhook events. Please note that if your application uses the store/order/* scope to create webhooks, it will start receiving this event and should be prepared to
API
Announcement
Developer Blog
Maintenance
Enhancement

API Updates for December 2, 2021

by BigCommerce
API The Add to Cart URLs example now uses promises to demonstrate using JavaScript to make serial requests to a single endpoint. The Add Consignments to Checkout endpoint now reflects limits to the number of line items a consignment can
Storefront API
Bug Fix
Enhancement
Announcement

Moving to Sitemap Indexes

by BigCommerce
Over the course of October, storefronts will be moving to return a Sitemap Index by default when navigating to/xmlsitemap.php, the default sitemap route for storefronts. There will be separate sitemaps for different types of pages such as
Announcement
Stencil
Enhancement

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

Published Widgets now appear during local development with Stencil-CLI

by BigCommerce
As of stencil-cli version 3.4.0, any published Widgets on the storefront will appear while rendering the storefront locally with the CLI. This will allow you to have a more realistic preview of what theme changes will look like in
Stencil
Enhancement
Announcement

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

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