> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/webhooks/llms.txt)
> Source: https://docs.saleor.io/api-reference/webhooks/enums/webhook-event-type-async-enum

# WebhookEventTypeAsyncEnum Enum

Enum determining type of webhook.

<a id="values"></a>

### Values

<a id="account-confirmation-requested"></a>

#### [`ACCOUNT_CONFIRMATION_REQUESTED`](#account-confirmation-requested)

An account confirmation is requested.

<a id="account-change-email-requested"></a>

#### [`ACCOUNT_CHANGE_EMAIL_REQUESTED`](#account-change-email-requested)

An account email change is requested.

<a id="account-email-changed"></a>

#### [`ACCOUNT_EMAIL_CHANGED`](#account-email-changed)

An account email was changed

<a id="account-set-password-requested"></a>

#### [`ACCOUNT_SET_PASSWORD_REQUESTED`](#account-set-password-requested)

Setting a new password for the account is requested.

<a id="account-confirmed"></a>

#### [`ACCOUNT_CONFIRMED`](#account-confirmed)

An account is confirmed.

<a id="account-delete-requested"></a>

#### [`ACCOUNT_DELETE_REQUESTED`](#account-delete-requested)

An account delete is requested.

<a id="account-deleted"></a>

#### [`ACCOUNT_DELETED`](#account-deleted)

An account is deleted.

<a id="address-created"></a>

#### [`ADDRESS_CREATED`](#address-created)

A new address created.

<a id="address-updated"></a>

#### [`ADDRESS_UPDATED`](#address-updated)

An address updated.

<a id="address-deleted"></a>

#### [`ADDRESS_DELETED`](#address-deleted)

An address deleted.

<a id="app-installed"></a>

#### [`APP_INSTALLED`](#app-installed)

A new app installed.

<a id="app-updated"></a>

#### [`APP_UPDATED`](#app-updated)

An app updated.

<a id="app-deleted"></a>

#### [`APP_DELETED`](#app-deleted)

An app deleted.

<a id="app-status-changed"></a>

#### [`APP_STATUS_CHANGED`](#app-status-changed)

An app status is changed.

<a id="attribute-created"></a>

#### [`ATTRIBUTE_CREATED`](#attribute-created)

A new attribute is created.

<a id="attribute-updated"></a>

#### [`ATTRIBUTE_UPDATED`](#attribute-updated)

An attribute is updated.

<a id="attribute-deleted"></a>

#### [`ATTRIBUTE_DELETED`](#attribute-deleted)

An attribute is deleted.

<a id="attribute-value-created"></a>

#### [`ATTRIBUTE_VALUE_CREATED`](#attribute-value-created)

A new attribute value is created.

<a id="attribute-value-updated"></a>

#### [`ATTRIBUTE_VALUE_UPDATED`](#attribute-value-updated)

An attribute value is updated.

<a id="attribute-value-deleted"></a>

#### [`ATTRIBUTE_VALUE_DELETED`](#attribute-value-deleted)

An attribute value is deleted.

<a id="category-created"></a>

#### [`CATEGORY_CREATED`](#category-created)

A new category created.

<a id="category-updated"></a>

#### [`CATEGORY_UPDATED`](#category-updated)

A category is updated.

<a id="category-deleted"></a>

#### [`CATEGORY_DELETED`](#category-deleted)

A category is deleted.

<a id="channel-created"></a>

#### [`CHANNEL_CREATED`](#channel-created)

A new channel created.

<a id="channel-updated"></a>

#### [`CHANNEL_UPDATED`](#channel-updated)

A channel is updated.

<a id="channel-deleted"></a>

#### [`CHANNEL_DELETED`](#channel-deleted)

A channel is deleted.

<a id="channel-status-changed"></a>

#### [`CHANNEL_STATUS_CHANGED`](#channel-status-changed)

A channel status is changed.

<a id="channel-metadata-updated"></a>

#### [`CHANNEL_METADATA_UPDATED`](#channel-metadata-updated)

A channel metadata is updated.

<a id="gift-card-created"></a>

#### [`GIFT_CARD_CREATED`](#gift-card-created)

