shippex v0.4.0 Shippex.Shipment

A Shipment represents everything needed to fetch rates from carriers: an origin, a destination, and a package description. An optional :id field is provided in the struct, which may be used by the end user to represent the user’s internal identifier for the shipment.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Shippex.Shipment{from: term, id: term, package: term, to: term}