timestamp1595953320001
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...timestamp1595636220001
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...timestamp1594944480001
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...timestamp1593048360001
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...timestamp1590707040001
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...timestamp1590704340001
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...timestamp1589820540001
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...timestamp1589580600001
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...timestamp1589482680001
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...