Release notes

Your bookmark friendly source for BigCommerce platform updates and enhancements.

Latest updates

API Updates for February 15, 2024

API

Bug Fix

API
Bug Fix

API Updates for February 8, 2024

API

  • Store-level API accounts now have dedicated scopes for working with metafields. These scopes are helpful for API consumers who wish to prevent their metafields from interference.

  • We now have more query examples for the Users feature of the GraphQL Account API. Account admins can include collectionInfo and totalItems in your query requests to collect the total number of items in the collection.

  • The Get Store Information endpoint now returns information about storefront limits! The new data includes the number of active storefronts and the total number of storefronts, including inactive ones.

  • The Get All Orders parameters now include external_order_id. You can add the parameter to your request to include Order IDs from external systems.

  • Updated the Delete All Pricelist endpoint’s parameter to include the in value. To run a request to delete multiple pricelists, you must pair the in value with the id value: id:in.

Bug Fixes

API
Bug Fix

API Updates for February 1, 2024

Bug Fixes

  • Added missing category_id in the sample response for the POST /catalog/trees/categories endpoint. Thank you, Aten Software, for your feedback.

  • Updated the menu paths for integrating with Disqus for MSF and non-MSF storefronts.

Bug Fix

API Announcement for January 26, 2024

Announcement

BigCommerce for WordPress Plugin Update Required!

We have deployed a fix for a recent vulnerability found with the BigCommerce for WordPress plugin.

To prevent security vulnerabilities, please upgrade your plugin by following the steps below.

  1. Navigate to your WordPress website and log in as an admin.

  2.  In the sidebar, select "Plugins".

  3.  Select the "update now" hyperlink for the BigCommerce for WordPress plugin.

  4.  Wait for the upgrade to finish.

Announcement
Warning
WordPress

API Updates and Announcement for January 25, 2024

Payments

  • We’re happy to announce the ability to use stored Braintree ACH accounts in the Payments API. Now customers can store their bank accounts in a BigCommerce store and use it for recurring payments.

  • The newly-released Square V2 payment gateway is available for stored instrument data. See the list of compatible payment gateways.

Announcement

  • The Dev Center now contains a UX Writing Guide for developers using BigDesign in their apps and implementations. Developers can now make their apps feel more seamlessly integrated into the BigCommerce control panel. Many thanks to the Product Design team for all their work on this!

Developer Blog

API
Announcement
Developer Blog

API Updates for January 18, 2024

Announcement

  • Hi Devs! We added a submitContactUs mutation to our GraphQL Storefront API, enabling a frontend customer feedback experience. This feature relies on reCaptcha for security and requires the customer to supply, at minimum, an email and comments. It also supports optional fields such as fullName, phoneNumber, orderNumber, companyName, and rmaNumber. This mutation also provides descriptive results for errors that can occur, including the failing field, what caused the error, and a description of the error. For more details, see the GraphQL Storefront Playground for your store or sandbox and experiment with the submitContactUs mutation.

Bug Fix

API
Announcement
Bug Fix
GraphQL

API Announcement for January 16, 2024

Announcement

  • A valued partner has done the heroic work of making the OAS operation IDs programmatic across our public APIs. The operationId property is now consistently camelCase and relates to the plain-language name of the endpoint. You can use operation IDs as basis for the method name in a generated SDK.

API
Announcement

API Announcement for January 8, 2024

Announcement

Attention, developers! Google Chrome is starting to restrict 3rd-party cookies. Google made the announcement some time ago, but it's now in effect for 1% of Chrome users, and we expect that number to grow. Many of our app store apps use cookies to manage things like user session or analytics. If you maintain apps or storefront integrations that use 3rd-party cookies, please see Google's article on the changes (developers.google.com) and update your code.

Announcement

API Announcement for December 28, 2023

Announcement

As of December 27, 2023, you can find all the public BigCommerce DevDocs at https://github.com/bigcommerce/docs.

Previous docs repositories are now read-only due to the move into one repository. This change includes the following repositories:

This consolidation offers a more streamlined developer experience. We look forward to seeing your issues, discussions, and pull requests at bigcommerce/docs.

Announcement

API Updates for December 21, 2023

API

  • The Webhooks Overview article now provides best practices for working with webhook responses. Use these response requirements to ensure the webhook delivery is successful. 

  • Excited to announce that authorized users can now create API Keys or install apps like store owners. See the Single-Click App OAuth Flow article for details.

  • Added the shipping_provider_display_name field to Orders V2 API. Now, you can expose a friendly human-readable name for the provider instead of the provider code.

Bug Fix

  • Fixed a bug related to the category image URL length for the v3/catalog/trees/categories endpoint, allowing the img_url to contain a full path instead of a short one. The img_url is now consistent with the existing categories API and documented format.

API
Bug Fix
;

Did you find what you were looking for?