Productsup
Platform API

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 active and filename fields to the channel resource. See channel fields.
  • Changed the shape of feed_destinations on the channel resource. Each destination is now an object with name, active, and urls instead of a bare array of URLs. Replace feed_destinations[<destinationId>][0] with feed_destinations[<destinationId>].urls[0].
  • Changed name on 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 new destination_name field. See feed destination fields.
  • Fixed filename on the channel resource returning an empty string for channels whose filenames are configured as channel files. It now returns the configured filename, or null when the channel has none.
  • Added filenames to the channel resource, listing every file the channel is configured to export with its delta type. filename remains the first of them. See filename fields.
  • Changed the keys of feed_destinations from the destination type ID to the ID of the configured destination, and added destination_id to 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 on destination_id if 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 type and classification fields 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.

On this page

Still stuck?

Reach out to our support team and we’ll help you get unstuck.

Contact support