The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Webhook - Shopify Webhook

DESCRIPTION

Represents information about a webhook on shopify. Webhooks are callbacks; whenver a trigger condition is met, shopify will send HTTP requests to the designated URL.

The following topics are acceptable as an input parameter; this is copied from the Shopify documentation.

        orders/create, orders/updated, orders/paid, orders/cancelled, orders/fulfilled, orders/partially_fulfilled,  
        app/uninstalled, customer_groups/create, customer_groups/update, customer_groups/delete, products/create,
        products/update, products/delete, collections/create, collections/update, collections/delete, carts/create, carts/update

USAGE

For information about how to use items, please see WWW::Shopify::Model::Item.

SEE ALSO

WWW::Shopify::Model::Item http://api.shopify.com/webhook.html

AUTHOR

Adam Harrison

LICENSE

See LICENSE in the main directory.