Skip to main content

Temperature specifications

In this section:

All temperature values in the Integration API are in degrees Celsius and scaled up by 10. This is done to support a single decimal value but limit the risk of encountering rounding errors that are commonly associated with numbers that contain a decimal point.

  • Value 375 translates to 37.5°C

  • Value -253 translates to -25.3°C

  • Value 3 translates to 0.3°C

Example

A transport conditions definition for a product to set the ideal transport conditions to 2 - 8 °C would be defined as follows:

"transportConditions": {
  "lowerTemperatureThreshold": 20,
  "upperTemperatureThreshold": 80
},