Webhook {shopifyr}R Documentation

Webhook Functions

Description

Webhook Functions

Usage

getWebhooks(...)

getWebhooksCount(...)

getWebhook(webhookId, ...)

createWebhook(webhook, ...)

modifyWebhook(webhook, ...)

deleteWebhook(webhookId, ...)

Arguments

...

additional request parameters

webhookId

a Webhook id number

webhook

a list containing Webhook fields

Value

a list containing a Webhook fields or a list of Webhooks

References

Shopify API Webhook documentation: https://help.shopify.com/api/reference/events/webhook


[Package shopifyr version 1.0.0 Index]