shippex v0.2.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.

Summary

Types

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