shareShipment

abstract suspend fun shareShipment(shipmentId: String, recipientEmail: String, expiration: String? = null): Result<ShipmentSharing>

Shares a shipment with another user via email.

Parameters

recipientEmail

The email of the user to share with.

expiration

Optional ISO-8601 timestamp for when access should expire.