A new gift card created.

<a id="gift-card-updated"></a>

#### [`GIFT_CARD_UPDATED`](#gift-card-updated)

A gift card is updated.

<a id="gift-card-deleted"></a>

#### [`GIFT_CARD_DELETED`](#gift-card-deleted)

A gift card is deleted.

<a id="gift-card-sent"></a>

#### [`GIFT_CARD_SENT`](#gift-card-sent)

A gift card has been sent.

<a id="gift-card-status-changed"></a>

#### [`GIFT_CARD_STATUS_CHANGED`](#gift-card-status-changed)

A gift card status is changed.

<a id="gift-card-metadata-updated"></a>

#### [`GIFT_CARD_METADATA_UPDATED`](#gift-card-metadata-updated)

A gift card metadata is updated.

<a id="menu-created"></a>

#### [`MENU_CREATED`](#menu-created)

A new menu created.

<a id="menu-updated"></a>

#### [`MENU_UPDATED`](#menu-updated)

A menu is updated.

<a id="menu-deleted"></a>

#### [`MENU_DELETED`](#menu-deleted)

A menu is deleted.

<a id="menu-item-created"></a>

#### [`MENU_ITEM_CREATED`](#menu-item-created)

A new menu item created.

<a id="menu-item-updated"></a>

#### [`MENU_ITEM_UPDATED`](#menu-item-updated)

A menu item is updated.

<a id="menu-item-deleted"></a>

#### [`MENU_ITEM_DELETED`](#menu-item-deleted)

A menu item is deleted.

<a id="order-created"></a>

#### [`ORDER_CREATED`](#order-created)

A new order is placed.

<a id="order-confirmed"></a>

#### [`ORDER_CONFIRMED`](#order-confirmed)

An order is confirmed (status change unconfirmed -> unfulfilled) by a staff user using the OrderConfirm mutation. It also triggers when the user completes the checkout and the shop setting `automatically_confirm_all_new_orders` is enabled.

<a id="order-paid"></a>

#### [`ORDER_PAID`](#order-paid)

Payment has been made. The order may be partially or fully paid.

<a id="order-fully-paid"></a>

#### [`ORDER_FULLY_PAID`](#order-fully-paid)

Payment is made and an order is fully paid.

<a id="order-refunded"></a>

#### [`ORDER_REFUNDED`](#order-refunded)

The order received a refund. The order may be partially or fully refunded.

<a id="order-fully-refunded"></a>

#### [`ORDER_FULLY_REFUNDED`](#order-fully-refunded)

The order is fully refunded.

<a id="order-updated"></a>

#### [`ORDER_UPDATED`](#order-updated)

An order is updated; triggered for all changes related to an order; covers all other order webhooks, except for ORDER\_CREATED.

<a id="order-cancelled"></a>

#### [`ORDER_CANCELLED`](#order-cancelled)

An order is cancelled.

<a id="order-expired"></a>

#### [`ORDER_EXPIRED`](#order-expired)

An order is expired.

<a id="order-fulfilled"></a>

#### [`ORDER_FULFILLED`](#order-fulfilled)

An order is fulfilled.

<a id="order-metadata-updated"></a>

#### [`ORDER_METADATA_UPDATED`](#order-metadata-updated)

An order metadata is updated.

<a id="order-bulk-created"></a>

#### [`ORDER_BULK_CREATED`](#order-bulk-created)

Orders are imported.

<a id="fulfillment-created"></a>

#### [`FULFILLMENT_CREATED`](#fulfillment-created)

A new fulfillment is created.

<a id="fulfillment-canceled"></a>

#### [`FULFILLMENT_CANCELED`](#fulfillment-canceled)

A fulfillment is cancelled.

<a id="fulfillment-approved"></a>

#### [`FULFILLMENT_APPROVED`](#fulfillment-approved)

A fulfillment is approved.

<a id="fulfillment-metadata-updated"></a>

#### [`FULFILLMENT_METADATA_UPDATED`](#fulfillment-metadata-updated)

A fulfillment metadata is updated.

<a id="fulfillment-tracking-number-updated"></a>

