Dev Center Updates

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...
WordPress

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.
WordPress

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...
WordPress

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...
Storefront API
Enhancement
Announcement

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...
Storefront API
Enhancement

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...
API
Storefront API
Enhancement

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...
API
Storefront API
Enhancement

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...
Storefront API
Enhancement
API

GraphQL Storefront API updates - Product inventory

by BigCommerce
New Features A new inventory node has been exposed on products which allows you to fetch the aggregate product inventory. For a simple product, this will be the inventory value. For a product with multiple variants and variant-level...
Enhancement
Storefront API