Dev Center Updates

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

API Updates and Announcements for April 29, 2021

by BigCommerce
Theme Added a localization tutorial which gives you the tools to localize most areas of your theme. Apps Updated the order of the app listing tabs in the Developer Portal, making Technical the second tab instead of Details.
API
Announcement

API Updates and Announcements for April 15, 2021

by BigCommerce
API Product and product set widgets now respect user-selected currency. Add the activeCurrencyCode property to the storefront_api_query field to return the user’s active currency at the time of page load. BigCommerce Payments You can now
API
Announcement

API Updates and Announcements for April 8, 2021

by BigCommerce
API Added the Get Stored Instruments(Beta) endpoint which lists all available stored instruments for a customer. Added the Tax Provider API which allows you to provide business-to-consumer sales tax estimates to shoppers on the storefront
API
Announcement
Developer Blog

API Announcement for April 1, 2021

by BigCommerce
API Added business-to-business functionality to the BigCommerce platform with the B2B Edition of BigCommerce Developer Blog My Experience at DeveloperWeek 2021 Introducing BigCommerce Transactional Email Templates MACHathon 2021: Building
Announcement
API
Developer Blog
Stencil
Enhancement

UPC, MPN, and GTIN now available in Storefront GraphQL API

by BigCommerce
The UPC, MPN, and GTIN fields are now available on both product and variant nodes in the GraphQL Storefront API
Storefront API
Enhancement
API
GraphQL

API Announcement for March 4, 2021

by BigCommerce
On April 30, 2021, the Coupon API will limit the characters allowed in a coupon name. An error will result if any special characters other than the following are used in the Coupon code field: Alphanumeric values White spaces Underscores (
Announcement
Warning
API

Storefront Data Hooks & Theme Updates for March 4, 2021

by BigCommerce
Storefront Hooks 1.0.1 Initial public release in support of https://nextjs.org/commerce 1.1.0 Fix useUpdateItem Fix typo in storefront-data-hooks repo Add missing types to the Cart body Resolves#22 Login SSO Accept options in the useLogin
Theme
Enhancement
Announcement
Developer Blog