#### [`FULFILLMENT_TRACKING_NUMBER_UPDATED`](#fulfillment-tracking-number-updated)

<a id="draft-order-created"></a>

#### [`DRAFT_ORDER_CREATED`](#draft-order-created)

A draft order is created.

<a id="draft-order-updated"></a>

#### [`DRAFT_ORDER_UPDATED`](#draft-order-updated)

A draft order is updated.

<a id="draft-order-deleted"></a>

#### [`DRAFT_ORDER_DELETED`](#draft-order-deleted)

A draft order is deleted.

<a id="sale-created"></a>

#### [`SALE_CREATED`](#sale-created)

A sale is created.

<a id="sale-updated"></a>

#### [`SALE_UPDATED`](#sale-updated)

A sale is updated.

<a id="sale-deleted"></a>

#### [`SALE_DELETED`](#sale-deleted)

A sale is deleted.

<a id="sale-toggle"></a>

#### [`SALE_TOGGLE`](#sale-toggle)

A sale is activated or deactivated.

<a id="promotion-created"></a>

#### [`PROMOTION_CREATED`](#promotion-created)

A promotion is created.

<a id="promotion-updated"></a>

#### [`PROMOTION_UPDATED`](#promotion-updated)

A promotion is updated.

<a id="promotion-deleted"></a>

#### [`PROMOTION_DELETED`](#promotion-deleted)

A promotion is deleted.

<a id="promotion-started"></a>

#### [`PROMOTION_STARTED`](#promotion-started)

A promotion is activated.

<a id="promotion-ended"></a>

#### [`PROMOTION_ENDED`](#promotion-ended)

A promotion is deactivated.

<a id="promotion-rule-created"></a>

#### [`PROMOTION_RULE_CREATED`](#promotion-rule-created)

A promotion rule is created.

<a id="promotion-rule-updated"></a>

#### [`PROMOTION_RULE_UPDATED`](#promotion-rule-updated)

A promotion rule is updated.

<a id="promotion-rule-deleted"></a>

#### [`PROMOTION_RULE_DELETED`](#promotion-rule-deleted)

A promotion rule is deleted.

<a id="invoice-requested"></a>

#### [`INVOICE_REQUESTED`](#invoice-requested)

An invoice for order requested.

<a id="invoice-deleted"></a>

#### [`INVOICE_DELETED`](#invoice-deleted)

An invoice is deleted.

<a id="invoice-sent"></a>

#### [`INVOICE_SENT`](#invoice-sent)

Invoice has been sent.

<a id="customer-created"></a>

#### [`CUSTOMER_CREATED`](#customer-created)

A new customer account is created.

<a id="customer-updated"></a>

#### [`CUSTOMER_UPDATED`](#customer-updated)

A customer account is updated.

<a id="customer-deleted"></a>

#### [`CUSTOMER_DELETED`](#customer-deleted)

A customer account is deleted.

<a id="customer-metadata-updated"></a>

#### [`CUSTOMER_METADATA_UPDATED`](#customer-metadata-updated)

A customer account metadata is updated.

<a id="customer-type-created"></a>

#### [`CUSTOMER_TYPE_CREATED`](#customer-type-created)

A new customer type is created.

Added in Saleor 3.23

<a id="customer-type-updated"></a>

#### [`CUSTOMER_TYPE_UPDATED`](#customer-type-updated)

A customer type is updated.

Added in Saleor 3.23

<a id="customer-type-deleted"></a>

#### [`CUSTOMER_TYPE_DELETED`](#customer-type-deleted)

A customer type is deleted.

Added in Saleor 3.23

<a id="collection-created"></a>

#### [`COLLECTION_CREATED`](#collection-created)

A new collection is created.

<a id="collection-updated"></a>

#### [`COLLECTION_UPDATED`](#collection-updated)

A collection is updated.

<a id="collection-deleted"></a>

#### [`COLLECTION_DELETED`](#collection-deleted)

A collection is deleted.

<a id="collection-metadata-updated"></a>

#### [`COLLECTION_METADATA_UPDATED`](#collection-metadata-updated)

A collection metadata is updated.

<a id="product-created"></a>

