timestamp1621446815712
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: querytimestamp1621446815712
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:timestamp1617899442634
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 storefronttimestamp1617306294821
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: Buildingtimestamp1615219908775
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 APItimestamp1614877855416
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 useLogintimestamp1614281670726
API Updates & Announcements for February 25, 2021
by BigCommerce
API Moved Deprecations and Sunsets reference article to API Docs. BigCommerce Payments Removed Chase Pay digital wallet from the BigCommerce platform. Developer Blog What’s New for Merchants in January What’s Trending in the Dev Community?timestamp1611843780001
Stencil Update for January 28, 2021
by BigCommerce
Stencil Stencil CLI version 3.1 has split the .stencil file into secrets.stencil.json and config.stencil.json files. This change is backward compatible. .stencil will continue to exist on old themes and CLI versions. Developer Blog...timestamp1610644800001
API Updates for January 14, 2021
by BigCommerce
API It is now possible to programmatically configure your store's Product Filtering feature, also known as faceted search, using the Search Filters endpoint of the Settings API . You can now use Contextual Filters to configure the...