Creating orders/partially_fulfilled webhook for shop

Hi.

I’d like to create a webhook for my shop for the orders/partially_fulfilled event, as documented at Webhooks

However, when configuring the webhooks for my shop (via settings > notifications > webhooks), there is no option for Order Partially Fulfilled (or anything similar) - the other order events exist, but not partial fulfillment:

Has this webhook been removed/deprecated, or do I need to create this differently? The Order Fulfilled webhook event is only generated when the order is completely fulfilled, so doesn’t seem to include the partial fulfillment use-case.

Many thanks in advance.

1 Like

Hey @Andrew_Lawrenson, the webhooks available in the admin are different than API available webhooks.

The Help Center webhooks documentation covers what’s available in the admin UI. For your case, the closest would be either the fulfillment update or fulfillment creation.

If you do need the orders/partially_fulfilled webhook, you can do that by building an app that subscribes to webhooks via your app configuration file or the GraphQL Admin API. This gives you access to all webhook topics, including orders/partially_fulfilled.