shippo v0.1.0 Shippo.Operation.Webhook View Source
Link to this section Summary
Functions
Creates a new webhook object.
Retrieve an existing webhook by object id.
List all webhook objects.
Update an existing webhook object.
Link to this section Functions
Link to this function
create(params, opts \\ [])
View Sourcecreate(params :: map(), opts :: keyword()) :: Shippo.Operation.t()
Creates a new webhook object.
Link to this function
get(id, opts \\ [])
View Sourceget(id :: binary(), opts :: keyword()) :: Shippo.Operation.t()
Retrieve an existing webhook by object id.
List all webhook objects.
Link to this function
update(id, params, opts \\ [])
View Sourceupdate(id :: binary(), params :: map(), opts :: keyword()) :: Shippo.Operation.t()
Update an existing webhook object.