#### [`PRODUCT_CREATED`](#product-created)

A new product is created.

<a id="product-updated"></a>

#### [`PRODUCT_UPDATED`](#product-updated)

A product is updated.

<a id="product-deleted"></a>

#### [`PRODUCT_DELETED`](#product-deleted)

A product is deleted.

<a id="product-metadata-updated"></a>

#### [`PRODUCT_METADATA_UPDATED`](#product-metadata-updated)

A product metadata is updated.

<a id="product-media-created"></a>

#### [`PRODUCT_MEDIA_CREATED`](#product-media-created)

A new product media is created.

<a id="product-media-updated"></a>

#### [`PRODUCT_MEDIA_UPDATED`](#product-media-updated)

A product media is updated.

<a id="product-media-deleted"></a>

#### [`PRODUCT_MEDIA_DELETED`](#product-media-deleted)

A product media is deleted.

<a id="product-variant-created"></a>

#### [`PRODUCT_VARIANT_CREATED`](#product-variant-created)

A new product variant is created.

<a id="product-variant-updated"></a>

#### [`PRODUCT_VARIANT_UPDATED`](#product-variant-updated)

A product variant is updated.

<a id="product-variant-deleted"></a>

#### [`PRODUCT_VARIANT_DELETED`](#product-variant-deleted)

A product variant is deleted. Warning: this event will not be executed when parent product has been deleted. Check PRODUCT\_DELETED.

<a id="product-variant-metadata-updated"></a>

#### [`PRODUCT_VARIANT_METADATA_UPDATED`](#product-variant-metadata-updated)

A product variant metadata is updated.

<a id="product-variant-out-of-stock"></a>

#### [`PRODUCT_VARIANT_OUT_OF_STOCK`](#product-variant-out-of-stock)

A product variant is out of stock.

<a id="product-variant-back-in-stock"></a>

#### [`PRODUCT_VARIANT_BACK_IN_STOCK`](#product-variant-back-in-stock)

A product variant is back in stock.

<a id="product-variant-stock-updated"></a>

#### [`PRODUCT_VARIANT_STOCK_UPDATED`](#product-variant-stock-updated)

A product variant stock is updated

<a id="product-variant-out-of-stock-in-channel"></a>

#### [`PRODUCT_VARIANT_OUT_OF_STOCK_IN_CHANNEL`](#product-variant-out-of-stock-in-channel)

A product variant becomes out of stock across all non click-and-collect warehouses in a channel.

Note: Only triggered when the `useLegacyShippingZoneStockAvailability` shop setting is disabled.

<a id="product-variant-back-in-stock-in-channel"></a>

#### [`PRODUCT_VARIANT_BACK_IN_STOCK_IN_CHANNEL`](#product-variant-back-in-stock-in-channel)

A product variant becomes available again across non click-and-collect warehouses in a channel.

Note: Only triggered when the `useLegacyShippingZoneStockAvailability` shop setting is disabled.

<a id="product-variant-out-of-stock-for-click-and-collect"></a>

#### [`PRODUCT_VARIANT_OUT_OF_STOCK_FOR_CLICK_AND_COLLECT`](#product-variant-out-of-stock-for-click-and-collect)

A product variant becomes out of stock across all click-and-collect warehouses in a channel.

Note: Only triggered when the `useLegacyShippingZoneStockAvailability` shop setting is disabled.

<a id="product-variant-back-in-stock-for-click-and-collect"></a>

#### [`PRODUCT_VARIANT_BACK_IN_STOCK_FOR_CLICK_AND_COLLECT`](#product-variant-back-in-stock-for-click-and-collect)

A product variant becomes available again across click-and-collect warehouses in a channel.

Note: Only triggered when the `useLegacyShippingZoneStockAvailability` shop setting is disabled.

<a id="product-variant-discounted-price-updated"></a>

#### [`PRODUCT_VARIANT_DISCOUNTED_PRICE_UPDATED`](#product-variant-discounted-price-updated)

<a id="checkout-created"></a>

#### [`CHECKOUT_CREATED`](#checkout-created)

A new checkout is created.

<a id="checkout-updated"></a>

