Dev Center Updates

API Update & Announcement for July 28, 2022

by BigCommerce
API Added the external_order_id field to the Orders API. Stencil We've added new custom handlebar helpers for get, getObject, moment, and option to replace the corresponding standard helpers. The new custom handlebar helpers are backward
API
Stencil
Developer Blog

Node 12 End-of-life on April 30th

by BigCommerce
Node 12 enters End-of-life on April 30, 2022 ( https://endoflife.date/nodejs). From this date, new versions of Stencil CLI will drop support for Node 12, and add support for Node 14. In order to provide time for developers to update their
Warning
Stencil

Change to number of product images returned in Stencil home page resources on April 15

by BigCommerce
On April 15, 2022, the number of product images returned by the Featured Products, New Products, and Popular Products panels on Stencil storefronts is changing. These panels will now return up to 10 images per product, instead of returning
Stencil
Warning

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 and Announcements for February 24, 2022

by BigCommerce
API Added new endpoint: Update Customer Messages Added new limits: Checkout V3- 50 character limit for coupon codes Marketing V2- 250 character limit for messages Orders V2- 65535 character limit for order shipment comments Orders V3- 50
API
Announcement
Stencil
Developer Blog

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

Required Stencil-CLI version set to 3.5.0

by BigCommerce
A bug affecting users of stencil-CLI has been fixed as of CLI version 3.5.0. As this bug was resulting in CLI requests incorrectly redirecting which resulted in a degradation of the local development experience, we have bumped the required
Stencil
Announcement
Warning