Skip to content
Download OpenAPI description
Languages
Servers
Mock server

https://docs.zimark.link/_mock/api/

https://{organizationSubdomain}.zimark-staging.link/

https://{organizationSubdomain}.zimark.link/

Zimarker

Allocate zimarker code(s) on demand for the calling organization, each with a printable, inline base64 marker image. Allocation is synchronous, atomic, and exactly-once per organization.

Render a zimarker code's marker image on demand. Public, stateless, and addressable by code at a stable URL — no authentication required.

Operations

Manifest

API endpoints for managing manifests and their associated assets/tracks.

A manifest is a container that groups assets/pallets for tracking purposes.

Operations

Shipment

API endpoints for managing shipments (multi-manifest dispatch grouping). A shipment groups one or more manifests for dispatch at a single gate; only available to organizations configured with the shipment dispatch strategy.

Operations

Request

Removes a specific custom field from a shipment by its key. The field and its value will be permanently deleted from the shipment.

Security
X-AUTH-KEY
Path
shipmentExternalIdstringrequired

Shipment external identifier or uuid.

Example: SHIP-2024-001
fieldKeystringrequired

Key of the custom field to delete.

Example: CARRIER
curl -i -X DELETE \
  https://docs.zimark.link/_mock/api/integration/rest/api/v1/shipment/SHIP-2024-001/custom-field/CARRIER \
  -H 'X-AUTH-KEY: YOUR_API_KEY_HERE'

Responses

No content

Delete shipment asset invalid-loading record by record uuid

Request

Deletes an unassigned (non-expected) asset invalid-loading record. Returns 404 if the record does not belong to any manifest attached to this shipment.

Security
X-AUTH-KEY
Path
shipmentExternalIdstringrequired

Shipment external identifier or uuid.

recordUuidstringrequired

Asset loading record uuid.

curl -i -X DELETE \
  'https://docs.zimark.link/_mock/api/integration/rest/api/v1/shipment/{shipmentExternalId}/asset-loading/{recordUuid}' \
  -H 'X-AUTH-KEY: YOUR_API_KEY_HERE'

Responses

No content

Delete shipment asset invalid-loading record by track identifier

Request

Deletes an unassigned (non-expected) asset invalid-loading record resolved by track identifier.

Security
X-AUTH-KEY
Path
shipmentExternalIdstringrequired

Shipment external identifier or uuid.

trackIdentifierstringrequired

Track identifier (WMS id).

curl -i -X DELETE \
  'https://docs.zimark.link/_mock/api/integration/rest/api/v1/shipment/{shipmentExternalId}/asset-loading/track/{trackIdentifier}' \
  -H 'X-AUTH-KEY: YOUR_API_KEY_HERE'

Responses

No content

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Calibration Integration

External API for integration systems with token-based authentication

Operations
Operations