This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
Breaking changes in JavaScript SDK: December 17, 2024 release
This document outlines the breaking changes introduced in the December 17, 2024 release of the Webflow Data API and JavaScript SDK. Review these changes carefully as they may require updates to your existing implementations.
These changes require updates to existing code if you’re using the JavaScript SDK. Review and update your implementation to ensure compatibility.
Changed method name for deleting collections
New method for deleting collection fields
client.collections.createItems() replaces previous methodsclient.collections.createItemForMultipleLocales()locale query parameter is now localeIdIf you’re using the existing collection deletion method, update your code to use the new method name:
Replace any usage of the deprecated methods with the new unified method:
Update any code that queries localized pages to use the new parameter name:
If you encounter any issues with these changes, please contact our support team for assistance.
Type improvements
id in request payloads when creating resourcesfieldData type in CMS Items now allows arbitrary key/value pairs, supporting custom fieldsFlexible CMS item creation The SDK now allows creation of CMS items with custom fields without requiring type updates