timestamp1703181552275
API Updates for December 21, 2023
by BigCommerce
API
The Webhooks Overview article now provides best practices for working with webhook responses. Use these response requirements to ensure the webhook delivery is successful.
Excited to announce that authorized users can now create APItimestamp1702576245230
API Updates for December 14, 2023
by BigCommerce
API
Happy to announce rate limits are now available for the Create a Customer Address endpoint.
The Carts and Checkout Storefront APIs now allow adding, updating, and deleting gift wrapping to lineItems similar to the REST Managementtimestamp1691428134611
API internal migration on August 7, 2023
by BigCommerce
API
We are implementing an internal migration for GET v3/catalog/categories and GET v3/catalog/categories/{category_id} endpoints to enhance our API’s performance. If you experience any unexpected API behavior on the following endpoint,timestamp1648572594023
Node 12 End-of-life on April 30th
by BigCommerce
Node 12 enters End-of-life on April 30, 2022 ( https://endoflife.date/nodejs). From this date, new versions of Stencil CLI will drop support for Node 12, and add support for Node 14. In order to provide time for developers to update theirtimestamp1648501386735
Change to number of product images returned in Stencil home page resources on April 15
by BigCommerce
On April 15, 2022, the number of product images returned by the Featured Products, New Products, and Popular Products panels on Stencil storefronts is changing. These panels will now return up to 10 images per product, instead of returningtimestamp1648500661973
Change to default number of product images returned by GraphQL on April 15
by BigCommerce
On April 15, 2022, the behavior of the product.images node in the GraphQL storefront API will be changing to only return 10 images by default. If you wish to request a different number of product images, you should specify the`first`timestamp1642015585330
Upcoming changes to HTTP header casing
by BigCommerce
Infrastructural changes to BigCommerce over the next 2 weeks may result in some HTTP headers being returned as lowercase which previously had a mixture of uppercase and lowercase characters. For example, HTTP header names such astimestamp1638459874430
API Updates for December 2, 2021
by BigCommerce
API The Add to Cart URLs example now uses promises to demonstrate using JavaScript to make serial requests to a single endpoint. The Add Consignments to Checkout endpoint now reflects limits to the number of line items a consignment cantimestamp1632777681779
GraphQL Storefront API can now be used to power Stencil theme context
by BigCommerce
It is now possible to augment the data available in the theme context through the use of GraphQL queries described directly in the Front Matter of template files. Using this capability, you can fetch data a little bit more flexibly to build