Marketplace
Changelog

Changelog

Past and upcoming changes to our marketplace API.

Breaking changes are changes that will break behaviour of connecting clients. They will be announced 3 months in advance to give clients ample time to make the required changes.

Upcoming breaking changes

1 March 2026

  • Field order on type PhotoInput will be non-nullable.
  • Field order on type Photo will be non-nullable.

1 February 2026

  • Type ObjectCannotBePlacedError (deprecated) will be removed from type ObjectAddResult.
  • Type ObjectCannotBePlacedError (deprecated) will be removed from type ObjectUpdateResult.

1 January 2026

  • Field country on the types AddCompanyInput and UpdateCompanyInput will be required instead of optional.

Past changes

1 November 2025

  • Field canObjectBePlaced was removed from type Query.
  • Field propupsion was removed from type Object.
  • Field ChamberOfCommerceNumberNotResolvedError was removed from type AddCompanyResult.

30 September 2025

  • Field country was added to the types AddCompanyInput and UpdateCompanyInput.

18 March 2025

  • Field object was added to type Query.

14 October 2024

  • Field engineDisplacement was added to the types AddObjectInput and UpdateObjectInput.

10 October 2024

  • Field cabinType was added to the types AddObjectInput and UpdateObjectInput.
  • Field country was added to the types AddObjectInput and UpdateObjectInput.
  • Field emissionNorm was added to the types AddObjectInput and UpdateObjectInput.
  • Field enginePowerInHp was added to the types AddObjectInput and UpdateObjectInput.
  • Field loadCapacity was added to the types AddObjectInput and UpdateObjectInput.
  • Field maxWeight was added to the types AddObjectInput and UpdateObjectInput.
  • Field marginScheme was added to the types AddObjectInput and UpdateObjectInput.
  • Field numberOfCylinders was added to the types AddObjectInput and UpdateObjectInput.
  • Field rangeFuel was added to the types AddObjectInput and UpdateObjectInput.
  • Field rangeElectric was added to the types AddObjectInput and UpdateObjectInput.
  • Field tareWeight was added to the types AddObjectInput and UpdateObjectInput.
  • Field trailerLoad was added to the types AddObjectInput and UpdateObjectInput.

9 July 2024

  • Field model was added to type AddObjectInput. This was added to provide more granular details when adding an object. For example, when adding a “Citroën Berlingo 2.0 HDI”, you previously had to set the field type to “Berlingo 2.0 HDI”. With the new model field, you can set the model to “Berlingo” and type to “2.0 HDI”.
  • Field model was added to type UpdateObjectInput.
  • Field model was added to type Object.

12 June 2024

  • Field usage on type Object was marked as deprecated. Use the fields usageInKilometers or usageInOperatingHours instead.
  • Field usage on type AddObjectInput was marked as deprecated. Use the fields usageInKilometers or usageInOperatingHours instead.
  • Field usage on type UpdateObjectInput was marked as deprecated. Use the fields usageInKilometers or usageInOperatingHours instead.
  • Query canObjectBePlaced was marked as deprecated. There is no replacement.

28 March 2024

  • Field propupsion on type Object was marked as deprecated. Use the field propulsion instead.