Skip to content

v2.5.1

Latest
Compare
Choose a tag to compare
@pylipp pylipp released this 12 Nov 14:42
· 63 commits to master since this release
v2.5.1
64f375c

Changelog of GraphQL API

The API contains several updates to facilitate measure-products and intra-organisation shipments.

Added

  • new Unit type
  • optional field displayUnit and measureValue for Box type
  • optional fields displayUnitId and measureValue for BoxCreationInput and BoxUpdateInput
  • optional fields dimensionId and absoluteMeasureValue in MovedBoxesResult and StockOverviewResult types
  • new dimension field in MovedBoxDataDimensions and StockOverviewDataDimensions types
  • new units field in SizeRange type
  • new organisationName field in UnauthorizedForBaseError type

Changed

  • the size field of the Box type is nullable (if null, the box contains a measure-product)
  • the qrCode argument for the queries qrCode and qrExists is renamed to code
  • the qrCode query now returns a QrCodeResult
  • the BoxResult type is renamed to BoxesResult
  • the box field of the QrCode type is a BoxResult
  • the sizeId field of BoxCreationInput is optional
  • the sizeId field of MovedBoxesResult and StockOverviewResult is optional
  • the transferAgreementId field of ShipmentCreationInput is optional. If null, an intra-organisation shipment is created
  • the transferAgreement field of the Shipment type is optional