Release notes
Your bookmark friendly source for BigCommerce platform updates and enhancements.
Latest updates
API Updates for September 14, 2023
API
Added the sort query parameter to the GET All Categories endpoint.
Added payload limits to the Inventory API. See Optimizing performance for details.
Added pagination details (page and limit) to the GET All Currencies endpoint.
Updated Customers rate limits for the Create a Customer endpoint.
Added Polish language support to the list of supported languages.
API Updates and Announcement for September 7, 2023
API
Added the new API property of
generated_tracking_link
to the Shipments API.Added the new API property of
discounted_total_inc_tax
for the API response for List Order Products and Get an Order Product endpoints.
Announcement
We are implementing an internal migration for the following endpoints to enhance our API's performance:
If you experience any unexpected API behavior on the following endpoints, please check the documentation to ensure all accurate query parameters and API usage.
API Updates and Announcement for August 31, 2023
API
Resolved file errors in Marketing, Currencies, and Orders V3.
Added the
X-Correlation-Id
header to the group headless storefront requests. See the Correlating request section for details.Added documentation on maximum cache time for Scripts.
Updated several platform engagement articles, including Best Practices, Making Requests, and About Our API.
Announcement
We are implementing an internal migration to enhance our API’s performance for the following endpoints:
If you experience any unexpected API behavior on the following endpoints, please check the documentation to ensure all accurate query parameters and API usage.
API Updates for August 24, 2023
API
Updated limit for
image_file
andimage_url
to 8MB. This change applies when adding or editing Catalog products.Updated Inventory service location limits and provided performance tips.
Developer Blog
API Updates for August 17, 2023
API
Updated when to use Absolute Adjustment and Relative Adjustment endpoints for adjusting inventory.
Added fields to the InventorySettings type in the GraphQL Storefront API.
Updated
expires_at
description for the Create a Token endpoint.Added query parameters and fields for
date_created
anddate_modified
in the Pickup Methods API.Added
date_modified
,date_modified:min
, and{{date_modified:max}}
as filterable parameters for V2 Customer Group API.Upgraded Checkout SDK and Checkout-js to use Node v18.
Tokenized card is now available as a supported instrument in the Payments API.
Exposed the following channel webhooks:
store/channel/{channel_id}/settings/site/checkoutUrl/updated
store/channel/{channel_id}/settings/site/checkoutUrl/deleted
Added default and alternate behavior for GraphQL Storefront API's Inventory queries (BOPIS).
Updated description for
store/customer/updated
webhook event.
API Update for August 10, 2023
API
Added significant updates to the Apps Quick Start Tutorial. Exact changes are viewable in GitHub.
API internal migration on August 7, 2023
API
We are implementing an internal migration for GET v3/catalog/categories and GET v3/catalog/categories/{category_id} endpoints to enhance our API’s performance. If you experience any unexpected API behavior on the following endpoint, please check the documentation to ensure all accurate query params and API usage.
API Updates and Announcement for August 3, 2023
API
Added
date_created
anddate_modified
to the response body for the Customers Group endpoint.Updated the webhooks blocking strategy. See the Callback retry mechanism section for more information.
Announcement
To help ensure platform stability, starting on August 15th, 2023, BigCommerce will begin limiting the get a single price list record and set a single price list record API endpoints to 40 concurrent requests each across the platform. Once we roll out the limits, API users can expect to see a 429 error code if they exceed this limit and should add appropriate error handling.
Please review the required steps below:
Recommendations:
For writes, we recommend you implement either of our two batch price record endpoints:
Set up to 1000 price records to the same price list.
OR
Set up to 1000 price records for different price lists in a single request.
For reads, we recommend you implement the paginated read endpoint to retrieve multiple price records.
API Update for July 27, 2023
API
To help ensure platform stability, we will be limiting the following endpoints to 40 concurrent requests:
API users can expect to see a 429 error code if they exceed this limit and should add appropriate error handling.
Alternatively, users can try either of our two batch price record endpoints. Add up to 1000 price records to the same price list or different price lists in a single request.
API Updates for July 20, 2023
API
Added instructions for configuring wallet buttons for Cornerstone themes below version 6.7.
Additional consignment support for the Get an Order and Create an Order endpoints.
Include
query parameter offers support for bothconsignments
andconsignments.line_items
.Added PUT
pricelists/records
endpoint to Price Lists Records API Reference. This endpoint enables merchants to create a batch of Price List Records.
WordPress
Updated WordPress Troubleshooting documentation.
Developer Blog