createShipment

open suspend override fun createShipment(title: String, metadata: Map<String, Any>?): 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.