Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 835 Bytes

File metadata and controls

13 lines (10 loc) · 835 Bytes

shopify.webhooks

This object contains functions used to configure, register and process webhooks.

Property Description
addHandlers Add handlers to the webhook registry.
getTopicsAdded Fetch the topics that have been added to the registry.
getHandlers Get the configured handlers for the given topic.
register Register the configured handlers with Shopify.
process Validate and process a webhook request from Shopify.

Back to shopifyApi