#### [`CHECKOUT_UPDATED`](#checkout-updated)

A checkout is updated. It also triggers all updates related to the checkout.

<a id="checkout-fully-authorized"></a>

#### [`CHECKOUT_FULLY_AUTHORIZED`](#checkout-fully-authorized)

A checkout was fully authorized (its `authorizeStatus` is `FULL`).

This event is emitted only for checkouts whose payments are processed through the Transaction API.

<a id="checkout-fully-paid"></a>

#### [`CHECKOUT_FULLY_PAID`](#checkout-fully-paid)

A checkout was fully paid (its `chargeStatus` is `FULL` or `OVERCHARGED`). This event is not sent if payments are only authorized but not fully charged.

This event is emitted only for checkouts whose payments are processed through the Transaction API.

<a id="checkout-metadata-updated"></a>

#### [`CHECKOUT_METADATA_UPDATED`](#checkout-metadata-updated)

A checkout metadata is updated.

<a id="page-created"></a>

#### [`PAGE_CREATED`](#page-created)

A new page is created.

<a id="page-updated"></a>

#### [`PAGE_UPDATED`](#page-updated)

A page is updated.

<a id="page-deleted"></a>

#### [`PAGE_DELETED`](#page-deleted)

A page is deleted.

<a id="page-type-created"></a>

#### [`PAGE_TYPE_CREATED`](#page-type-created)

A new page type is created.

<a id="page-type-updated"></a>

#### [`PAGE_TYPE_UPDATED`](#page-type-updated)

A page type is updated.

<a id="page-type-deleted"></a>

#### [`PAGE_TYPE_DELETED`](#page-type-deleted)

A page type is deleted.

<a id="permission-group-created"></a>

#### [`PERMISSION_GROUP_CREATED`](#permission-group-created)

A new permission group is created.

<a id="permission-group-updated"></a>

#### [`PERMISSION_GROUP_UPDATED`](#permission-group-updated)

A permission group is updated.

<a id="permission-group-deleted"></a>

#### [`PERMISSION_GROUP_DELETED`](#permission-group-deleted)

A permission group is deleted.

<a id="shipping-price-created"></a>

#### [`SHIPPING_PRICE_CREATED`](#shipping-price-created)

A new shipping price is created.

<a id="shipping-price-updated"></a>

#### [`SHIPPING_PRICE_UPDATED`](#shipping-price-updated)

A shipping price is updated.

<a id="shipping-price-deleted"></a>

#### [`SHIPPING_PRICE_DELETED`](#shipping-price-deleted)

A shipping price is deleted.

<a id="shipping-zone-created"></a>

#### [`SHIPPING_ZONE_CREATED`](#shipping-zone-created)

A new shipping zone is created.

<a id="shipping-zone-updated"></a>

#### [`SHIPPING_ZONE_UPDATED`](#shipping-zone-updated)

A shipping zone is updated.

<a id="shipping-zone-deleted"></a>

#### [`SHIPPING_ZONE_DELETED`](#shipping-zone-deleted)

A shipping zone is deleted.

<a id="shipping-zone-metadata-updated"></a>

#### [`SHIPPING_ZONE_METADATA_UPDATED`](#shipping-zone-metadata-updated)

A shipping zone metadata is updated.

<a id="staff-created"></a>

#### [`STAFF_CREATED`](#staff-created)

A new staff user is created.

<a id="staff-updated"></a>

#### [`STAFF_UPDATED`](#staff-updated)

A staff user is updated.

<a id="staff-deleted"></a>

#### [`STAFF_DELETED`](#staff-deleted)

A staff user is deleted.

<a id="staff-set-password-requested"></a>

#### [`STAFF_SET_PASSWORD_REQUESTED`](#staff-set-password-requested)

Setting a new password for the staff account is requested.

<a id="transaction-item-metadata-updated"></a>

#### [`TRANSACTION_ITEM_METADATA_UPDATED`](#transaction-item-metadata-updated)

Transaction item metadata is updated.

<a id="translation-created"></a>

#### [`TRANSLATION_CREATED`](#translation-created)

A new translation is created.

