timestamp1585925640001GraphQL Storefront API Updates - April 3, 2020by BigCommerceBugs Fixed An issue where product description and relatedProducts would sometimes return null when the product was looked up via a route has been fixed. New Features The GraphQL Storefront API now supports running requests in the...
timestamp1585865700001API and Theme Updates for April 2, 2020by BigCommerceAPI GraphQL API documentation expanded to include more information on making Customer Impersonation Token authenticated requests and querying the API from an external system store/shipment/created Webhook now sends orderID as an integer...
timestamp1581959700001Cornerstone 4.4.1 by BigCommerceEnhancements and Bug Fixes Prevent triggering quantity change when pressing enter #1630 Replace Karma with Jest #1627 Fix price filter to honor control panel settings #1633
timestamp1576278420001API and Theme Updates for Dec 13, 2019by BigCommerceScopes added Added required OAuth scopes for each BigCommerce API endpoint BigDesign View the Changelogs for the BigDesign project to stay updated on new features and bug fixes big-design big-design-theme big-design-icons configs docs...
timestamp1576088760001GraphQL Storefront API Updates - December 11th, 2019by BigCommerceWe're excited to announce several improvements to the GraphQL Storefront API! Bugs Fixed An issue which prevented looking up products on the product node via parent SKU code when the product had variants was fixed. Enhancements The...
timestamp1575676020001API and Theme updates for Dec 6, 2019by BigCommerceDeveloper Survey BigCommerce is seeking feedback from its external devs. Give us your feedback! API Added example request body for Storefront Token API POST Added id to Category API filter params Developer Blog Blazing Speed Without...
timestamp1573858800001API and Theme Updates for November 15, 2019by BigCommerceContribute to BigCommerce Dev Docs We're excited to announce BigCommerce is accepting contributions to our developer documentation. Want to get involved? Learn more. API Storefront API tokens support JWT Updated the ShippingZoneMethod...
timestamp1573161480001GraphQL Storefront API now supports variant prices and customer loginby BigCommerceVariant Prices Using the GraphQL Storefront API, you can now request the prices of variants in addition to products. Consider the query below: query { site { products(first: 3) { edges { node { prices...
timestamp1572394500001GraphQL Storefront API now supports narrowing variants by option valuesby BigCommerceUsing the Storefront API, you can now narrow the collection of variants on a product based on a set of option values. This is similar to how you can refine the product node response based on option values. For example, if a shopper...