createShipment

abstract suspend fun createShipment(title: String, metadata: Map<String, Any>? = null): Result<Shipment>

Creates a new shipment.

Parameters

title

The display name of the shipment.

metadata

Optional custom key-value pairs to associate with the shipment.