20 days ago
PCI 4.0 Compliance Requirements
by BigCommerce
Checkout Updates New developer guide - Added a developer guide to assist in setting up PCI DSS 4.0 Section 6.4.3-compliant features for configuring open checkout, including step-by-step instructions and troubleshooting tips. Webhookabout 1 month ago
API Updates for February 20, 2025
by BigCommerce
Catalyst Update Multi-language Setup guide - Clarified how to modify product URLs and specified the languages available for default translations. Unified Billing Update Testing Unified Billing with your app - Revised this section toabout 2 months ago
API Updates for February 6, 2025
by BigCommerce
Stencil Handlebars partial blocks for Stencil Stencil now supports Handlebars partial blocks, enabling merchants to leverage the latest handlebar features and best practices for enhanced flexibility and performance. Unifiedabout 2 months ago
API Updates for January 30, 2025
by BigCommerce
API Cursor Pagination for getCustomers Cursor pagination is now available in the Customers V3 API for both the Get All Customers and Get Customer Form Field Values endpoints. This update improves navigation performance and supports11 months ago
API Updates and Announcement for April 25, 2024
by BigCommerce
API We’re happy to announce Promotions API is Generally Available (GA). The GraphQL Storefront API now supports cart metafields. Added a Localization document that describes how to localize a Catalyst storefront. Webhooks Thealmost 3 years ago
Change to default number of product images returned by GraphQL on April 15
by BigCommerce
On April 15, 2022, the behavior of the product.images node in the GraphQL storefront API will be changing to only return 10 images by default. If you wish to request a different number of product images, you should specify the`first`over 3 years ago
API Updates for December 2, 2021
by BigCommerce
API The Add to Cart URLs example now uses promises to demonstrate using JavaScript to make serial requests to a single endpoint. The Add Consignments to Checkout endpoint now reflects limits to the number of line items a consignment canover 3 years ago
GraphQL Storefront API can now be used to power Stencil theme context
by BigCommerce
It is now possible to augment the data available in the theme context through the use of GraphQL queries described directly in the Front Matter of template files. Using this capability, you can fetch data a little bit more flexibly to buildalmost 4 years ago
Rendered Widget HTML now available in GraphQL Storefront API
by BigCommerce
You may now fetch the rendered HTML of widgets created via Widgets API or Page Builder. To get the content, you’ll need to provide a page type, and the ID for the page (if necessary). In the response, you’ll get a list of all the regions on