Dev Center Updates

API Updates 2018-12-18

by BigCommerce
Enhancements: Sort order is now available on modifers. Order Products now returns width, height and depth. As of December 17th 2018, when editing a Product Option or Product Modifier created using V2, instead of returning a 422. The...
API
Bug Fix
Enhancement

Working with the Storefront APIs and Multiple Shipping Addresses

by BigCommerce
Working with the Storefront APIs A new tutorial is available: Working with the Storefront APIs The tutorial goes over the Fetch API and how to use it to return data from a shopper session. Learn how to create a cart, add items to the...
API
Enhancement

Now in Beta: A New, Redesigned Developer Center

by BigCommerce
Announcement
Enhancement
API
Stencil
We are excited to announce the beta launch of the Dev Center, a new version of our developer documentation. This new experience combines API (https://developer.bigcommerce.com/api/) and Theme documentation (https://stencil.bigcommerce...

Cornerstone 2.3.2 Release

by BigCommerce
Enhancements Undo New Products left align from 2.3.0. PR #1328 Bug Fixes Fix zoom behavior for small images in gallery (turn off zoom if image is too small). PR #1325 Fix invoice store logo. PR #1326 Using Cornerstone Are you a...
Stencil
Cornerstone
Enhancement
Bug Fix

Cornerstone 2.3.1 Release

by BigCommerce
Enhancements Display product reviews in tabbed content region of product page. PR #1302 Show bulk discounts only if enabled through store settings. PR #1310 Style active section in search results. PR #1316 New products left align. PR...
Bug Fix
Enhancement
Cornerstone
Stencil

Store Information Webhook Updated

by BigCommerce
The store/information/updated webhook now has more events that will trigger it. For more on webhooks see Webhooks Overview and Store Information Reference. | | | | --- | --- | | Store Name | Store Address | | Store Phone Number | Admin...
API
Enhancement

Store Information Endpoint Updated

by BigCommerce
The store information object features array is updated. It now includes sitewidehttpsenabled, facebookcatalogid and checkouttype. "features": { "stencil_enabled": true, "sitewidehttps_enabled": false...
API
Enhancement

Cornerstone 2.2.1 Release

by BigCommerce
Enhancements Disable zoom and link for default "No Image" image. PR #1291 Bug Fixes Fix wishlist dropdown background color bleeding out of container PR #1283 Fix indefinite load spinner for products without an image in order history...
Bug Fix
Cornerstone
Enhancement
Stencil

Examples added to Create a Cart and Required request parameters added

by BigCommerce
Required parameters for all requests in V3 have been added. Examples of how to Create a Cart using the Server to Server API have been added. When using the is_visible filter on products and categories, the filter is 1 and 0. It...
API
Enhancement