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

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

Cornerstone 4.6.1

by BigCommerce
Enhancements and Bug Fixes Product option special characters are not rendered on invoice, order contents and returns #1681 Bump lazysizes to 5.2.1 #1682 Add rel="noopener" to social links #1678 Display Klarna logo in payment icons #1680...
Cornerstone

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

API and Theme Updates for May 28, 2020

by BigCommerce
API Section on logging in a customer with GraphQL API added Example added to GraphQL API documentation for getting a swatch option value Limit for Storefront widgets increased Customer Login API tutorial updated Developer Blog...
Developer Blog
API

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

Cornerstone 4.5.4

by BigCommerce
Enhancements and Bug Fixes Added SchemaTranslations.json for Cornerstone #1644 Bump lazysizes to 5.2.0 #1646 Facets with & symbol work now #1654 Added Handlebars class/style variables for account fields #1655 Fixed logo in admin bar...
Cornerstone

API Updates for May 15, 2020

by BigCommerce
API Updated Orders API documentation to reflect that the shippingprovider field is not_ required when creating order shipments. Developer Blog Announcing the BigCommerce Dev Library Using BigCommerce Storefront APIs to Create Custom...
Developer Blog
API

API & Theme Updates for May 7, 2020

by BigCommerce
API New Themes configuration endpoints now available Clarified documentation to note store/cart/abandoned will fire whether or not a store has the Abandoned Cart Saver feature enabled. GET Customers V3 endpoint includes new sort...
API
Theme