Dev Center Updates

BigCommerce for WordPress 4.13.0 for June 17, 2021

by BigCommerce
4.13.0 View release 4.13.0 on GitHub Added Added support for password reset for users that exist only on BC (not yet synced with WP). Delete all channels from the WP database on plugin uninstall so a fresh channel list is pulled when
WordPress

Blueprint Theme Update for June 17, 2021

by BigCommerce
Blueprint Themes Removed Internet Explorer 11 or later from the list of Supported Browsers for the BigCommerce control panel. Developer Blog Headless Commerce Summit 2021 Recapped Now in Open Beta: Product Sort Order API on BigCommerce
Theme
Announcement
Developer Blog

API Update and Announcement for June 4, 2021

by BigCommerce
API Corrected pagination meta for the Channel Listings endpoint. Requests no longer return a page number in the pagination response.
API
Announcement

API Update and Announcement for June 3, 2021

by BigCommerce
API Added the Product Sort Order API(Open Beta) which allows you to effectively manage the sort order of products displayed on any given category page. Developer Blog Inclusive And Accessible Omnichannel Strategies with JAMstack
API
Announcement
Developer Blog

BigCommerce for WordPress 4.12.0 for May 28, 2021

by BigCommerce
4.12.0 View release 4.12.0 on GitHub Added Support for fetching products by SKU via query and shortcode. Added "Product Sync Log" section to the Settings > Diagnostics panel in the WP Admin. This shows the last 10 sync attempts and their
WordPress

Theme Update and Announcement for May 27, 2021

by BigCommerce
Theme Added new accessibility articles discussing how Cornerstone meets WCAG Compliance Levels. View examples to learn how Cornerstone implements WCAG guidelines. Developer Blog Alexa, Where will E-commerce Be in 2022? How to Customize the
Theme
Developer Blog

Cornerstone 5.5.0 for May 25, 2021

by BigCommerce
Theme Scale focus trap for all modals.#2049 Fixed displaying swatch name for multiple swatch options on page.#2040 Added settings for payment banners.#2021 Use https:// for schema markup.#2039 Update focus tooltip styles contrast to achieve
Cornerstone
Maintenance
Bug Fix

GraphQL Storefront API now supports sorting products within categories

by BigCommerce
The GraphQL Storefront API’s now supports sorting the products on a Category node, using the sortBy parameter. This will match the equivalent sorting behaviors on the BigCommerce Storefront (Stencil). Consider this query: query
Storefront API
Enhancement

GraphQL Login Mutation now returns entire Customer object

by BigCommerce
The GraphQL Storefront API’s Login Mutation now supports fetching all of the details of the customer account after a successful login. Consider this query: mutation Login($email: String!, $pass: String!) { login(email: $email, password:
Storefront API
Enhancement