FreightProduct

Service points grouped under a specific freight product.

  • freightProductId
    Type: integer
    required

    Unique ID of the freight product (e.g., Hentepakke).

  • servicePoints
    Type: array object[] · ServicePoint[]
    required

    List of service points available for this product.

    Detailed information for an individual nearby service point.

    • deliveryAddress
      Type: object · AddressDetail
      required

      Detailed address information for visiting or delivery.

    • eligibleParcelOutlet
      Type: boolean
      required

      Indicates if the location is eligible as a parcel drop-off/pickup point.

    • openingHours
      Type: array object[] · OpeningHour[]
      required

      List of daily opening hours.

      Opening hours for a single day.

    • servicePointCoordinates
      Type: array object[] · Coordinate[]
      required

      Geographic coordinates of the service point.

      Geographic coordinates.

    • servicePointExternalId
      Type: string
      required

      Unique external ID for the service point.

    • servicePointName
      Type: string
      required

      Name of the service point location.

    • visitingAddress
      Type: object · AddressDetail
      required

      Detailed address information for visiting or delivery.

    • routingCode
      Type: string nullable

      Internal routing code, may be null.

    • type
      Type: string

      The category of the service point.

  • transporterId
    Type: integer
    required

    ID of the transporter (e.g., Helthjem).

  • freightDescription
    Type: string

    Description of the freight product service.

  • freightName
    Type: string

    Full name of the freight product.

  • freightTitle
    Type: string

    Short title of the freight product.

  • properties
    Type: object

    Additional, often empty, properties for the freight product.

  • transporterName
    Type: string

    Name of the transporter.