timestamp1583880540001
PHPSESSID cookie will be removed from storefronts on April 9, 2020
by BigCommerce
On April 9, 2020, the PHPSESSID cookie will no longer be set by BigCommerce on the BigCommerce storefront or control panel.timestamp1581362640001
Certain V2 API DELETE endpoints are being removed on May 10
by BigCommerce
On May 10, the following endpoints will be removed from the V2 API: DELETE /v2/products DELETE /v2/option_sets (sometimes aliased as /v2/optionsets) DELETE /v2/customers This change ONLY affects the "collection delete" capability which...timestamp1579540500001
Changes to Chrome’s SameSite cookie policies that may affect BigCommerce apps
by BigCommerce
Beginning in February, the way Google Chrome handles cross-site cookies is changing to prevent cookies without an explicit SameSite policy from loading in cross-origin requests. More details on Chrome’s upcoming changes are available on...timestamp1576088760001
GraphQL Storefront API Updates - December 11th, 2019
by BigCommerce
We're excited to announce several improvements to the GraphQL Storefront API! Bugs Fixed An issue which prevented looking up products on the product node via parent SKU code when the product had variants was fixed. Enhancements The...timestamp1575676020001
API and Theme updates for Dec 6, 2019
by BigCommerce
Developer Survey BigCommerce is seeking feedback from its external devs. Give us your feedback! API Added example request body for Storefront Token API POST Added id to Category API filter params Developer Blog Blazing Speed Without...timestamp1573858800001
API and Theme Updates for November 15, 2019
by BigCommerce
Contribute to BigCommerce Dev Docs We're excited to announce BigCommerce is accepting contributions to our developer documentation. Want to get involved? Learn more. API Storefront API tokens support JWT Updated the ShippingZoneMethod...timestamp1573161480001
GraphQL Storefront API now supports variant prices and customer login
by BigCommerce
Variant Prices Using the GraphQL Storefront API, you can now request the prices of variants in addition to products. Consider the query below: query { site { products(first: 3) { edges { node { prices...timestamp1572394500001
GraphQL Storefront API now supports narrowing variants by option values
by BigCommerce
Using the Storefront API, you can now narrow the collection of variants on a product based on a set of option values. This is similar to how you can refine the product node response based on option values. For example, if a shopper...timestamp1571841720001
GraphQL Storefront API now supports more variant properties and related products
by BigCommerce
The GraphQL Storefront API now supports most of the properties on variants. You can now get the manually-set related products of a given product with the Storefront API Consider this query which demonstrates the new capabilities: query...