about 4 years ago
BigCommerce for WordPress 4.7.0 for January 15, 2021
by BigCommerce
4.7.0 Added Added a proxy server endpoint to add multiple products to the cart in a single request Added support for Gift Certificate themes drop-down Fixed Fixed an error when printing a failed import time message in the Settings panelabout 4 years ago
BigCommerce for WordPress 4.6.0 for December 18, 2020
by BigCommerce
4.6.0 Added Added time zone for import times in Settings > Product Sync. Fixed Addressed an issue where missing template markup on custom template overrides caused a JS error on the page rendering the rest of the page unusable. Note...about 4 years ago
BigCommerce for WordPress 4.5.1 for December 2, 2020
by BigCommerce
4.5.1 Fixed Fixed product category slug changes when re-importing a term that overlaps with a term with a different parent.over 4 years ago
BigCommerce for WordPress 4.5.0 for November 24, 2020
by BigCommerce
4.5.0 Added Added shipping estimation calculator to the cart page as well as the option to enable/disable this feature in the WordPress Customizer. Changed Changed how Quick View triggers detect their corresponding modal container. This...over 4 years ago
GraphQL Complexity Limit Increased (October 2020)
by BigCommerce
We have once again adjusted the GraphQL Storefront API complexity limit to be more permissive, based on developer feedback. If you have previously bumped up against the complexity limit for a particular query, you are encouraged to try...over 4 years ago
GraphQL Storefront API Complexity Scoring Adjusted
by BigCommerce
Based on feedback from our developer community, we've adjusted the weighting of our GraphQL Storefront API's complexity scoring in order to be more permissive. As a result, queries which may have previously been rejected on the basis of...over 4 years ago
GraphQL Storefront API - Bulk Pricing on Products and Variants
by BigCommerce
The GraphQL Storefront API now supports fetching the bulk pricing tiers on both products and variants. Consider this query: query bulkPricingTiers { site { products(first: 3) { edges { cursor node...almost 5 years ago
GraphQL Storefront API updates - Variant-level inventory!
by BigCommerce
New features You may now request inventory levels for each product variant. Note that inventory levels will NOT be returned if your store settings are set to not display stock levels on the storefront. Consider this query: query...almost 5 years ago
GraphQL Storefront API updates - Metafields on Product, Category, Brand, Variant
by BigCommerce
New features Metafields which have been associated with products, categories, brands, or variants can now be accessed via the GraphQL Storefront API. The metafield must be marked with a permissionset of readandsfaccess or writeandsf...