timestamp1631742062720
Required Stencil-CLI version set to 3.5.0
by BigCommerce
A bug affecting users of stencil-CLI has been fixed as of CLI version 3.5.0. As this bug was resulting in CLI requests incorrectly redirecting which resulted in a degradation of the local development experience, we have bumped the requiredtimestamp1627425864360
Published Widgets now appear during local development with Stencil-CLI
by BigCommerce
As of stencil-cli version 3.4.0, any published Widgets on the storefront will appear while rendering the storefront locally with the CLI. This will allow you to have a more realistic preview of what theme changes will look like intimestamp1624372403841
Rendered Widget HTML now available in GraphQL Storefront API
by BigCommerce
You may now fetch the rendered HTML of widgets created via Widgets API or Page Builder. To get the content, you’ll need to provide a page type, and the ID for the page (if necessary). In the response, you’ll get a list of all the regions ontimestamp1621446815712
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:timestamp1617306294821
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 APItimestamp1614889674933
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 (timestamp1614877855416
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