shippo v0.1.0 Shippo.Operation.TrackingStatus View Source

Shippo Tracking status

Link to this section Summary

Functions

Register a webhook(s) for a Shipment (and request the current status at the same time) by POSTing 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 Source
create(params :: map(), opts :: keyword()) :: Shippo.Operation.t()

Register a webhook(s) for a Shipment (and request the current status at the same time) by POSTing to the tracking endpoint.

Link to this function

get(tracking_number, carrier, opts \\ [])

View Source
get(tracking_number :: binary(), carrier :: binary(), opts :: keyword()) ::
  Shippo.Operation.t()

Request the tracking status of a shipment by sending a GET request.