Platform API changelog
Record of notable changes to the Platform API.
4 min read
Product data write endpoints
As of 31 March 2025, the Platform API's product data write endpoints are no longer available. Use the Platform API for account management and Stream API for product data uploads in new integrations. Existing integrations using the write endpoints continue to be supported.
3 August 2026
- Added the
activeandfilenamefields to the channel resource. See channel fields. - Changed the shape of
feed_destinationson the channel resource. Each destination is now an object withname,active, andurlsinstead of a bare array of URLs. Replacefeed_destinations[<destinationId>][0]withfeed_destinations[<destinationId>].urls[0]. - Changed
nameon a feed destination to the name the destination was given in the platform, falling back to the name of its destination type. The destination type's name moved to the newdestination_namefield. See feed destination fields. - Fixed
filenameon the channel resource returning an empty string for channels whose filenames are configured as channel files. It now returns the configured filename, ornullwhen the channel has none. - Added
filenamesto the channel resource, listing every file the channel is configured to export with its delta type.filenameremains the first of them. See filename fields. - Changed the keys of
feed_destinationsfrom the destination type ID to the ID of the configured destination, and addeddestination_idto each entry. A channel can have several destinations of the same type, and those previously overwrote each other so that only one of them was returned. Match destinations ondestination_idif you looked up a destination type by key. - Added reference documentation for
feed_destinations. See feed destination fields.
31 March 2025
- Updated documentation to reflect the sunsetted Platform API data write endpoints.
2 September 2024
- Added tag endpoints. See site tags.
24 May 2024
- Exposed error
typeandclassificationfields in the site errors endpoint. See site errors.
5 September 2023
- Added the copy site endpoint. See copy site.
23 May 2023
- Introduced new rate limits across all endpoints. See rate limiting.
1 June 2023
- Added status page link.
15 February 2023
- Fixed empty file creation when rows were written due to a one-hour delay between the last upload and commit.
31 January 2023
- Fixed the products endpoint returning an empty response body.
20 January 2023
- Exposed datetime in the site errors endpoint. See site errors.
10 January 2023
- Fixed a bug in
deleteNotMatchingFeedHeadersIds.
How is this guide?