timestamp1581362640001Certain V2 API DELETE endpoints are being removed on May 10by BigCommerceOn 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...
timestamp1580855400001Stencil-CLI 1.21.6 Release (Supports "stencil pull")by BigCommerceNew feature added to allow pulling the theme configuration (config.json) from the live store, to make sure your local configuration matches the live store's theme before pushing a new version. This can help catch changes to theme...
timestamp1579540500001Changes to Chrome’s SameSite cookie policies that may affect BigCommerce appsby BigCommerceBeginning 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...
timestamp1578081180001API and Theme Updates for January 3, 2020by BigCommerce API GraphQL API Playground is now available within BigCommerce's Dev Docs site. consent_category added to Scripts API which allows users of the Scripts API to indicate the nature of their script. New BigCommerce features will prevent...
timestamp1576278420001API and Theme Updates for Dec 13, 2019by BigCommerceScopes added Added required OAuth scopes for each BigCommerce API endpoint BigDesign View the Changelogs for the BigDesign project to stay updated on new features and bug fixes big-design big-design-theme big-design-icons configs docs...
timestamp1576088760001GraphQL Storefront API Updates - December 11th, 2019by BigCommerceWe'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...
timestamp1575676020001API and Theme updates for Dec 6, 2019by BigCommerceDeveloper 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...
timestamp1573858800001API and Theme Updates for November 15, 2019by BigCommerceContribute 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...
timestamp1573161480001GraphQL Storefront API now supports variant prices and customer loginby BigCommerceVariant 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...