Due to popular demand, we've made run logs filterable by resource id and date interval.
During test runs of your hook, you might not want to call live API endpoints but development endpoints instead.
Your hook code can now detect whether it's called in live or test mode.
You can use the isTestMode property of the hook's context to distinguish between run modes.
Have you ever wanted to call the actions.shopify.graphql action with an API version other than the lowest-supported one?
We've added an extra endpoint parameter to solve this issue!
We've bumped the lowest-supported Shopify API version number to 2023-01, which is also the default API version.
Now the supported Shopify API versions are the following:
We've bumped the lowest-supported Shopify API version number to 2022-10, which is also the default API version.
Now the supported Shopify API versions are the following:
Have you bumped into a REST API where updating entities partially is only possible by using HTTP Patch requests?
Now you're covered, because we've added the HTTP Patch action to Cloudhooks.
We're excited to announce the completely redesigned Cloudhooks which is now available in beta! 🥳
With some major improvements, we tidied the dashboard, rearranged the hook editing page, and made the hook logs more actionable.