shippo v0.1.0 Shippo.Operation.TrackingStatus View Source
Link to this section Summary
Functions
Register a webhook(s) for a Shipment (and request the current status at the same time) by POST
ing to the tracking endpoint.
Request the tracking status of a shipment by sending a GET request.
Link to this section Functions
Link to this function
create(params, opts \\ [])
View Sourcecreate(params :: map(), opts :: keyword()) :: Shippo.Operation.t()
Register a webhook(s) for a Shipment (and request the current status at the same time) by POST
ing to the tracking endpoint.
Link to this function
get(tracking_number, carrier, opts \\ [])
View Sourceget(tracking_number :: binary(), carrier :: binary(), opts :: keyword()) :: Shippo.Operation.t()
Request the tracking status of a shipment by sending a GET request.