Dev Center Updates

API and Theme Updates for January 10, 2020

by BigCommerce
API Added information about Price List Assignments Clarified concurrent Server-to-Server API call rate limits Theme Updated tutorial Adding NPM packages to a theme
Developer Blog

API and Theme Updates for January 3, 2020

by BigCommerce
API GraphQL API Playground is now available within BigCommerce's Dev Docs site. consent_category added to Scripts API which allows users of the Scripts API to indicate the nature of their script. New BigCommerce features will prevent...
API
Developer Blog
Enhancement

API and Theme Updates for Dec 13, 2019

by BigCommerce
Scopes 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...
Developer Blog
Theme
Enhancement

GraphQL Storefront API Updates - December 11th, 2019

by BigCommerce
We'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...
Storefront API
Announcement
Enhancement

API and Theme updates for Dec 6, 2019

by BigCommerce
Developer 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...
Developer Blog
API
Storefront API

Cornerstone 4.3.0 release

by BigCommerce
Bug Fixes Fixes body text color not taking effect for cart item headings on mobile / tablet #1586 Fix styling of review modal image #1592 Fix typo in README.md #1588 Fix corejs warning #1594 Fix cart quantity calculation for bundled...
Bug Fix
Cornerstone

API and Theme Updates for November 15, 2019

by BigCommerce
Contribute 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...
Developer Blog
Storefront API
Stencil

GraphQL Storefront API now supports variant prices and customer login

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

API and Theme Updates November 1, 2019

by BigCommerce
Wordpress Version 3.9.0 of the BigCommerce for Wordpress plugin is now available. Read more on the BigCommerce Developer Blog. API Concurrent API requests are rate-limited for some endpoints. Learn more Image file size limit added to...
API
Developer Blog