Skip to content

Commit f51f9bb

Browse files
authoredSep 21, 2021
[ts] Add new webhook topics (#512)
1 parent 086fc02 commit f51f9bb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎index.d.ts

+11
Original file line numberDiff line numberDiff line change
@@ -2993,6 +2993,7 @@ declare namespace Shopify {
29932993

29942994
export type WebhookTopic =
29952995
| 'app/uninstalled'
2996+
| 'bulk_operations/finish'
29962997
| 'carts/create'
29972998
| 'carts/update'
29982999
| 'checkouts/create'
@@ -3012,6 +3013,7 @@ declare namespace Shopify {
30123013
| 'customers/disable'
30133014
| 'customers/enable'
30143015
| 'customers/update'
3016+
| 'customers_marketing_consent/update'
30153017
| 'draft_orders/create'
30163018
| 'draft_orders/delete'
30173019
| 'draft_orders/update'
@@ -3037,14 +3039,23 @@ declare namespace Shopify {
30373039
| 'orders/paid'
30383040
| 'orders/partially_fulfilled'
30393041
| 'orders/updated'
3042+
| 'payment_terms/create'
3043+
| 'payment_terms/delete'
3044+
| 'payment_terms/update'
30403045
| 'product_listings/add'
30413046
| 'product_listings/remove'
30423047
| 'product_listings/update'
30433048
| 'products/create'
30443049
| 'products/delete'
30453050
| 'products/update'
30463051
| 'refunds/create'
3052+
| 'selling_plan_groups/create'
3053+
| 'selling_plan_groups/delete'
3054+
| 'selling_plan_groups/update'
30473055
| 'shop/update'
3056+
| 'subscription_billing_attempts/challenged'
3057+
| 'subscription_billing_attempts/failure'
3058+
| 'subscription_billing_attempts/success'
30483059
| 'tender_transactions/create'
30493060
| 'themes/create'
30503061
| 'themes/delete'

0 commit comments

Comments
 (0)
Please sign in to comment.