exshopify v0.9.0 Shopify.Webhook
Link to this section Summary
Functions
Retrieve a count of existing webhook subscriptions
Register a webhook
Delete a webhook
Retrieve a single registered webhook
Retrieve a list of registered webhooks
Update a registered webhook
Link to this section Functions
Link to this function
count(params \\ %{})
count(params \\ %{})
count(map()) :: Shopify.Operation.t()
count(map()) :: Shopify.Operation.t()
Retrieve a count of existing webhook subscriptions.
Link to this function
create(params)
create(params)
create(map()) :: Shopify.Operation.t()
create(map()) :: Shopify.Operation.t()
Register a webhook.
Link to this function
delete(webhook_id)
delete(webhook_id)
delete(binary()) :: Shopify.Operation.t()
delete(binary()) :: Shopify.Operation.t()
Delete a webhook.
Link to this function
get(webhook_id)
get(webhook_id)
get(binary()) :: Shopify.Operation.t()
get(binary()) :: Shopify.Operation.t()
Retrieve a single registered webhook.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of registered webhooks.
Link to this function
update(webhook_id, params)
update(webhook_id, params)
update(binary(), map()) :: Shopify.Operation.t()
update(binary(), map()) :: Shopify.Operation.t()
Update a registered webhook.