Release notes
Your bookmark friendly source for BigCommerce platform updates and enhancements.
Latest updates
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.
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.
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. Theimg_url
is now consistent with the existing categories API and documented format.
API Updates for December 14, 2023
API
Happy to announce rate limits are now available for the Create a Customer Address endpoint.
The Carts and Checkout Storefront APIs now allow adding, updating, and deleting gift wrapping to lineItems similar to the REST Management APIs.
Deprecated the
view_count
field for products in the Catalog API to improve platform performance.The newly released Delete Locations endpoint of the Locations API allows you to delete locations that do not have open transaction associated with them. Now you can remove an incorrectly added location or a location that is interfering with a workflow.
Bug Fix
Fixed a GraphQL bug related to price fields displaying even when Show Product’s Price is disabled in the Settings>Display>Product Settings section of the control panel.
API Updates and Announcement for December 7, 2023
API
Recommended promotions usage information is available. Now you’ll have guidance on creating rules for active promotions.
Updated the Headless Checkout tutorial to improve understanding and readability.
Announcement
BigCommerce is excited to announce a move toward a more streamlined and consolidated public-facing docs repository in 2024. On December 27th, all our current docs repositories will become read-only in preparation for the move into one repository. This change includes the following repositories:
If you maintain API clients, your source for the most up-to-date API specifications will change.
API Update for November 30, 2023
API
Added Nexi to the list of compatible payment gateways for raw card data.
API Updates for November 16, 2023
API
Added concurrency limits to the following endpoints:
API Updates for November 9, 2023
API
Added minimum and maximum values for the pagination limit parameter.
You can not exclude
gift_wrapping_options_type
andgift_wrapping_options_list
from response bodies in the Catalog API.
Developer Blog
API Updates and Announcement for October 26, 2023
API
Added tax zone-based price display for storefronts to the Tax Settings API.
Added
include_dynamic_target_urls
as an optional boolean field to the V3 Redirect Import/Export Create Export request body.
Announcement
We are eager to announce the launch of the newly re-designed BigCommerce Developer Center! We’ve designed the new developer.bigcommerce.com site to provide a first-class experience for any developer looking to build with BigCommerce tools. With intuitiveness in mind, we created the Developer Center to engage users in a flow of discovery and development.
If you have any feedback or suggestions for the new site, please don't hesitate to let us know using the in-page widget.
Thank you for being a part of the BigCommerce Community!
API Updates for October 19, 2023
API
Added a digital wallet limitation to the Shipping Providers API documentation. See Incomplete postcodes for more information.
Added GET and PUT /settings/store/units-of-measurement endpoints.
Added a 499 response code.