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 anounced 3 months prior to their release to give clients ample time to make the required changes.

Upcoming breaking changes

Currently planned: none.

Past changes

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.