<a id="translation-updated"></a>

#### [`TRANSLATION_UPDATED`](#translation-updated)

A translation is updated.

<a id="warehouse-created"></a>

#### [`WAREHOUSE_CREATED`](#warehouse-created)

A new warehouse created.

<a id="warehouse-updated"></a>

#### [`WAREHOUSE_UPDATED`](#warehouse-updated)

A warehouse is updated.

<a id="warehouse-deleted"></a>

#### [`WAREHOUSE_DELETED`](#warehouse-deleted)

A warehouse is deleted.

<a id="warehouse-metadata-updated"></a>

#### [`WAREHOUSE_METADATA_UPDATED`](#warehouse-metadata-updated)

A warehouse metadata is updated.

<a id="voucher-created"></a>

#### [`VOUCHER_CREATED`](#voucher-created)

A new voucher created.

<a id="voucher-updated"></a>

#### [`VOUCHER_UPDATED`](#voucher-updated)

A voucher is updated.

<a id="voucher-deleted"></a>

#### [`VOUCHER_DELETED`](#voucher-deleted)

A voucher is deleted.

<a id="voucher-codes-created"></a>

#### [`VOUCHER_CODES_CREATED`](#voucher-codes-created)

<a id="voucher-codes-deleted"></a>

#### [`VOUCHER_CODES_DELETED`](#voucher-codes-deleted)

<a id="voucher-metadata-updated"></a>

#### [`VOUCHER_METADATA_UPDATED`](#voucher-metadata-updated)

A voucher metadata is updated.

<a id="thumbnail-created"></a>

#### [`THUMBNAIL_CREATED`](#thumbnail-created)

A thumbnail is created.

<a id="shop-metadata-updated"></a>

#### [`SHOP_METADATA_UPDATED`](#shop-metadata-updated)

Shop metadata is updated.

Show deprecatedHide deprecated

<a id="any-events"></a>

#### [`ANY_EVENTS`](#any-events)

DEPRECATED

No longer supported

All the events.

<a id="gift-card-export-completed"></a>

#### [`GIFT_CARD_EXPORT_COMPLETED`](#gift-card-export-completed)

DEPRECATED

Export functionality is deprecated and will be removed. All data can be fetched via the GraphQL API and parsed into the desired format by apps or external tools.

A gift card export is completed.

<a id="product-export-completed"></a>

#### [`PRODUCT_EXPORT_COMPLETED`](#product-export-completed)

DEPRECATED

Export functionality is deprecated and will be removed. All data can be fetched via the GraphQL API and parsed into the desired format by apps or external tools.

A product export is completed.

<a id="notify-user"></a>

#### [`NOTIFY_USER`](#notify-user)

DEPRECATED

See the docs for more details about migrating from NOTIFY\_USER to other events: [https://docs.saleor.io/upgrade-guides/core/3-16-to-3-17#migrating-from-notify&#x005F;user](/upgrade-guides/core/3-16-to-3-17.md#migrating-from-notify&#x005F;user)

User notification triggered.

<a id="voucher-code-export-completed"></a>

#### [`VOUCHER_CODE_EXPORT_COMPLETED`](#voucher-code-export-completed)

DEPRECATED

Export functionality is deprecated and will be removed. All data can be fetched via the GraphQL API and parsed into the desired format by apps or external tools.

A voucher code export is completed.

Added in Saleor 3.18

<a id="observability"></a>

#### [`OBSERVABILITY`](#observability)

DEPRECATED

The observability feature is no longer supported. This event will be removed in Saleor 3.24.

An observability event is created.

<a id="member-of"></a>

### Member Of

[`AppManifestWebhook`](/api-reference/apps/objects/app-manifest-webhook.md) object  ● [`WebhookCreateInput`](/api-reference/webhooks/inputs/webhook-create-input.md) input  ● [`WebhookEventAsync`](/api-reference/webhooks/objects/webhook-event-async.md) object  ● [`webhookEventsInfo`](/api-reference/miscellaneous/directives/webhook-events-info.md) directive  ● [`WebhookUpdateInput`](/api-reference/webhooks/inputs/webhook-update-input.md) input
