File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2993,6 +2993,7 @@ declare namespace Shopify {
2993
2993
2994
2994
export type WebhookTopic =
2995
2995
| 'app/uninstalled'
2996
+ | 'bulk_operations/finish'
2996
2997
| 'carts/create'
2997
2998
| 'carts/update'
2998
2999
| 'checkouts/create'
@@ -3012,6 +3013,7 @@ declare namespace Shopify {
3012
3013
| 'customers/disable'
3013
3014
| 'customers/enable'
3014
3015
| 'customers/update'
3016
+ | 'customers_marketing_consent/update'
3015
3017
| 'draft_orders/create'
3016
3018
| 'draft_orders/delete'
3017
3019
| 'draft_orders/update'
@@ -3037,14 +3039,23 @@ declare namespace Shopify {
3037
3039
| 'orders/paid'
3038
3040
| 'orders/partially_fulfilled'
3039
3041
| 'orders/updated'
3042
+ | 'payment_terms/create'
3043
+ | 'payment_terms/delete'
3044
+ | 'payment_terms/update'
3040
3045
| 'product_listings/add'
3041
3046
| 'product_listings/remove'
3042
3047
| 'product_listings/update'
3043
3048
| 'products/create'
3044
3049
| 'products/delete'
3045
3050
| 'products/update'
3046
3051
| 'refunds/create'
3052
+ | 'selling_plan_groups/create'
3053
+ | 'selling_plan_groups/delete'
3054
+ | 'selling_plan_groups/update'
3047
3055
| 'shop/update'
3056
+ | 'subscription_billing_attempts/challenged'
3057
+ | 'subscription_billing_attempts/failure'
3058
+ | 'subscription_billing_attempts/success'
3048
3059
| 'tender_transactions/create'
3049
3060
| 'themes/create'
3050
3061
| 'themes/delete'
You can’t perform that action at this time.
0 commit comments