Dev Center Updates

Cornerstone 4.8.0

by BigCommerce
Fixed Facebook button during modal scrolling behaviour. #1724 Fixed Product Image dimensions not constrained proportionally on Cart page which can lead to element overlapping. #1722 Added byte type on file upload options when max file...
Cornerstone
Bug Fix
Maintenance

Control Panel URL change now live

by BigCommerce
The URL used in all store Control Panels will now reflect the store's Permanent Address (i.e. store-abc123.mybigcommerce.com). Previously, if a store had an SSL certificate installed, the store URL (i.e. my-store.com) and the Control...
Announcement
Maintenance

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

GraphQL Storefront API Updates - May 5th

by BigCommerce
New Features You may now request the product description as plain text (with HTML tags stripped) using the new plainTextDescription field. To encourage not over-fetching, and to support cases where you want to show only a small preview...
Storefront API
Enhancement

GraphQL Storefront API Updates - Product Warranty

by BigCommerce
Enhancements You may now request the warranty field on the Product node. As the product warranty may be quite large, requesting it will raise the complexity score of your query slightly higher than other fields.
Enhancement
Storefront API

API and Theme Updates, April 16, 2020

by BigCommerce
API Updated Payments API sample app diagram Adyen removed from list of providers compatible with Payments API BigCommerce for Wordpress New article Multi-Channel Capabilities with Wordpress Theme %%GLOBALTrackingLink_List%% variable...
API
Theme
Maintenance