Dev Center Updates

Updates to Cart API, Catalog API and Custom Layout Files

by BigCommerce
In V3 Cart API you can now create a Cart and change a line item to have a 0$ price. In V3 Catalog, value_data returns null when empty, instead of an empty array. A custom layout file can now be assigned to categories. Previously, when...
API
Bug Fix

Developer Survey

by BigCommerce
BigCommerce is looking for developers to answer a short survey about the eco-system. You can help shape the future of products, documentation and support resources. The basics section has been reorganized. All of the information related...
API
Announcement

Legacy OAuth Removed

by BigCommerce
As of July 31, 2018 legacy auth has been removed for new BigCommerce stores. Existing legacy integrations will continue to work, we recommend upgrading as soon as possible.
Warning
API
Announcement

ShipperHQ Metafields

by BigCommerce
Advanced shipping settings on products for ShipperHQ have moved to Metafields. To set shipping-groups, shipping-origins or shipping-dimensional-rules, a /POST request must be sent to V3 Metafields API.
API

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

Revise Windows Installation Workflow and hyperlink to paper-handlebars

by BigCommerce
The Windows installation section has been revised to reflect updates with Node. Now each Mac, Windows, and Linux Installation Instructions should include the following snippet: Stencil requires the Node.js runtime environment, version 6...
Stencil

Legacy API Accounts Deprecation

by BigCommerce
As of July 31, 2018, new BigCommerce stores are no longer able to create Legacy API Accounts (accounts using HTTP Basic Auth) within their control panels. Existing Legacy API Accounts will continue to work until further notice, but we...
Warning
API

Custom Sass Functions Updated

by BigCommerce
The stencilImage function is now documented in the Custom Sass Functions Article, providing an explanation of the function's expected input and output.
Stencil
Maintenance

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