Release notes

Your bookmark friendly source for BigCommerce platform updates and enhancements.

Latest updates

API Updates for September 19, 2024

API

  • We’re happy to announce that we’ve added the following protected UI sections when you build a storefront channel. You can now include these settings when you create a channel menu: Overview, Localization, Script Manager, Payments, Checkout, Web pages and Data solutions.

  • Updated the Form Fields endpoint of the REST Storefront API to include password requirements.

Enhancement

  • Update the response schemas for the Checkout endpoints of the REST Storefront API.

Deprecations

  • The following Stencil attributes are now deprecated and support for them will be dropped starting June 2025:

    • settings.request.is_crawler

    • settings.request.user_agent

    • settings.client_ip_address

    • settings.is_eu_ip_address

    • settings.region_code

Bug Fixes

API
Enhancement
Bug Fix

API Updates for September 12, 2024

API

Stencil

Enhancements

  • Clarified the role of the is_fallback boolean property of shipping methods, indicating when advanced shipping rules are unavailable.

  • Added a Get a favicon example to the storefront example queries article.

Bug Fixes

API
Stencil
Enhancement
Bug Fix

API Updates for September 5, 2024

API

  • The Store Information API now includes the infrastructure_region of the store so you can determine the hosted store’s geographical location. This location is helpful when deploying supporting infrastructure for the store so you can deploy it nearby (or in the same GCP region) to minimize latency.

  • We recently exposed the added_by_promotion field in the v3 cart and checkout endpoints.

Catalyst

  • We’re happy to announce the newly released XML sitemap in Catalyst. You can now submit a complete BigCommerce sitemap to search engines for your Catalyst store.

Payments

  • We’re happy to announce the update of the Braintree SDK version from 3.104.0 to 3.106.0 as of 4 PM EEST, September 4, 2024. See the Checkout SDK JS in GitHub for more information.

Bug Fix

  • Updated the Create a Channel Site example from HTTP to HTTPS and added a note about using the HTTPS protocol.

API
Catalyst
Bug Fix

API Updates for August 29, 2024

API

We’re happy to announce that we have updated the Sites API reference to deprecate the ssl_status field. To determine whether a site uses a private or shared SSL, retrieve the status from the Site Certificate endpoint instead.

B2B

B2B Editions’s API reference documentation has now been moved into our Developer Center to provide a faster, more consistent experience for developers creating future B2B experiences. If you run into anything that we can improve, let us know!

Theme

The Stencil CLI tunnel option now contains a password field implemented by the tunnel provider to prevent abuse by malicious parties. Thank you, Jordan Ramsay.

Bug Fixes

API
B2B
Theme
Bug Fix

API Updates for August 22, 2024

Payments

  • We are happy to announce the update of the Braintree SDK version from 3.95.0 to 3.104.0 as of 4 PM EEST, August 22, 2024. See the Checkout SDK JS in GitHub for more information.

API

Enhancements

  • Added undocumented webhook event types to webhook callbacks.

Bug Fixes

API
Bug Fix
Enhancement

API Updates for August 15, 2024

API

  • We are happy to announce that the Cart and Checkout API now supports optimistic concurrency control. This feature helps prevent lost updates caused by concurrent requests overriding changes made by others. If the version number provided by an API client does not match the version on the server, the request will be rejected, allowing the client to handle it accordingly.

  • We added new formats for product codes upc, mpn, and gtin for Catalog V3 Products and Product variant APIs.

Themes

Bug Fixes

  • Corrected the Updated an order endpoint to specify that we remove discounts from line items changed in the request, not the whole order.

Enhancements

API
Theme
Bug Fix
Enhancement

API Updates for August 8, 2024

API

  • The newly-released comparison_price and extended_comparison_price fields are now available in the Checkout V3 API. Now, you can identify the price of a single or line item (product x quantity) used for strike-through.

  • The newly-released Product custom fields Admin API is now available. Now, you can deliver localized experiences to fit different shopper needs. For example, when selling products internationally, you can add custom field information for products in various languages, have different product custom fields for different brand websites, or for different shopper segments (e.g., B2B and B2C). 

API

API Updates and Announcement for August 1, 2024

Announcement

  • The response structure of included consignment resources in the Get an Order and Get All Orders endpoints will change on February 1, 2025. If you add include=consignments or include=consignments.line_items to the request parameters, please update integrations to read the new structure specified in the documentation. Currently, the response structure for these resources is as follows:

{
  consignments: [{
    pickups: [...],
    shipping: [...],
    downloads: [...],
    email: {...}
  }],
}

After February 1, the response structure for these resources will be as follows:

{
  consignments: {
    pickups: [...],
    shipping: [...],
    downloads: [...],
    email: {...}
  },
}

If you wish to opt in to this change early, please include the following flag in your request: consignment_structure=object

API

  • We are excited to announce a new form of authentication for our GraphQL Storefront API which improves our security posture and solves session synchronization issues with headless checkouts. The customer access token offers the following benefits:

    • Logged-in customers maintain their login state through to checkout (without having to use the Customer Login API).

    • A synchronized session between storefront & checkout; logging out in one place will log you out in both places.

    • Support for more security-sensitive features we will add to Catalyst in the future, such as Saved Payment Methods.

GraphQL

  • We are happy to announce that HTTPS webhooks are now manageable with Admin GraphQL APIs.

Improvements

Bug Fixes

  • Fixed a bug to indicate that the Update a channel endpoint does not support restoring a channel to prelaunch status. Thank you @mattcoy-arcticleaf

  • Fixed incorrect schema for the Create Batch Price Lists Records endpoint.

  • Removed invalid event store/order/transaction/updated from the Callbacks documentation.

  • Updated and fixed missing attributes in the Callbacks documentation.

API
GraphQL
Announcement
Bug Fix

API Updates for July 25, 2024

API

Payments

  • We're happy to announce that we added TD Online Mart to the list of compatible payment gateways for Stored Instruments and Raw Card Data.

Bug Fix

  • Removed a sentence from the Delete Checkout Consignment endpoint description regarding removing the cart from its assigned customer after deleting a checkout's last consignment. This sentence is inaccurate.

Developer Blog

API
Bug Fix
Developer Blog

API Updates and Announcement for July 18, 2024

API

  • Apps compatible with multi-location inventory use our Inventory API for inventory adjustments. Now, you can indicate whether an app is MLI-compatible when you submit an app in the Dev Portal. See the Add supported features section for more information.

GraphQL

Announcement

  • We removed the API rate limit content from the Best Practices section to streamline documentation and improve clarity for developers. API Rate Limits documentation now exists as its own reference article and dives deeper into API rate limit standards and best practices.

Bug Fix

  • Removed all pagination objects and replaced them with an empty meta object for the Get all themes endpoint.

API
Announcement
Bug Fix
GraphQL
;

Did you find what you were looking for?