Release notes
Your bookmark friendly source for BigCommerce platform updates and enhancements.
Latest updates
API Updates & Announcements for December 22, 2022
Payments
Added Bank of New Zealand (BNZ) to the list of compatible payment gateways for both stored instruments and raw card data.
API
Shipping providers receive custom shipping address form fields when BigCommerce requests rates. See Developer Documentation for more information.
Updated Get All Price List Records limit for a simultaneous in-flight request to 10.
The Get All Widgets by search endpoint is deprecated and the documentation is no longer available.
Tax Rates and Zones are now a publicly available API endpoint. See Developer Documentation for more information.
Added new endpoints (Get Inventory Settings and Update Inventory Settings) to the Settings API.
API Updates & Announcement for December 15, 2022
Announcement
Added documentation on StagingPro, which provides a full-service sandbox, testing, staging, and CI/CD solution for Enterprise-level BigCommerce stores.
Stencil
Updated stencil start logging options with
—verbose
to enable logging of internal successful API calls in Stencil CLI.
API
Updated Price List Assignment batch limit to 25.
Developer Blog
API Update for December 1, 2022
API
Added
bigpay_token
as an allowed value for a paymentmethod
in the Order v3 Get Transactions endpoint.Shipping providers now receive
channel_id
andcart_id
as reference values when BigCommerce requests shipping rates.
Developer Blog
Developer Doc Update for November 17, 2022
Storefront
BigCommerce Storefronts now support Preload/Early Hints features with Chrome’s addition of supporting HTTP Early Hints.
Developer Blog
Cornerstone 6.7.0 for November 7, 2022
Theme
6.7.0
Fixed escaping on created store account confirm message. #2265
Migrate Cornerstone to new "Hide Price From Guests" functionality. #2262
Add accelerated buttons container into 'add to cart' popup on Product Details Page(PDP). #2264
Made PDP wallet buttons container hidden in cases when the product is not purchasable or out of stock. #2267
Updated PayPal Accelerated Checkout default button styles. #2268
Add logic to collect Product Details data and send it to the BC App stencil template through custom event. #2270
Allow quantity of "0" in cart to remove item. #2266
Fix the issue with getting product details data if the product details form is valid on page load. #2271
Delay validation on account signup, message form, and account edit page. #2274
Update key render-blocking resources to be preloaded via HTTP headers/Early Hints. #2261
BigCommerce for WordPress 4.36.0 for Oct 25, 2022
BigCommerce for WordPress 4.36.0 for Oct 25, 2022
4.36.0
View release 4.36.0 on GitHub.
Added
Ability to choose default product image size while Fast Headless import is enabled
Choose between two sizes: standard and thumbnail; however, page load speeds may reduce since BigCommerce API provides standard images without compressing
Avoid this issue by selecting the thumbnail size in the WordPress customizer: Appearance > Customize > BigCommerce > Product Single > Image Gallery Size (headless)
Fixed
Image Zoom options now allowed when Fast Headless import is enabled in Appearance > Customize > BigCommerce > Product Single > Image Zoom
Compatibility issue with the Elementor plugin
If a shortcode is already added on the page, don’t duplicate shortcodes on required pages
Instances when the cart shows negative tax values
AMP cart template issue that prevented you from deleting the last item from the cart
BigCommerce for WordPress 4.35.0 for Oct 13, 2022
BigCommerce for WordPress 4.35.0 for Oct 13, 2022
4.35.0
View release 4.35.0 on GitHub.
Added
Added subtotal and taxes display on AMP cart template
Added ability to change quantity on AMP cart template
Display product options(if applicable) on AMP cart template
Changed
Changed customer cache flush logic
This change prevents situations like when customer group rules don't apply after they have been changed in the BigCommerce Control Panel
To flush the customer data go to the plugin’s settings in the nav menu: BigCommerce > Settings > Diagnostics and click FLUSH USERS CACHE
API Updates for October 13, 2022
API
Changed in stock deduction behavior when manually editing an order once it’s been placed into Awaiting Fulfillment status. For more information, see Changing order status.
Updated the list of supported tracking_carrier values for the Order Shipments API.
Developer Blog