Shippex.create_transaction
You're seeing just the function
create_transaction
, go back to Shippex module for more information.
Specs
create_transaction(Shippex.Shipment.t(), Shippex.Service.t()) :: {:ok, Shippex.Transaction.t()} | {:error, response()}
Fetches the label for shipment
for a specific Service
. The service
module contains the Carrier
and selected delivery speed.
Shippex.create_transaction(shipment, service)