Maersk · Capability

Maersk Demurrage and Detention API — Charges

Retrieve current demurrage and detention charges and free-day status for import containers.

Maersk Demurrage and Detention API — Charges is a Naftiko capability published by Maersk, one of 8 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Maersk, Demurrage, Detention, and Import.

Run with Naftiko MaerskDemurrageDetentionImport

Capability Spec

demurrage-detention-charges.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Maersk Demurrage and Detention API — Charges
  description: >
    Retrieve current demurrage and detention charges and free-day status for
    import containers.
  tags:
    - Maersk
    - Demurrage
    - Detention
    - Import
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      MAERSK_CONSUMER_KEY: MAERSK_CONSUMER_KEY
capability:
  consumes:
    - type: http
      namespace: demurrage-detention
      baseUri: https://api.maersk.com
      description: Demurrage and detention charge inspection.
      resources:
        - name: charges
          path: /demurrage-detention/v1/charges
          operations:
            - name: getDemurrageDetention
              method: GET
              description: Get D&D charges and remaining free days.
              inputParameters:
                - name: equipmentReference
                  in: query
                  type: string
                  required: true
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
      authentication:
        type: apikey
        in: header
        name: Consumer-Key
        valueFrom: env.MAERSK_CONSUMER_KEY