Shippex.create_transaction

You're seeing just the function create_transaction, go back to Shippex module for more information.
Link to this function

create_transaction(shipment, service)

View Source

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)