Shopify API – Webhook
top
Receive a list of all Webhooks
A webhook’s “topic” attribute determines the event that causes the webhook to send a http POST to the URL set in its “address” attribute.
Available URL Query parameters:
- limit — Amount of results (default: 50) (maximum: 250)
- page — Page to show (default: 1)
- created_at_min — Show webhooks created after date (format: 2008-01-01 03:00)
- created_at_max — Show webhooks created before date (format: 2008-01-01 03:00)
- updated_at_min — Show webhooks last updated after date (format: 2008-01-01 03:00)
- updated_at_max — Show webhooks last updated before date (format: 2008-01-01 03:00)
- topic — Show webhooks with a given topic
- address — Show webhooks with a given address
top
Receive a count of all Webhooks
Available URL Query parameters:
- topic — Count webhooks with given topic
- address — Count webhooks with given address
Last updated at Feb 2010 Feb:02 PM.
