diff --git a/www/apps/api-reference/specs/admin/openapi.full.yaml b/www/apps/api-reference/specs/admin/openapi.full.yaml
index 065029ed94..3ada23cab4 100644
--- a/www/apps/api-reference/specs/admin/openapi.full.yaml
+++ b/www/apps/api-reference/specs/admin/openapi.full.yaml
@@ -9823,9 +9823,9 @@ paths:
- name: product-collection.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product collection
- }]
+ }
```
description: Emitted when product collections are created.
deprecated: false
@@ -10007,9 +10007,9 @@ paths:
- name: product-collection.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product collection
- }]
+ }
```
description: Emitted when product collections are updated.
deprecated: false
@@ -10078,9 +10078,9 @@ paths:
- name: product-collection.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product collection
- }]
+ }
```
description: Emitted when product collections are deleted.
deprecated: false
@@ -15221,9 +15221,9 @@ paths:
- name: customer.created
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is created.
deprecated: false
@@ -15430,9 +15430,9 @@ paths:
- name: customer.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is updated.
deprecated: false
@@ -15519,9 +15519,9 @@ paths:
- name: customer.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is deleted.
deprecated: false
@@ -25607,9 +25607,9 @@ paths:
- name: invite.created
payload: |-
```ts
- [{
+ {
id, // The ID of the invite
- }]
+ }
```
description: |-
Emitted when invites are created. You can listen to this event
@@ -25711,9 +25711,9 @@ paths:
- name: user.created
payload: |-
```ts
- [{
+ {
id, // The ID of the user
- }]
+ }
```
description: Emitted when users are created.
deprecated: false
@@ -25877,9 +25877,9 @@ paths:
- name: invite.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the invite
- }]
+ }
```
description: Emitted when invites are deleted.
deprecated: false
@@ -25957,9 +25957,9 @@ paths:
- name: invite.resent
payload: |-
```ts
- [{
+ {
id, // The ID of the invite
- }]
+ }
```
description: |-
Emitted when invites should be resent because their token was
@@ -27957,9 +27957,9 @@ paths:
- name: order.archived
payload: |-
```ts
- [{
+ {
id, // The ID of the order
- }]
+ }
```
description: Emitted when an order is archived.
deprecated: false
@@ -29022,9 +29022,9 @@ paths:
- name: order.completed
payload: |-
```ts
- [{
+ {
id, // The ID of the order
- }]
+ }
```
description: Emitted when orders are completed.
deprecated: false
@@ -33779,9 +33779,9 @@ paths:
- name: product-category.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product category
- }]
+ }
```
description: Emitted when product categories are created.
deprecated: false
@@ -34820,9 +34820,9 @@ paths:
- name: product-category.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product category
- }]
+ }
```
description: Emitted when product categories are updated.
deprecated: false
@@ -34891,9 +34891,9 @@ paths:
- name: product-category.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product category
- }]
+ }
```
description: Emitted when product categories are deleted.
deprecated: false
@@ -35588,9 +35588,9 @@ paths:
- name: product-tag.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product tag
- }]
+ }
```
description: Emitted when product tags are created.
deprecated: false
@@ -35751,9 +35751,9 @@ paths:
- name: product-tag.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product tag
- }]
+ }
```
description: Emitted when product tags are updated.
deprecated: false
@@ -35822,9 +35822,9 @@ paths:
- name: product-tag.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product tag
- }]
+ }
```
description: Emitted when product tags are deleted.
deprecated: false
@@ -36421,9 +36421,9 @@ paths:
- name: product-type.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product type
- }]
+ }
```
description: Emitted when product types are created.
deprecated: false
@@ -36584,9 +36584,9 @@ paths:
- name: product-type.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product type
- }]
+ }
```
description: Emitted when product types are updated.
deprecated: false
@@ -36655,9 +36655,9 @@ paths:
- name: product-type.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product type
- }]
+ }
```
description: Emitted when product types are deleted.
deprecated: false
@@ -38458,18 +38458,18 @@ paths:
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
- name: product.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are created.
deprecated: false
@@ -38577,36 +38577,36 @@ paths:
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
- name: product.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are updated.
deprecated: false
- name: product.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are created.
deprecated: false
- name: product.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are deleted.
deprecated: false
@@ -39351,36 +39351,36 @@ paths:
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
- name: product.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are updated.
deprecated: false
- name: product.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are created.
deprecated: false
- name: product.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are deleted.
deprecated: false
@@ -39736,9 +39736,9 @@ paths:
- name: product.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are updated.
deprecated: false
@@ -39807,9 +39807,9 @@ paths:
- name: product.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are deleted.
deprecated: false
@@ -40191,9 +40191,9 @@ paths:
- name: product-option.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product option
- }]
+ }
```
description: Emitted when product options are created.
deprecated: false
@@ -40379,9 +40379,9 @@ paths:
- name: product-option.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product option
- }]
+ }
```
description: Emitted when product options are updated.
deprecated: false
@@ -40470,9 +40470,9 @@ paths:
- name: product-option.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product option
- }]
+ }
```
description: Emitted when product options are deleted.
deprecated: false
@@ -41175,9 +41175,9 @@ paths:
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
@@ -41280,27 +41280,27 @@ paths:
- name: product-variant.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are updated.
deprecated: false
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
- name: product-variant.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are deleted.
deprecated: false
@@ -41645,9 +41645,9 @@ paths:
- name: product-variant.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are updated.
deprecated: false
@@ -41733,9 +41733,9 @@ paths:
- name: product-variant.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are deleted.
deprecated: false
@@ -45412,9 +45412,9 @@ paths:
- name: region.created
payload: |-
```ts
- [{
+ {
id, // The ID of the region
- }]
+ }
```
description: Emitted when regions are created.
deprecated: false
@@ -45575,9 +45575,9 @@ paths:
- name: region.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the region
- }]
+ }
```
description: Emitted when regions are updated.
deprecated: false
@@ -45665,9 +45665,9 @@ paths:
- name: region.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the region
- }]
+ }
```
description: Emitted when regions are deleted.
deprecated: false
@@ -52456,9 +52456,9 @@ paths:
- name: sales-channel.created
payload: |-
```ts
- [{
+ {
id, // The ID of the sales channel
- }]
+ }
```
description: Emitted when sales channels are created.
deprecated: false
@@ -52623,9 +52623,9 @@ paths:
- name: sales-channel.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the sales channel
- }]
+ }
```
description: Emitted when sales channels are updated.
deprecated: false
@@ -52694,9 +52694,9 @@ paths:
- name: sales-channel.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the sales channel
- }]
+ }
```
description: Emitted when sales channels are deleted.
deprecated: false
@@ -53402,9 +53402,9 @@ paths:
- name: shipping-option-type.created
payload: |-
```ts
- [{
+ {
id, // The ID of the shipping option type
- }]
+ }
```
description: Emitted when shipping option types are created.
deprecated: false
@@ -53570,9 +53570,9 @@ paths:
- name: shipping-option-type.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the shipping option type
- }]
+ }
```
description: Emitted when shipping option types are updated.
deprecated: false
@@ -53644,9 +53644,9 @@ paths:
- name: shipping-option-type.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the shipping option type
- }]
+ }
```
description: Emitted when shipping option types are deleted.
deprecated: false
@@ -62249,9 +62249,9 @@ paths:
- name: user.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the user
- }]
+ }
```
description: Emitted when users are updated.
deprecated: false
@@ -62317,9 +62317,9 @@ paths:
- name: user.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the user
- }]
+ }
```
description: Emitted when users are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_collections.yaml b/www/apps/api-reference/specs/admin/paths/admin_collections.yaml
index f679cf528f..6831416278 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_collections.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_collections.yaml
@@ -1078,9 +1078,9 @@ post:
- name: product-collection.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product collection
- }]
+ }
```
description: Emitted when product collections are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_collections_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_collections_{id}.yaml
index 6b917c6e26..de56cdaca8 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_collections_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_collections_{id}.yaml
@@ -162,9 +162,9 @@ post:
- name: product-collection.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product collection
- }]
+ }
```
description: Emitted when product collections are updated.
deprecated: false
@@ -219,9 +219,9 @@ delete:
- name: product-collection.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product collection
- }]
+ }
```
description: Emitted when product collections are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_customers.yaml b/www/apps/api-reference/specs/admin/paths/admin_customers.yaml
index 197a5993ae..75fa06731d 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_customers.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_customers.yaml
@@ -4349,9 +4349,9 @@ post:
- name: customer.created
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_customers_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_customers_{id}.yaml
index 7b592acff9..d4b18ab3fd 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_customers_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_customers_{id}.yaml
@@ -198,9 +198,9 @@ post:
- name: customer.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is updated.
deprecated: false
@@ -273,9 +273,9 @@ delete:
- name: customer.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_invites.yaml b/www/apps/api-reference/specs/admin/paths/admin_invites.yaml
index 6243ed25d3..acc5d1c76c 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_invites.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_invites.yaml
@@ -685,9 +685,9 @@ post:
- name: invite.created
payload: |-
```ts
- [{
+ {
id, // The ID of the invite
- }]
+ }
```
description: |-
Emitted when invites are created. You can listen to this event
diff --git a/www/apps/api-reference/specs/admin/paths/admin_invites_accept.yaml b/www/apps/api-reference/specs/admin/paths/admin_invites_accept.yaml
index 6424a2372e..2ffdee859b 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_invites_accept.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_invites_accept.yaml
@@ -68,9 +68,9 @@ post:
- name: user.created
payload: |-
```ts
- [{
+ {
id, // The ID of the user
- }]
+ }
```
description: Emitted when users are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_invites_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_invites_{id}.yaml
index d22f313b16..d52bef3152 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_invites_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_invites_{id}.yaml
@@ -134,9 +134,9 @@ delete:
- name: invite.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the invite
- }]
+ }
```
description: Emitted when invites are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_invites_{id}_resend.yaml b/www/apps/api-reference/specs/admin/paths/admin_invites_{id}_resend.yaml
index 462c148c30..f1329c6ac6 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_invites_{id}_resend.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_invites_{id}_resend.yaml
@@ -67,9 +67,9 @@ post:
- name: invite.resent
payload: |-
```ts
- [{
+ {
id, // The ID of the invite
- }]
+ }
```
description: >-
Emitted when invites should be resent because their token was
diff --git a/www/apps/api-reference/specs/admin/paths/admin_orders_{id}_archive.yaml b/www/apps/api-reference/specs/admin/paths/admin_orders_{id}_archive.yaml
index d12e658360..64ffe29278 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_orders_{id}_archive.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_orders_{id}_archive.yaml
@@ -67,9 +67,9 @@ post:
- name: order.archived
payload: |-
```ts
- [{
+ {
id, // The ID of the order
- }]
+ }
```
description: Emitted when an order is archived.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_orders_{id}_complete.yaml b/www/apps/api-reference/specs/admin/paths/admin_orders_{id}_complete.yaml
index a316bd20ef..afc41b232a 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_orders_{id}_complete.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_orders_{id}_complete.yaml
@@ -82,9 +82,9 @@ post:
- name: order.completed
payload: |-
```ts
- [{
+ {
id, // The ID of the order
- }]
+ }
```
description: Emitted when orders are completed.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_product-categories.yaml b/www/apps/api-reference/specs/admin/paths/admin_product-categories.yaml
index eef44caddd..d0f2b56e08 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_product-categories.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_product-categories.yaml
@@ -801,9 +801,9 @@ post:
- name: product-category.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product category
- }]
+ }
```
description: Emitted when product categories are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_product-categories_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_product-categories_{id}.yaml
index 5344bd6248..92675757a5 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_product-categories_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_product-categories_{id}.yaml
@@ -1206,9 +1206,9 @@ post:
- name: product-category.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product category
- }]
+ }
```
description: Emitted when product categories are updated.
deprecated: false
@@ -1263,9 +1263,9 @@ delete:
- name: product-category.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product category
- }]
+ }
```
description: Emitted when product categories are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_product-tags.yaml b/www/apps/api-reference/specs/admin/paths/admin_product-tags.yaml
index 362e6295ba..52e300b1a2 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_product-tags.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_product-tags.yaml
@@ -642,9 +642,9 @@ post:
- name: product-tag.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product tag
- }]
+ }
```
description: Emitted when product tags are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_product-tags_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_product-tags_{id}.yaml
index c09775153b..07846ed42c 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_product-tags_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_product-tags_{id}.yaml
@@ -138,9 +138,9 @@ post:
- name: product-tag.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product tag
- }]
+ }
```
description: Emitted when product tags are updated.
deprecated: false
@@ -195,9 +195,9 @@ delete:
- name: product-tag.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product tag
- }]
+ }
```
description: Emitted when product tags are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_product-types.yaml b/www/apps/api-reference/specs/admin/paths/admin_product-types.yaml
index a85582a402..8da31bb3a2 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_product-types.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_product-types.yaml
@@ -642,9 +642,9 @@ post:
- name: product-type.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product type
- }]
+ }
```
description: Emitted when product types are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_product-types_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_product-types_{id}.yaml
index 118ff77434..4870d0befc 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_product-types_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_product-types_{id}.yaml
@@ -138,9 +138,9 @@ post:
- name: product-type.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product type
- }]
+ }
```
description: Emitted when product types are updated.
deprecated: false
@@ -195,9 +195,9 @@ delete:
- name: product-type.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product type
- }]
+ }
```
description: Emitted when product types are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_products.yaml b/www/apps/api-reference/specs/admin/paths/admin_products.yaml
index da873096ac..b81f6de0ca 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_products.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_products.yaml
@@ -1368,18 +1368,18 @@ post:
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
- name: product.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_products_batch.yaml b/www/apps/api-reference/specs/admin/paths/admin_products_batch.yaml
index 3eda05830b..6fa6d6403b 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_products_batch.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_products_batch.yaml
@@ -66,36 +66,36 @@ post:
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
- name: product.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are updated.
deprecated: false
- name: product.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are created.
deprecated: false
- name: product.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_products_import.yaml b/www/apps/api-reference/specs/admin/paths/admin_products_import.yaml
index d17757042e..8f992a0730 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_products_import.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_products_import.yaml
@@ -50,36 +50,36 @@ post:
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
- name: product.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are updated.
deprecated: false
- name: product.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are created.
deprecated: false
- name: product.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_products_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_products_{id}.yaml
index 0621b8b6b7..85c7ab3402 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_products_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_products_{id}.yaml
@@ -149,9 +149,9 @@ post:
- name: product.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are updated.
deprecated: false
@@ -206,9 +206,9 @@ delete:
- name: product.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product
- }]
+ }
```
description: Emitted when products are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_options.yaml b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_options.yaml
index fab7dc5dd7..91950af7fe 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_options.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_options.yaml
@@ -285,9 +285,9 @@ post:
- name: product-option.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product option
- }]
+ }
```
description: Emitted when product options are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_options_{option_id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_options_{option_id}.yaml
index f9f376f286..37e02970a8 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_options_{option_id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_options_{option_id}.yaml
@@ -163,9 +163,9 @@ post:
- name: product-option.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product option
- }]
+ }
```
description: Emitted when product options are updated.
deprecated: false
@@ -250,9 +250,9 @@ delete:
- name: product-option.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product option
- }]
+ }
```
description: Emitted when product options are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants.yaml b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants.yaml
index f37896e646..88fbeb9937 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants.yaml
@@ -746,9 +746,9 @@ post:
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants_batch.yaml b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants_batch.yaml
index a74f7d3b20..1deec464ce 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants_batch.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants_batch.yaml
@@ -73,27 +73,27 @@ post:
- name: product-variant.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are updated.
deprecated: false
- name: product-variant.created
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are created.
deprecated: false
- name: product-variant.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants_{variant_id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants_{variant_id}.yaml
index 82b12dab2e..501a656736 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants_{variant_id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_products_{id}_variants_{variant_id}.yaml
@@ -164,9 +164,9 @@ post:
- name: product-variant.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are updated.
deprecated: false
@@ -248,9 +248,9 @@ delete:
- name: product-variant.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the product variant
- }]
+ }
```
description: Emitted when product variants are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_regions.yaml b/www/apps/api-reference/specs/admin/paths/admin_regions.yaml
index 0f4e529539..a370021057 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_regions.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_regions.yaml
@@ -687,9 +687,9 @@ post:
- name: region.created
payload: |-
```ts
- [{
+ {
id, // The ID of the region
- }]
+ }
```
description: Emitted when regions are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_regions_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_regions_{id}.yaml
index 1e69b5b7c0..a0b3180cae 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_regions_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_regions_{id}.yaml
@@ -138,9 +138,9 @@ post:
- name: region.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the region
- }]
+ }
```
description: Emitted when regions are updated.
deprecated: false
@@ -214,9 +214,9 @@ delete:
- name: region.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the region
- }]
+ }
```
description: Emitted when regions are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_sales-channels.yaml b/www/apps/api-reference/specs/admin/paths/admin_sales-channels.yaml
index c74c7f6139..c776daf019 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_sales-channels.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_sales-channels.yaml
@@ -725,9 +725,9 @@ post:
- name: sales-channel.created
payload: |-
```ts
- [{
+ {
id, // The ID of the sales channel
- }]
+ }
```
description: Emitted when sales channels are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_sales-channels_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_sales-channels_{id}.yaml
index dcbacc2878..ace94dc476 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_sales-channels_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_sales-channels_{id}.yaml
@@ -138,9 +138,9 @@ post:
- name: sales-channel.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the sales channel
- }]
+ }
```
description: Emitted when sales channels are updated.
deprecated: false
@@ -195,9 +195,9 @@ delete:
- name: sales-channel.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the sales channel
- }]
+ }
```
description: Emitted when sales channels are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_shipping-option-types.yaml b/www/apps/api-reference/specs/admin/paths/admin_shipping-option-types.yaml
index 06efa1215b..ee495c8756 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_shipping-option-types.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_shipping-option-types.yaml
@@ -674,9 +674,9 @@ post:
- name: shipping-option-type.created
payload: |-
```ts
- [{
+ {
id, // The ID of the shipping option type
- }]
+ }
```
description: Emitted when shipping option types are created.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_shipping-option-types_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_shipping-option-types_{id}.yaml
index 668bcbc93a..02346c1c8d 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_shipping-option-types_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_shipping-option-types_{id}.yaml
@@ -143,9 +143,9 @@ post:
- name: shipping-option-type.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the shipping option type
- }]
+ }
```
description: Emitted when shipping option types are updated.
deprecated: false
@@ -203,9 +203,9 @@ delete:
- name: shipping-option-type.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the shipping option type
- }]
+ }
```
description: Emitted when shipping option types are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/admin/paths/admin_users_{id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_users_{id}.yaml
index fe7377e0bc..3aa35f577b 100644
--- a/www/apps/api-reference/specs/admin/paths/admin_users_{id}.yaml
+++ b/www/apps/api-reference/specs/admin/paths/admin_users_{id}.yaml
@@ -136,9 +136,9 @@ post:
- name: user.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the user
- }]
+ }
```
description: Emitted when users are updated.
deprecated: false
@@ -192,9 +192,9 @@ delete:
- name: user.deleted
payload: |-
```ts
- [{
+ {
id, // The ID of the user
- }]
+ }
```
description: Emitted when users are deleted.
deprecated: false
diff --git a/www/apps/api-reference/specs/store/openapi.full.yaml b/www/apps/api-reference/specs/store/openapi.full.yaml
index 47b75a0491..e09541171f 100644
--- a/www/apps/api-reference/specs/store/openapi.full.yaml
+++ b/www/apps/api-reference/specs/store/openapi.full.yaml
@@ -3411,9 +3411,9 @@ paths:
- name: customer.created
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is created.
deprecated: false
@@ -3598,9 +3598,9 @@ paths:
- name: customer.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is updated.
deprecated: false
diff --git a/www/apps/api-reference/specs/store/paths/store_customers.yaml b/www/apps/api-reference/specs/store/paths/store_customers.yaml
index d84e7277c4..92c691f97d 100644
--- a/www/apps/api-reference/specs/store/paths/store_customers.yaml
+++ b/www/apps/api-reference/specs/store/paths/store_customers.yaml
@@ -84,9 +84,9 @@ post:
- name: customer.created
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is created.
deprecated: false
diff --git a/www/apps/api-reference/specs/store/paths/store_customers_me.yaml b/www/apps/api-reference/specs/store/paths/store_customers_me.yaml
index e790ee415d..90cbfa3bb7 100644
--- a/www/apps/api-reference/specs/store/paths/store_customers_me.yaml
+++ b/www/apps/api-reference/specs/store/paths/store_customers_me.yaml
@@ -161,9 +161,9 @@ post:
- name: customer.updated
payload: |-
```ts
- [{
+ {
id, // The ID of the customer
- }]
+ }
```
description: Emitted when a customer is updated.
deprecated: false
diff --git a/www/apps/book/app/learn/fundamentals/events-and-subscribers/emit-event/page.mdx b/www/apps/book/app/learn/fundamentals/events-and-subscribers/emit-event/page.mdx
index 58d5e8bd51..ca2f983bd0 100644
--- a/www/apps/book/app/learn/fundamentals/events-and-subscribers/emit-event/page.mdx
+++ b/www/apps/book/app/learn/fundamentals/events-and-subscribers/emit-event/page.mdx
@@ -85,6 +85,39 @@ If you execute the workflow, the event is emitted and you can see it in your app
Any subscribers listening to the event are executed.
+### Emit Event Multiple Times
+
+You can also emit the event multiple times with `emitEventStep` by passing an array of objects to the `data` property. The event is emitted once per each object in the array.
+
+For example:
+
+```ts highlights={highlights}
+import {
+ createWorkflow,
+} from "@medusajs/framework/workflows-sdk"
+import {
+ emitEventStep,
+} from "@medusajs/medusa/core-flows"
+
+const helloWorldWorkflow = createWorkflow(
+ "hello-world",
+ () => {
+ // ...
+
+ emitEventStep({
+ eventName: "custom.created",
+ data: [
+ { id: "123" },
+ { id: "456" },
+ { id: "789" },
+ ]
+ })
+ }
+)
+```
+
+The event `custom.created` will be emitted three times, once per each object in the array passed to the `data` property. The subscriber listening to the event will be executed three times, each time receiving one of the objects in the array as the event's payload.
+
---
## Emit Event in a Service
diff --git a/www/apps/book/generated/edit-dates.mjs b/www/apps/book/generated/edit-dates.mjs
index 804653f022..774fbaf708 100644
--- a/www/apps/book/generated/edit-dates.mjs
+++ b/www/apps/book/generated/edit-dates.mjs
@@ -26,7 +26,7 @@ export const generatedEditDates = {
"app/learn/fundamentals/workflows/add-workflow-hook/page.mdx": "2025-07-18T11:33:15.959Z",
"app/learn/fundamentals/events-and-subscribers/data-payload/page.mdx": "2025-05-01T15:30:08.421Z",
"app/learn/fundamentals/workflows/advanced-example/page.mdx": "2024-09-11T10:46:59.975Z",
- "app/learn/fundamentals/events-and-subscribers/emit-event/page.mdx": "2025-06-02T14:47:54.394Z",
+ "app/learn/fundamentals/events-and-subscribers/emit-event/page.mdx": "2025-11-26T13:00:24.625Z",
"app/learn/fundamentals/workflows/conditions/page.mdx": "2025-09-04T15:57:00.934Z",
"app/learn/fundamentals/modules/module-link-directions/page.mdx": "2024-07-24T09:16:01+02:00",
"app/learn/fundamentals/admin/page.mdx": "2025-07-25T12:46:15.466Z",
diff --git a/www/apps/book/public/llms-full.txt b/www/apps/book/public/llms-full.txt
index ec2df2a126..e2e7a1c939 100644
--- a/www/apps/book/public/llms-full.txt
+++ b/www/apps/book/public/llms-full.txt
@@ -13183,6 +13183,39 @@ If you execute the workflow, the event is emitted and you can see it in your app
Any subscribers listening to the event are executed.
+### Emit Event Multiple Times
+
+You can also emit the event multiple times with `emitEventStep` by passing an array of objects to the `data` property. The event is emitted once per each object in the array.
+
+For example:
+
+```ts highlights={highlights}
+import {
+ createWorkflow,
+} from "@medusajs/framework/workflows-sdk"
+import {
+ emitEventStep,
+} from "@medusajs/medusa/core-flows"
+
+const helloWorldWorkflow = createWorkflow(
+ "hello-world",
+ () => {
+ // ...
+
+ emitEventStep({
+ eventName: "custom.created",
+ data: [
+ { id: "123" },
+ { id: "456" },
+ { id: "789" },
+ ]
+ })
+ }
+)
+```
+
+The event `custom.created` will be emitted three times, once per each object in the array passed to the `data` property. The subscriber listening to the event will be executed three times, each time receiving one of the objects in the array as the event's payload.
+
***
## Emit Event in a Service
@@ -42988,6 +43021,77 @@ Avoid caching data that is updated frequently, such as inventory levels or order
Caching such data increases the overhead of cache invalidation and may lead to performance degradation.
+# How to Clear Cached Data
+
+In this guide, you'll learn how to clear cached data in Medusa.
+
+## Why Clear Cache?
+
+You should mainly cache data that isn't frequently changing, such as product details or categories. However, there are scenarios where you might need to clear the cache.
+
+For example, if you've integrated a third-party system that updates product information outside of Medusa, or if you've cached data from the third-party system, Medusa won't be aware of these changes.
+
+In such cases, clearing the cache ensures that Medusa fetches the most up-to-date information from the source rather than relying on outdated cached data.
+
+***
+
+## How to Clear Cache
+
+This section explains how to clear data cached by the Caching Module in Medusa.
+
+### Identify Cache Tags
+
+Before clearing the cache, identify the specific cache tags associated with the data you want to clear.
+
+When you cache entities with the [Query](https://docs.medusajs.com/docs/learn/fundamentals/module-links/query/index.html.md) or [Index Module](https://docs.medusajs.com/docs/learn/fundamentals/module-links/index-module/index.html.md), the Caching Module automatically generates tags based on the entity type and its ID:
+
+- `Entity:id`: Cache tag for a single record of an entity. For example, `Product:prod_123` caches a single product with the ID `prod_123`.
+- `Entity:list:*`: Cache tag for a list of records of an entity. For example, `Product:list:*` caches a list of products.
+
+To clear the cache for a specific product, use the `Product:{id}` tag. To clear the cache for all products, use the `Product:list:*` tag.
+
+Refer to the [Caching Module Concepts guide](https://docs.medusajs.com/Users/shahednasser/medusa/www/apps/resources/app/infrastructure-modules/caching/concepts#caching-tags-convention/index.html.md) to learn more about cache tags.
+
+### Clear Cache with Caching Module Service
+
+To clear cached data, use the [clear](https://docs.medusajs.com/references/caching-service#clear/index.html.md) method of the Caching Module's service. You can resolve the service in a workflow step, API route, subscriber, or scheduled job, then call the `clear` method with the identified cache tags.
+
+For example, to clear the cache for specific products in a workflow step:
+
+```ts
+import { createStep, StepResponse } from "@medusajs/framework/workflows-sdk"
+import { Modules } from "@medusajs/framework/utils"
+
+type ClearProductCacheInput = {
+ productId: string | string[]
+}
+
+export const clearProductCacheStep = createStep(
+ "clear-product-cache",
+ async ({ productId }: ClearProductCacheInput, { container }) => {
+ const cachingModuleService = container.resolve(Modules.CACHING)
+
+ const productIds = Array.isArray(productId) ? productId : [productId]
+
+ // Clear cache for all specified products
+ for (const id of productIds) {
+ if (id) {
+ await cachingModuleService.clear({
+ tags: [`Product:${id}`],
+ })
+ }
+ }
+
+ return new StepResponse({})
+ }
+)
+```
+
+In this example, the `clearProductCacheStep` step takes a `productId` (or an array of IDs) as input and clears the cache for each specified product using its cache tag.
+
+You can then use this step in a workflow to clear the cache whenever necessary, such as after receiving a webhook from a third-party system indicating that product data has changed.
+
+
# Create Memcached Caching Module Provider
In this tutorial, you'll learn how to create a Memcached [Caching Module Provider](https://docs.medusajs.com/Users/shahednasser/medusa/www/apps/resources/app/infrastructure-modules/caching/providers/index.html.md) for your Medusa application.
@@ -45323,7 +45427,7 @@ For example:
### Workflow
-```ts title="src/workflows/charge-customer.ts" highlights={workflowLockHighlights}
+```ts title="src/workflows/charge-customer.ts"
import { createWorkflow } from "@medusajs/framework/workflows-sdk"
import { acquireLockStep, releaseLockStep } from "@medusajs/medusa/core-flows"
import { chargeCustomerStep } from "./steps/charge-customer-step"
@@ -47487,9 +47591,9 @@ Emitted when a customer is created.
#### Payload
```ts
-[{
+{
id, // The ID of the customer
-}]
+}
```
#### Workflows Emitting this Event
@@ -47508,9 +47612,9 @@ Emitted when a customer is updated.
#### Payload
```ts
-[{
+{
id, // The ID of the customer
-}]
+}
```
#### Workflows Emitting this Event
@@ -47528,9 +47632,9 @@ Emitted when a customer is deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the customer
-}]
+}
```
#### Workflows Emitting this Event
@@ -47634,9 +47738,9 @@ to send an email to the invited users, for example.
#### Payload
```ts
-[{
+{
id, // The ID of the invite
-}]
+}
```
#### Workflows Emitting this Event
@@ -47654,9 +47758,9 @@ Emitted when invites are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the invite
-}]
+}
```
#### Workflows Emitting this Event
@@ -47676,9 +47780,9 @@ for example.
#### Payload
```ts
-[{
+{
id, // The ID of the invite
-}]
+}
```
#### Workflows Emitting this Event
@@ -47855,9 +47959,9 @@ Emitted when orders are completed.
#### Payload
```ts
-[{
+{
id, // The ID of the order
-}]
+}
```
#### Workflows Emitting this Event
@@ -47875,9 +47979,9 @@ Emitted when an order is archived.
#### Payload
```ts
-[{
+{
id, // The ID of the order
-}]
+}
```
#### Workflows Emitting this Event
@@ -48108,9 +48212,9 @@ Emitted when product categories are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product category
-}]
+}
```
#### Workflows Emitting this Event
@@ -48128,9 +48232,9 @@ Emitted when product categories are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product category
-}]
+}
```
#### Workflows Emitting this Event
@@ -48148,9 +48252,9 @@ Emitted when product categories are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product category
-}]
+}
```
#### Workflows Emitting this Event
@@ -48178,9 +48282,9 @@ Emitted when product collections are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product collection
-}]
+}
```
#### Workflows Emitting this Event
@@ -48198,9 +48302,9 @@ Emitted when product collections are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product collection
-}]
+}
```
#### Workflows Emitting this Event
@@ -48218,9 +48322,9 @@ Emitted when product collections are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product collection
-}]
+}
```
#### Workflows Emitting this Event
@@ -48248,9 +48352,9 @@ Emitted when product options are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product option
-}]
+}
```
#### Workflows Emitting this Event
@@ -48268,9 +48372,9 @@ Emitted when product options are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product option
-}]
+}
```
#### Workflows Emitting this Event
@@ -48288,9 +48392,9 @@ Emitted when product options are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product option
-}]
+}
```
#### Workflows Emitting this Event
@@ -48318,9 +48422,9 @@ Emitted when product tags are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product tag
-}]
+}
```
#### Workflows Emitting this Event
@@ -48338,9 +48442,9 @@ Emitted when product tags are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product tag
-}]
+}
```
#### Workflows Emitting this Event
@@ -48358,9 +48462,9 @@ Emitted when product tags are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product tag
-}]
+}
```
#### Workflows Emitting this Event
@@ -48388,9 +48492,9 @@ Emitted when product types are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product type
-}]
+}
```
#### Workflows Emitting this Event
@@ -48408,9 +48512,9 @@ Emitted when product types are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product type
-}]
+}
```
#### Workflows Emitting this Event
@@ -48428,9 +48532,9 @@ Emitted when product types are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product type
-}]
+}
```
#### Workflows Emitting this Event
@@ -48458,9 +48562,9 @@ Emitted when product variants are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product variant
-}]
+}
```
#### Workflows Emitting this Event
@@ -48479,9 +48583,9 @@ Emitted when product variants are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product variant
-}]
+}
```
#### Workflows Emitting this Event
@@ -48503,9 +48607,9 @@ Emitted when product variants are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product variant
-}]
+}
```
#### Workflows Emitting this Event
@@ -48534,9 +48638,9 @@ Emitted when products are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product
-}]
+}
```
#### Workflows Emitting this Event
@@ -48556,9 +48660,9 @@ Emitted when products are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product
-}]
+}
```
#### Workflows Emitting this Event
@@ -48578,9 +48682,9 @@ Emitted when products are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product
-}]
+}
```
#### Workflows Emitting this Event
@@ -48610,9 +48714,9 @@ Emitted when regions are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the region
-}]
+}
```
#### Workflows Emitting this Event
@@ -48630,9 +48734,9 @@ Emitted when regions are created.
#### Payload
```ts
-[{
+{
id, // The ID of the region
-}]
+}
```
#### Workflows Emitting this Event
@@ -48650,9 +48754,9 @@ Emitted when regions are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the region
-}]
+}
```
#### Workflows Emitting this Event
@@ -48680,9 +48784,9 @@ Emitted when sales channels are created.
#### Payload
```ts
-[{
+{
id, // The ID of the sales channel
-}]
+}
```
#### Workflows Emitting this Event
@@ -48700,9 +48804,9 @@ Emitted when sales channels are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the sales channel
-}]
+}
```
#### Workflows Emitting this Event
@@ -48720,9 +48824,9 @@ Emitted when sales channels are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the sales channel
-}]
+}
```
#### Workflows Emitting this Event
@@ -48750,9 +48854,9 @@ Emitted when shipping option types are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the shipping option type
-}]
+}
```
#### Workflows Emitting this Event
@@ -48770,9 +48874,9 @@ Emitted when shipping option types are created.
#### Payload
```ts
-[{
+{
id, // The ID of the shipping option type
-}]
+}
```
#### Workflows Emitting this Event
@@ -48790,9 +48894,9 @@ Emitted when shipping option types are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the shipping option type
-}]
+}
```
#### Workflows Emitting this Event
@@ -48820,9 +48924,9 @@ Emitted when users are created.
#### Payload
```ts
-[{
+{
id, // The ID of the user
-}]
+}
```
#### Workflows Emitting this Event
@@ -48842,9 +48946,9 @@ Emitted when users are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the user
-}]
+}
```
#### Workflows Emitting this Event
@@ -48862,9 +48966,9 @@ Emitted when users are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the user
-}]
+}
```
#### Workflows Emitting this Event
diff --git a/www/apps/cloud/app/emails/react-email/page.mdx b/www/apps/cloud/app/emails/react-email/page.mdx
index ed1feed5c2..fe0a361a1e 100644
--- a/www/apps/cloud/app/emails/react-email/page.mdx
+++ b/www/apps/cloud/app/emails/react-email/page.mdx
@@ -234,12 +234,12 @@ export default async function inviteCreatedHandler({
export const config: SubscriberConfig = {
event: [
"invite.created",
- "invite.resend",
+ "invite.resent",
],
}
```
-This subscriber listens for the `invite.created` and `invite.resend` events. When triggered, it:
+This subscriber listens for the `invite.created` and `invite.resent` events. When triggered, it:
1. Retrieves the store name and invite details.
2. Constructs the invite URL. Invites to the admin dashboard are at the `/admin/invite` path and include the invite token as a `token` query parameter.
diff --git a/www/apps/resources/generated/edit-dates.mjs b/www/apps/resources/generated/edit-dates.mjs
index 403a6929be..1b408e40e7 100644
--- a/www/apps/resources/generated/edit-dates.mjs
+++ b/www/apps/resources/generated/edit-dates.mjs
@@ -722,33 +722,33 @@ export const generatedEditDates = {
"references/core_flows/Cart/Steps_Cart/functions/core_flows.Cart.Steps_Cart.validateCartShippingOptionsStep/page.mdx": "2025-09-18T17:04:38.450Z",
"references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.validateExistingPaymentCollectionStep/page.mdx": "2025-05-20T07:51:40.757Z",
"references/core_flows/Customer/Steps_Customer/functions/core_flows.Customer.Steps_Customer.createCustomersStep/page.mdx": "2025-05-20T07:51:40.758Z",
- "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomerAccountWorkflow/page.mdx": "2025-11-05T12:22:17.723Z",
- "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomersWorkflow/page.mdx": "2025-11-05T12:22:17.730Z",
- "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.deleteCustomersWorkflow/page.mdx": "2025-11-05T12:22:17.739Z",
- "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.updateCustomersWorkflow/page.mdx": "2025-11-05T12:22:17.768Z",
+ "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomerAccountWorkflow/page.mdx": "2025-11-26T13:22:42.056Z",
+ "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomersWorkflow/page.mdx": "2025-11-26T13:22:51.530Z",
+ "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.deleteCustomersWorkflow/page.mdx": "2025-11-26T13:23:00.421Z",
+ "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.updateCustomersWorkflow/page.mdx": "2025-11-26T13:23:13.743Z",
"references/core_flows/Customer/core_flows.Customer.Steps_Customer/page.mdx": "2024-12-23T12:30:23.718Z",
"references/core_flows/Customer/core_flows.Customer.Workflows_Customer/page.mdx": "2024-12-23T12:30:23.763Z",
- "references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.acceptInviteWorkflow/page.mdx": "2025-11-05T12:22:18.586Z",
- "references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.createInvitesWorkflow/page.mdx": "2025-11-05T12:22:18.591Z",
- "references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.deleteInvitesWorkflow/page.mdx": "2025-11-05T12:22:18.595Z",
+ "references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.acceptInviteWorkflow/page.mdx": "2025-11-26T13:27:11.147Z",
+ "references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.createInvitesWorkflow/page.mdx": "2025-11-26T13:27:15.235Z",
+ "references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.deleteInvitesWorkflow/page.mdx": "2025-11-26T13:27:18.869Z",
"references/core_flows/Invite/core_flows.Invite.Workflows_Invite/page.mdx": "2024-12-23T12:30:24.034Z",
"references/core_flows/Line_Item/Steps_Line_Item/functions/core_flows.Line_Item.Steps_Line_Item.listLineItemsStep/page.mdx": "2025-06-25T10:11:29.536Z",
"references/core_flows/Line_Item/Steps_Line_Item/functions/core_flows.Line_Item.Steps_Line_Item.updateLineItemsStepWithSelector/page.mdx": "2025-06-25T10:11:29.566Z",
"references/core_flows/Line_Item/core_flows.Line_Item.Steps_Line_Item/page.mdx": "2024-12-23T12:30:24.048Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx": "2025-11-05T12:22:20.844Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx": "2025-11-26T13:31:58.341Z",
"references/core_flows/Product/core_flows.Product.Workflows_Product/page.mdx": "2025-05-22T12:22:27.103Z",
- "references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.createRegionsWorkflow/page.mdx": "2025-11-05T12:22:21.050Z",
- "references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.deleteRegionsWorkflow/page.mdx": "2025-11-05T12:22:21.053Z",
- "references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.updateRegionsWorkflow/page.mdx": "2025-11-05T12:22:21.060Z",
+ "references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.createRegionsWorkflow/page.mdx": "2025-11-26T13:32:45.974Z",
+ "references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.deleteRegionsWorkflow/page.mdx": "2025-11-26T13:32:49.399Z",
+ "references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.updateRegionsWorkflow/page.mdx": "2025-11-26T13:32:53.350Z",
"references/core_flows/Region/core_flows.Region.Workflows_Region/page.mdx": "2024-12-23T12:30:26.377Z",
- "references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.createSalesChannelsWorkflow/page.mdx": "2025-11-05T12:22:21.182Z",
- "references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.deleteSalesChannelsWorkflow/page.mdx": "2025-11-05T12:22:21.186Z",
- "references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.updateSalesChannelsWorkflow/page.mdx": "2025-11-05T12:22:21.190Z",
+ "references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.createSalesChannelsWorkflow/page.mdx": "2025-11-26T13:33:07.127Z",
+ "references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.deleteSalesChannelsWorkflow/page.mdx": "2025-11-26T13:33:10.589Z",
+ "references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.updateSalesChannelsWorkflow/page.mdx": "2025-11-26T13:33:17.484Z",
"references/core_flows/Sales_Channel/core_flows.Sales_Channel.Workflows_Sales_Channel/page.mdx": "2024-12-23T12:30:26.435Z",
- "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUserAccountWorkflow/page.mdx": "2025-11-05T12:22:21.487Z",
- "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUsersWorkflow/page.mdx": "2025-11-05T12:22:21.492Z",
- "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.deleteUsersWorkflow/page.mdx": "2025-11-05T12:22:21.497Z",
- "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.updateUsersWorkflow/page.mdx": "2025-11-05T12:22:21.506Z",
+ "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUserAccountWorkflow/page.mdx": "2025-11-26T13:34:01.773Z",
+ "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUsersWorkflow/page.mdx": "2025-11-26T13:34:04.965Z",
+ "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.deleteUsersWorkflow/page.mdx": "2025-11-26T13:34:08.131Z",
+ "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.updateUsersWorkflow/page.mdx": "2025-11-26T13:34:16.136Z",
"references/core_flows/User/core_flows.User.Workflows_User/page.mdx": "2024-12-23T12:30:26.574Z",
"references/core_flows/core_flows.Steps_Customer/page.mdx": "2024-12-09T13:21:38.061Z",
"references/core_flows/core_flows.Steps_Line_Item/page.mdx": "2024-12-09T13:21:39.005Z",
@@ -789,7 +789,7 @@ export const generatedEditDates = {
"references/core_flows/Order/Steps_Order/functions/core_flows.Order.Steps_Order.completeOrdersStep/page.mdx": "2025-09-12T14:10:31.641Z",
"references/core_flows/Order/Steps_Order/functions/core_flows.Order.Steps_Order.createOrdersStep/page.mdx": "2025-09-12T14:10:31.677Z",
"references/core_flows/Order/Steps_Order/functions/core_flows.Order.Steps_Order.setOrderTaxLinesForItemsStep/page.mdx": "2025-10-25T20:13:59.110Z",
- "references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.archiveOrderWorkflow/page.mdx": "2025-11-05T12:22:18.941Z",
+ "references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.archiveOrderWorkflow/page.mdx": "2025-11-26T13:27:40.080Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.beginClaimOrderValidationStep/page.mdx": "2025-09-12T14:10:31.862Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.beginOrderEditValidationStep/page.mdx": "2025-09-12T14:10:32.464Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.beginOrderExchangeValidationStep/page.mdx": "2025-09-12T14:10:32.256Z",
@@ -797,7 +797,7 @@ export const generatedEditDates = {
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.beginReturnOrderValidationStep/page.mdx": "2025-09-12T14:10:32.666Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.cancelReturnValidateOrder/page.mdx": "2025-05-20T07:51:40.797Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.cancelValidateOrder/page.mdx": "2025-09-12T14:10:31.855Z",
- "references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.completeOrderWorkflow/page.mdx": "2025-11-05T12:22:19.220Z",
+ "references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.completeOrderWorkflow/page.mdx": "2025-11-26T13:28:10.022Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.createFulfillmentValidateOrder/page.mdx": "2025-09-12T14:10:32.119Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.createShipmentValidateOrder/page.mdx": "2025-09-12T14:10:32.225Z",
"references/core_flows/Payment/Workflows_Payment/functions/core_flows.Payment.Workflows_Payment.refundPaymentWorkflow/page.mdx": "2025-11-05T12:22:20.225Z",
@@ -838,7 +838,7 @@ export const generatedEditDates = {
"references/auth/IAuthModuleService/methods/auth.IAuthModuleService.validateCallback/page.mdx": "2025-01-07T12:54:18.948Z",
"references/auth/interfaces/auth.AuthenticationResponse/page.mdx": "2024-12-09T13:21:36.233Z",
"references/auth_provider/classes/auth_provider.AbstractAuthModuleProvider/page.mdx": "2025-10-15T15:45:41.565Z",
- "references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.refreshInviteTokensWorkflow/page.mdx": "2025-11-05T12:22:18.600Z",
+ "references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.refreshInviteTokensWorkflow/page.mdx": "2025-11-26T13:27:23.092Z",
"references/types/CommonTypes/types/types.CommonTypes.BatchMethodResponse/page.mdx": "2024-12-09T13:21:32.849Z",
"references/types/HttpTypes/interfaces/types.HttpTypes.AdminAddReturnShipping/page.mdx": "2025-04-11T09:04:47.540Z",
"references/types/HttpTypes/interfaces/types.HttpTypes.AdminClaimAddInboundShipping/page.mdx": "2024-12-09T13:21:33.433Z",
@@ -948,13 +948,13 @@ export const generatedEditDates = {
"references/api_key/types/api_key.Query/page.mdx": "2024-09-17T00:10:59.563Z",
"references/api_key/types/api_key.ReadonlyPrimary/page.mdx": "2024-09-17T00:10:59.567Z",
"references/api_key/types/api_key.Scalar/page.mdx": "2024-09-17T00:10:59.567Z",
- "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.removeCustomerAccountWorkflow/page.mdx": "2025-11-05T12:22:17.747Z",
+ "references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.removeCustomerAccountWorkflow/page.mdx": "2025-11-26T13:23:07.158Z",
"references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.markFulfillmentAsDeliveredWorkflow/page.mdx": "2025-11-05T12:22:18.427Z",
"references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.validateFulfillmentDeliverabilityStep/page.mdx": "2025-05-20T07:51:40.773Z",
"references/core_flows/Inventory/Workflows_Inventory/functions/core_flows.Inventory.Workflows_Inventory.validateInventoryLevelsDelete/page.mdx": "2025-01-20T08:25:20.641Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.markOrderFulfillmentAsDeliveredWorkflow/page.mdx": "2025-11-05T12:22:19.547Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.orderFulfillmentDeliverablilityValidationStep/page.mdx": "2025-09-12T14:10:32.447Z",
- "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.removeUserAccountWorkflow/page.mdx": "2025-11-05T12:22:21.502Z",
+ "references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.removeUserAccountWorkflow/page.mdx": "2025-11-26T13:34:11.284Z",
"references/core_flows/types/core_flows.RemoveCustomerAccountWorkflowInput/page.mdx": "2024-12-09T13:21:50.344Z",
"references/core_flows/types/core_flows.RemoveUserAccountWorkflowInput/page.mdx": "2024-12-09T13:21:55.016Z",
"references/customer/ICustomerModuleService/methods/customer.ICustomerModuleService.createCustomerAddresses/page.mdx": "2025-10-21T08:10:43.818Z",
@@ -1067,23 +1067,23 @@ export const generatedEditDates = {
"references/core_flows/Order/Steps_Order/functions/core_flows.Order.Steps_Order.updateReturnsStep/page.mdx": "2025-11-05T12:22:18.872Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.addOrderLineItemsWorkflow/page.mdx": "2025-11-05T12:22:18.925Z",
"references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.cancelOrderWorkflow/page.mdx": "2025-11-05T12:22:18.961Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createCollectionsWorkflow/page.mdx": "2025-11-05T12:22:20.679Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductOptionsWorkflow/page.mdx": "2025-11-05T12:22:20.687Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTagsWorkflow/page.mdx": "2025-11-05T12:22:20.694Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTypesWorkflow/page.mdx": "2025-11-05T12:22:20.699Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx": "2025-11-05T12:22:20.713Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx": "2025-11-05T12:22:20.727Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteCollectionsWorkflow/page.mdx": "2025-11-05T12:22:20.732Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductOptionsWorkflow/page.mdx": "2025-11-05T12:22:20.736Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTagsWorkflow/page.mdx": "2025-11-05T12:22:20.749Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTypesWorkflow/page.mdx": "2025-11-05T12:22:20.743Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductVariantsWorkflow/page.mdx": "2025-11-05T12:22:20.755Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductsWorkflow/page.mdx": "2025-11-05T12:22:20.760Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateCollectionsWorkflow/page.mdx": "2025-11-05T12:22:20.768Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductOptionsWorkflow/page.mdx": "2025-11-05T12:22:20.776Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTagsWorkflow/page.mdx": "2025-11-05T12:22:20.793Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTypesWorkflow/page.mdx": "2025-11-05T12:22:20.782Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx": "2025-11-05T12:22:20.806Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createCollectionsWorkflow/page.mdx": "2025-11-26T13:30:35.963Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductOptionsWorkflow/page.mdx": "2025-11-26T13:30:41.294Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTagsWorkflow/page.mdx": "2025-11-26T13:30:55.232Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTypesWorkflow/page.mdx": "2025-11-26T13:31:03.783Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx": "2025-11-26T13:31:07.686Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx": "2025-11-26T13:30:47.577Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteCollectionsWorkflow/page.mdx": "2025-11-26T13:31:14.197Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductOptionsWorkflow/page.mdx": "2025-11-26T13:31:19.594Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTagsWorkflow/page.mdx": "2025-11-26T13:31:27.377Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTypesWorkflow/page.mdx": "2025-11-26T13:31:30.668Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductVariantsWorkflow/page.mdx": "2025-11-26T13:31:34.725Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductsWorkflow/page.mdx": "2025-11-26T13:31:23.454Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateCollectionsWorkflow/page.mdx": "2025-11-26T13:31:47.094Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductOptionsWorkflow/page.mdx": "2025-11-26T13:31:51.289Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTagsWorkflow/page.mdx": "2025-11-26T13:32:02.117Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTypesWorkflow/page.mdx": "2025-11-26T13:32:06.661Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx": "2025-11-26T13:32:10.695Z",
"references/core_flows/Promotion/Workflows_Promotion/functions/core_flows.Promotion.Workflows_Promotion.createCampaignsWorkflow/page.mdx": "2025-11-05T12:22:20.972Z",
"references/core_flows/Promotion/Workflows_Promotion/functions/core_flows.Promotion.Workflows_Promotion.createPromotionsWorkflow/page.mdx": "2025-11-05T12:22:20.987Z",
"references/core_flows/Promotion/Workflows_Promotion/functions/core_flows.Promotion.Workflows_Promotion.deleteCampaignsWorkflow/page.mdx": "2025-11-05T12:22:20.991Z",
@@ -1669,7 +1669,7 @@ export const generatedEditDates = {
"references/medusa/types/medusa.MedusaRequestHandler/page.mdx": "2025-10-21T08:10:52.824Z",
"references/medusa/types/medusa.SubscriberArgs/page.mdx": "2025-05-22T12:22:40.885Z",
"references/workflows/types/workflows.ReturnWorkflow/page.mdx": "2025-09-12T14:10:46.930Z",
- "references/core_flows/Common/Steps_Common/functions/core_flows.Common.Steps_Common.emitEventStep/page.mdx": "2025-01-13T17:30:23.152Z",
+ "references/core_flows/Common/Steps_Common/functions/core_flows.Common.Steps_Common.emitEventStep/page.mdx": "2025-11-26T13:20:37.801Z",
"references/core_flows/Common/Steps_Common/functions/core_flows.Common.Steps_Common.removeRemoteLinkStep/page.mdx": "2025-01-13T17:30:23.154Z",
"references/dml/Model_Methods/methods/dml.Model_Methods.indexes/page.mdx": "2024-12-10T14:55:08.596Z",
"references/dml/Property_Configuration_Methods/methods/dml.Property_Configuration_Methods.default/page.mdx": "2024-12-10T14:55:08.599Z",
@@ -1878,17 +1878,17 @@ export const generatedEditDates = {
"references/core_flows/Product/Steps_Product/functions/core_flows.Product.Steps_Product.waitConfirmationProductImportStep/page.mdx": "2025-01-13T17:30:25.739Z",
"references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchLinkProductsToCategoryWorkflow/page.mdx": "2025-11-05T12:22:20.657Z",
"references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchLinkProductsToCollectionWorkflow/page.mdx": "2025-11-05T12:22:20.643Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductVariantsWorkflow/page.mdx": "2025-11-05T12:22:20.653Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductsWorkflow/page.mdx": "2025-11-05T12:22:20.664Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductVariantsWorkflow/page.mdx": "2025-11-26T13:30:27.755Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductsWorkflow/page.mdx": "2025-11-26T13:30:20.881Z",
"references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.exportProductsWorkflow/page.mdx": "2025-11-05T12:22:20.814Z",
- "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.importProductsWorkflow/page.mdx": "2025-11-05T12:22:20.827Z",
+ "references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.importProductsWorkflow/page.mdx": "2025-11-26T13:31:42.738Z",
"references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.upsertVariantPricesWorkflow/page.mdx": "2025-11-05T12:22:20.849Z",
"references/core_flows/Product_Category/Steps_Product_Category/functions/core_flows.Product_Category.Steps_Product_Category.createProductCategoriesStep/page.mdx": "2025-10-31T09:41:23.647Z",
"references/core_flows/Product_Category/Steps_Product_Category/functions/core_flows.Product_Category.Steps_Product_Category.deleteProductCategoriesStep/page.mdx": "2025-01-13T17:30:25.836Z",
"references/core_flows/Product_Category/Steps_Product_Category/functions/core_flows.Product_Category.Steps_Product_Category.updateProductCategoriesStep/page.mdx": "2025-10-31T09:41:23.660Z",
- "references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.createProductCategoriesWorkflow/page.mdx": "2025-11-05T12:22:20.888Z",
- "references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.deleteProductCategoriesWorkflow/page.mdx": "2025-11-05T12:22:20.896Z",
- "references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.updateProductCategoriesWorkflow/page.mdx": "2025-11-05T12:22:20.907Z",
+ "references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.createProductCategoriesWorkflow/page.mdx": "2025-11-26T13:32:19.484Z",
+ "references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.deleteProductCategoriesWorkflow/page.mdx": "2025-11-26T13:32:22.976Z",
+ "references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.updateProductCategoriesWorkflow/page.mdx": "2025-11-26T13:32:26.429Z",
"references/core_flows/Promotion/Steps_Promotion/functions/core_flows.Promotion.Steps_Promotion.addCampaignPromotionsStep/page.mdx": "2025-02-11T11:36:44.164Z",
"references/core_flows/Promotion/Steps_Promotion/functions/core_flows.Promotion.Steps_Promotion.createCampaignsStep/page.mdx": "2025-10-21T08:10:40.071Z",
"references/core_flows/Promotion/Steps_Promotion/functions/core_flows.Promotion.Steps_Promotion.createPromotionsStep/page.mdx": "2025-10-21T08:10:40.076Z",
@@ -6189,7 +6189,7 @@ export const generatedEditDates = {
"app/commerce-modules/product/guides/variant-inventory/page.mdx": "2025-04-25T14:22:42.329Z",
"app/troubleshooting/validation-error/page.mdx": "2025-04-25T14:14:57.568Z",
"app/integrations/guides/contentful/page.mdx": "2025-10-31T16:38:10.351Z",
- "references/modules/events/page.mdx": "2025-06-27T07:31:07.646Z",
+ "references/modules/events/page.mdx": "2025-11-26T13:20:45.710Z",
"references/module_events/module_events.Auth/page.mdx": "2025-05-20T07:51:40.956Z",
"references/module_events/module_events.Cart/page.mdx": "2025-05-20T07:51:40.956Z",
"references/module_events/module_events.Customer/page.mdx": "2025-05-20T07:51:40.956Z",
@@ -6590,9 +6590,9 @@ export const generatedEditDates = {
"references/core_flows/Settings/Steps_Settings/functions/core_flows.Settings.Steps_Settings.setActiveViewConfigurationStep/page.mdx": "2025-11-05T12:22:21.204Z",
"references/core_flows/Settings/Steps_Settings/functions/core_flows.Settings.Steps_Settings.updateViewConfigurationStep/page.mdx": "2025-11-05T12:22:21.200Z",
"references/core_flows/Settings/Workflows_Settings/functions/core_flows.Settings.Workflows_Settings.updateViewConfigurationWorkflow/page.mdx": "2025-11-05T12:22:21.218Z",
- "references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.createShippingOptionTypesWorkflow/page.mdx": "2025-11-05T12:22:21.259Z",
- "references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.deleteShippingOptionTypesWorkflow/page.mdx": "2025-11-05T12:22:21.263Z",
- "references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.updateShippingOptionTypesWorkflow/page.mdx": "2025-11-05T12:22:21.273Z",
+ "references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.createShippingOptionTypesWorkflow/page.mdx": "2025-11-26T13:33:27.103Z",
+ "references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.deleteShippingOptionTypesWorkflow/page.mdx": "2025-11-26T13:33:30.400Z",
+ "references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.updateShippingOptionTypesWorkflow/page.mdx": "2025-11-26T13:33:35.068Z",
"references/types/HttpTypes/interfaces/types.HttpTypes.AdminCreateViewConfiguration/page.mdx": "2025-09-12T14:10:40.836Z",
"references/types/HttpTypes/interfaces/types.HttpTypes.AdminUpdateViewConfiguration/page.mdx": "2025-09-12T14:10:40.837Z",
"references/core_flows/Locking/Steps_Locking/functions/core_flows.Locking.Steps_Locking.acquireLockStep/page.mdx": "2025-09-15T09:52:14.219Z",
diff --git a/www/apps/resources/references/core_flows/Common/Steps_Common/functions/core_flows.Common.Steps_Common.emitEventStep/page.mdx b/www/apps/resources/references/core_flows/Common/Steps_Common/functions/core_flows.Common.Steps_Common.emitEventStep/page.mdx
index bb48305452..3bf8df643d 100644
--- a/www/apps/resources/references/core_flows/Common/Steps_Common/functions/core_flows.Common.Steps_Common.emitEventStep/page.mdx
+++ b/www/apps/resources/references/core_flows/Common/Steps_Common/functions/core_flows.Common.Steps_Common.emitEventStep/page.mdx
@@ -20,6 +20,8 @@ If the workflow fails, it won't emit the event at all.
## Example
+To emit a single event with a data payload:
+
```ts
emitEventStep({
eventName: "custom.created",
@@ -29,6 +31,20 @@ emitEventStep({
})
```
+To emit an event multiple times with different data payloads, pass an array of objects to the `data` property:
+
+```ts
+emitEventStep({
+ eventName: "custom.created",
+ data: [
+ // emit will be emitted three times, once per each object in the array
+ { id: "123" },
+ { id: "456" },
+ { id: "789" }
+ ]
+})
+```
+
## Input
diff --git a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomerAccountWorkflow/page.mdx b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomerAccountWorkflow/page.mdx
index df604eefea..7e1505aa43 100644
--- a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomerAccountWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomerAccountWorkflow/page.mdx
@@ -202,18 +202,18 @@ Emitted when a customer is created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the customer
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomersWorkflow/page.mdx b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomersWorkflow/page.mdx
index cb9ad9cbe9..992dd84e6d 100644
--- a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomersWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.createCustomersWorkflow/page.mdx
@@ -234,18 +234,18 @@ Emitted when a customer is created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the customer
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.deleteCustomersWorkflow/page.mdx b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.deleteCustomersWorkflow/page.mdx
index a600dedf1b..b65b207e70 100644
--- a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.deleteCustomersWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.deleteCustomersWorkflow/page.mdx
@@ -210,18 +210,18 @@ Emitted when a customer is deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the customer
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.removeCustomerAccountWorkflow/page.mdx b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.removeCustomerAccountWorkflow/page.mdx
index d1d880e215..7ffd511404 100644
--- a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.removeCustomerAccountWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.removeCustomerAccountWorkflow/page.mdx
@@ -187,18 +187,18 @@ Emitted when a customer is deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the customer
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.updateCustomersWorkflow/page.mdx b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.updateCustomersWorkflow/page.mdx
index 44f29f6ae8..dc6921884b 100644
--- a/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.updateCustomersWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Customer/Workflows_Customer/functions/core_flows.Customer.Workflows_Customer.updateCustomersWorkflow/page.mdx
@@ -228,18 +228,18 @@ Emitted when a customer is updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the customer
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.acceptInviteWorkflow/page.mdx b/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.acceptInviteWorkflow/page.mdx
index d65dc95380..6517504d00 100644
--- a/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.acceptInviteWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.acceptInviteWorkflow/page.mdx
@@ -207,18 +207,18 @@ Emitted when users are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the user
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.createInvitesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.createInvitesWorkflow/page.mdx
index 1b9166db54..617429de03 100644
--- a/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.createInvitesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.createInvitesWorkflow/page.mdx
@@ -187,18 +187,18 @@ to send an email to the invited users, for example.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the invite
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.deleteInvitesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.deleteInvitesWorkflow/page.mdx
index aeb52e7eb2..57204c510d 100644
--- a/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.deleteInvitesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.deleteInvitesWorkflow/page.mdx
@@ -174,18 +174,18 @@ Emitted when invites are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the invite
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.refreshInviteTokensWorkflow/page.mdx b/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.refreshInviteTokensWorkflow/page.mdx
index 0b6298c3e2..7b5da4a6bd 100644
--- a/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.refreshInviteTokensWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Invite/Workflows_Invite/functions/core_flows.Invite.Workflows_Invite.refreshInviteTokensWorkflow/page.mdx
@@ -184,18 +184,18 @@ for example.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the invite
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.archiveOrderWorkflow/page.mdx b/www/apps/resources/references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.archiveOrderWorkflow/page.mdx
index 133c43d718..714cb708fb 100644
--- a/www/apps/resources/references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.archiveOrderWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.archiveOrderWorkflow/page.mdx
@@ -177,18 +177,18 @@ Emitted when an order is archived.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the order
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.completeOrderWorkflow/page.mdx b/www/apps/resources/references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.completeOrderWorkflow/page.mdx
index 902cb30ec9..78221001a9 100644
--- a/www/apps/resources/references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.completeOrderWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Order/Workflows_Order/functions/core_flows.Order.Workflows_Order.completeOrderWorkflow/page.mdx
@@ -219,18 +219,18 @@ Emitted when orders are completed.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the order
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductVariantsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductVariantsWorkflow/page.mdx
index 8afac185de..b4e6834ce0 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductVariantsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductVariantsWorkflow/page.mdx
@@ -243,18 +243,18 @@ Emitted when product variants are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product variant
-}]
+}
```
@@ -268,18 +268,18 @@ Emitted when product variants are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product variant
-}]
+}
```
@@ -293,18 +293,18 @@ Emitted when product variants are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product variant
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductsWorkflow/page.mdx
index f7a9fa2d83..996b280c9b 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.batchProductsWorkflow/page.mdx
@@ -256,18 +256,18 @@ Emitted when product variants are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product variant
-}]
+}
```
@@ -281,18 +281,18 @@ Emitted when products are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product
-}]
+}
```
@@ -306,18 +306,18 @@ Emitted when products are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product
-}]
+}
```
@@ -331,18 +331,18 @@ Emitted when products are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createCollectionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createCollectionsWorkflow/page.mdx
index bf62711dba..284fbc4379 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createCollectionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createCollectionsWorkflow/page.mdx
@@ -228,18 +228,18 @@ Emitted when product collections are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product collection
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductOptionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductOptionsWorkflow/page.mdx
index 2445a77be1..45f2d5e814 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductOptionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductOptionsWorkflow/page.mdx
@@ -251,18 +251,18 @@ Emitted when product options are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product option
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTagsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTagsWorkflow/page.mdx
index 2a7749103f..85123ded99 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTagsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTagsWorkflow/page.mdx
@@ -228,18 +228,18 @@ Emitted when product tags are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product tag
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTypesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTypesWorkflow/page.mdx
index dec06336fc..3fc32eb413 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTypesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductTypesWorkflow/page.mdx
@@ -228,18 +228,18 @@ Emitted when product types are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product type
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx
index d28dafaeb8..1d392eb21c 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx
@@ -274,18 +274,18 @@ Emitted when product variants are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product variant
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx
index 6e108ec8c1..770af45cf1 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx
@@ -306,18 +306,18 @@ Emitted when product variants are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product variant
-}]
+}
```
@@ -331,18 +331,18 @@ Emitted when products are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteCollectionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteCollectionsWorkflow/page.mdx
index 144622e7e0..68f1503b4b 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteCollectionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteCollectionsWorkflow/page.mdx
@@ -205,18 +205,18 @@ Emitted when product collections are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product collection
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductOptionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductOptionsWorkflow/page.mdx
index db7b9cd175..e7eb41c87c 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductOptionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductOptionsWorkflow/page.mdx
@@ -205,18 +205,18 @@ Emitted when product options are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product option
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTagsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTagsWorkflow/page.mdx
index bed405cf05..2facbb52ca 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTagsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTagsWorkflow/page.mdx
@@ -204,18 +204,18 @@ Emitted when product tags are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product tag
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTypesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTypesWorkflow/page.mdx
index 8d76369381..ad62b36073 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTypesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductTypesWorkflow/page.mdx
@@ -205,18 +205,18 @@ Emitted when product types are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product type
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductVariantsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductVariantsWorkflow/page.mdx
index d87039543e..89d2930baa 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductVariantsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductVariantsWorkflow/page.mdx
@@ -207,18 +207,18 @@ Emitted when product variants are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product variant
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductsWorkflow/page.mdx
index 3755b12f56..48451d8984 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.deleteProductsWorkflow/page.mdx
@@ -207,18 +207,18 @@ Emitted when products are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.importProductsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.importProductsWorkflow/page.mdx
index cea0c510c1..1db175e6a5 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.importProductsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.importProductsWorkflow/page.mdx
@@ -240,18 +240,18 @@ Emitted when product variants are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product variant
-}]
+}
```
@@ -265,18 +265,18 @@ Emitted when products are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product
-}]
+}
```
@@ -290,18 +290,18 @@ Emitted when products are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product
-}]
+}
```
@@ -315,18 +315,18 @@ Emitted when products are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateCollectionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateCollectionsWorkflow/page.mdx
index 2ce323f24d..f64684e09c 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateCollectionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateCollectionsWorkflow/page.mdx
@@ -240,18 +240,18 @@ Emitted when product collections are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product collection
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductOptionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductOptionsWorkflow/page.mdx
index ead653730e..b1cc9787b5 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductOptionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductOptionsWorkflow/page.mdx
@@ -239,18 +239,18 @@ Emitted when product options are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product option
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTagsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTagsWorkflow/page.mdx
index 2162b89105..750aa0696f 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTagsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTagsWorkflow/page.mdx
@@ -240,18 +240,18 @@ Emitted when product tags are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product tag
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTypesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTypesWorkflow/page.mdx
index 8c1af72e08..a186a7ee01 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTypesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductTypesWorkflow/page.mdx
@@ -240,18 +240,18 @@ Emitted when product types are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product type
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx
index 075eeac853..208dbabb16 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx
@@ -422,18 +422,18 @@ Emitted when product variants are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product variant
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx
index 51801af19a..5f720f10e2 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx
@@ -420,18 +420,18 @@ Emitted when products are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.createProductCategoriesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.createProductCategoriesWorkflow/page.mdx
index 869139e35b..432ac8ccd8 100644
--- a/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.createProductCategoriesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.createProductCategoriesWorkflow/page.mdx
@@ -214,18 +214,18 @@ Emitted when product categories are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product category
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.deleteProductCategoriesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.deleteProductCategoriesWorkflow/page.mdx
index 471951599e..1ccb9b70d6 100644
--- a/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.deleteProductCategoriesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.deleteProductCategoriesWorkflow/page.mdx
@@ -195,18 +195,18 @@ Emitted when product categories are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product category
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.updateProductCategoriesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.updateProductCategoriesWorkflow/page.mdx
index a7a93282aa..40107e0c31 100644
--- a/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.updateProductCategoriesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product_Category/Workflows_Product_Category/functions/core_flows.Product_Category.Workflows_Product_Category.updateProductCategoriesWorkflow/page.mdx
@@ -226,18 +226,18 @@ Emitted when product categories are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the product category
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.createRegionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.createRegionsWorkflow/page.mdx
index 665ccfe1b2..4b2c90933f 100644
--- a/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.createRegionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.createRegionsWorkflow/page.mdx
@@ -198,18 +198,18 @@ Emitted when regions are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the region
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.deleteRegionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.deleteRegionsWorkflow/page.mdx
index 78e802b4b1..4e25320d65 100644
--- a/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.deleteRegionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.deleteRegionsWorkflow/page.mdx
@@ -175,18 +175,18 @@ Emitted when regions are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the region
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.updateRegionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.updateRegionsWorkflow/page.mdx
index 13a7ad9f3d..c39e3d4f73 100644
--- a/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.updateRegionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Region/Workflows_Region/functions/core_flows.Region.Workflows_Region.updateRegionsWorkflow/page.mdx
@@ -202,18 +202,18 @@ Emitted when regions are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the region
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.createSalesChannelsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.createSalesChannelsWorkflow/page.mdx
index d4f95f5e2d..9d805bcf20 100644
--- a/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.createSalesChannelsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.createSalesChannelsWorkflow/page.mdx
@@ -186,18 +186,18 @@ Emitted when sales channels are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the sales channel
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.deleteSalesChannelsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.deleteSalesChannelsWorkflow/page.mdx
index a9ce5b5ee0..fbe94a08d1 100644
--- a/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.deleteSalesChannelsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.deleteSalesChannelsWorkflow/page.mdx
@@ -175,18 +175,18 @@ Emitted when sales channels are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the sales channel
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.updateSalesChannelsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.updateSalesChannelsWorkflow/page.mdx
index 95a915e9a5..d117d3a647 100644
--- a/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.updateSalesChannelsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Sales_Channel/Workflows_Sales_Channel/functions/core_flows.Sales_Channel.Workflows_Sales_Channel.updateSalesChannelsWorkflow/page.mdx
@@ -198,18 +198,18 @@ Emitted when sales channels are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the sales channel
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.createShippingOptionTypesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.createShippingOptionTypesWorkflow/page.mdx
index 0756226324..b0574728c1 100644
--- a/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.createShippingOptionTypesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.createShippingOptionTypesWorkflow/page.mdx
@@ -245,18 +245,18 @@ Emitted when shipping option types are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the shipping option type
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.deleteShippingOptionTypesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.deleteShippingOptionTypesWorkflow/page.mdx
index 5acf84b506..e3edd2bba0 100644
--- a/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.deleteShippingOptionTypesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.deleteShippingOptionTypesWorkflow/page.mdx
@@ -214,18 +214,18 @@ Emitted when shipping option types are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the shipping option type
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.updateShippingOptionTypesWorkflow/page.mdx b/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.updateShippingOptionTypesWorkflow/page.mdx
index 2fc8b20d53..f3201895b9 100644
--- a/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.updateShippingOptionTypesWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Shipping_Options/Workflows_Shipping_Options/functions/core_flows.Shipping_Options.Workflows_Shipping_Options.updateShippingOptionTypesWorkflow/page.mdx
@@ -249,18 +249,18 @@ Emitted when shipping option types are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the shipping option type
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUserAccountWorkflow/page.mdx b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUserAccountWorkflow/page.mdx
index bb27f5fcfe..4e9983baed 100644
--- a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUserAccountWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUserAccountWorkflow/page.mdx
@@ -201,18 +201,18 @@ Emitted when users are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the user
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUsersWorkflow/page.mdx b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUsersWorkflow/page.mdx
index a9ecf21738..d0d60e4f3a 100644
--- a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUsersWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.createUsersWorkflow/page.mdx
@@ -198,18 +198,18 @@ Emitted when users are created.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the user
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.deleteUsersWorkflow/page.mdx b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.deleteUsersWorkflow/page.mdx
index 9dec4feb17..d61e7ee4db 100644
--- a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.deleteUsersWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.deleteUsersWorkflow/page.mdx
@@ -178,18 +178,18 @@ Emitted when users are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the user
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.removeUserAccountWorkflow/page.mdx b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.removeUserAccountWorkflow/page.mdx
index 7aa942102f..2de49edada 100644
--- a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.removeUserAccountWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.removeUserAccountWorkflow/page.mdx
@@ -181,18 +181,18 @@ Emitted when users are deleted.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the user
-}]
+}
```
diff --git a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.updateUsersWorkflow/page.mdx b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.updateUsersWorkflow/page.mdx
index ed7cacc353..c479fc0110 100644
--- a/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.updateUsersWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/User/Workflows_User/functions/core_flows.User.Workflows_User.updateUsersWorkflow/page.mdx
@@ -190,18 +190,18 @@ Emitted when users are updated.
```ts blockStyle="inline"
-[{
+{
id, // The ID of the user
-}]
+}
```
diff --git a/www/apps/resources/references/modules/events/page.mdx b/www/apps/resources/references/modules/events/page.mdx
index c55a72c8de..9a513b0419 100644
--- a/www/apps/resources/references/modules/events/page.mdx
+++ b/www/apps/resources/references/modules/events/page.mdx
@@ -269,9 +269,9 @@ Emitted when a customer is deleted.
customer.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="customer.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the customer
-}]
+}
\`\`\``} />
Emitted when a customer is created.
@@ -279,9 +279,9 @@ Emitted when a customer is created.
#### Payload
```ts
-[{
+{
id, // The ID of the customer
-}]
+}
```
#### Workflows Emitting this Event
@@ -294,9 +294,9 @@ The following workflows emit this event when they're executed. These workflows a
---
customer.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="customer.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the customer
-}]
+}
\`\`\``} />
Emitted when a customer is updated.
@@ -304,9 +304,9 @@ Emitted when a customer is updated.
#### Payload
```ts
-[{
+{
id, // The ID of the customer
-}]
+}
```
#### Workflows Emitting this Event
@@ -318,9 +318,9 @@ The following workflows emit this event when they're executed. These workflows a
---
customer.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="customer.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the customer
-}]
+}
\`\`\``} />
Emitted when a customer is deleted.
@@ -328,9 +328,9 @@ Emitted when a customer is deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the customer
-}]
+}
```
#### Workflows Emitting this Event
@@ -506,9 +506,9 @@ The following workflows emit this event when they're executed. These workflows a
---
invite.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="invite.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the invite
-}]
+}
\`\`\``} />
Emitted when invites are created. You can listen to this event
@@ -517,9 +517,9 @@ to send an email to the invited users, for example.
#### Payload
```ts
-[{
+{
id, // The ID of the invite
-}]
+}
```
#### Workflows Emitting this Event
@@ -531,9 +531,9 @@ The following workflows emit this event when they're executed. These workflows a
---
invite.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="invite.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the invite
-}]
+}
\`\`\``} />
Emitted when invites are deleted.
@@ -541,9 +541,9 @@ Emitted when invites are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the invite
-}]
+}
```
#### Workflows Emitting this Event
@@ -555,9 +555,9 @@ The following workflows emit this event when they're executed. These workflows a
---
invite.resent>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="invite.resent" payload={`\`\`\`ts
-[{
+{
id, // The ID of the invite
-}]
+}
\`\`\``} />
Emitted when invites should be resent because their token was
@@ -567,9 +567,9 @@ for example.
#### Payload
```ts
-[{
+{
id, // The ID of the invite
-}]
+}
```
#### Workflows Emitting this Event
@@ -908,9 +908,9 @@ The following workflows emit this event when they're executed. These workflows a
---
order.completed>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="order.completed" payload={`\`\`\`ts
-[{
+{
id, // The ID of the order
-}]
+}
\`\`\``} />
Emitted when orders are completed.
@@ -918,9 +918,9 @@ Emitted when orders are completed.
#### Payload
```ts
-[{
+{
id, // The ID of the order
-}]
+}
```
#### Workflows Emitting this Event
@@ -932,9 +932,9 @@ The following workflows emit this event when they're executed. These workflows a
---
order.archived>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="order.archived" payload={`\`\`\`ts
-[{
+{
id, // The ID of the order
-}]
+}
\`\`\``} />
Emitted when an order is archived.
@@ -942,9 +942,9 @@ Emitted when an order is archived.
#### Payload
```ts
-[{
+{
id, // The ID of the order
-}]
+}
```
#### Workflows Emitting this Event
@@ -1273,9 +1273,9 @@ Emitted when product categories are deleted.
product-category.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-category.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product category
-}]
+}
\`\`\``} />
Emitted when product categories are created.
@@ -1283,9 +1283,9 @@ Emitted when product categories are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product category
-}]
+}
```
#### Workflows Emitting this Event
@@ -1297,9 +1297,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-category.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-category.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product category
-}]
+}
\`\`\``} />
Emitted when product categories are updated.
@@ -1307,9 +1307,9 @@ Emitted when product categories are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product category
-}]
+}
```
#### Workflows Emitting this Event
@@ -1321,9 +1321,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-category.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-category.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product category
-}]
+}
\`\`\``} />
Emitted when product categories are deleted.
@@ -1331,9 +1331,9 @@ Emitted when product categories are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product category
-}]
+}
```
#### Workflows Emitting this Event
@@ -1388,9 +1388,9 @@ Emitted when product collections are deleted.
product-collection.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-collection.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product collection
-}]
+}
\`\`\``} />
Emitted when product collections are created.
@@ -1398,9 +1398,9 @@ Emitted when product collections are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product collection
-}]
+}
```
#### Workflows Emitting this Event
@@ -1412,9 +1412,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-collection.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-collection.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product collection
-}]
+}
\`\`\``} />
Emitted when product collections are updated.
@@ -1422,9 +1422,9 @@ Emitted when product collections are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product collection
-}]
+}
```
#### Workflows Emitting this Event
@@ -1436,9 +1436,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-collection.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-collection.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product collection
-}]
+}
\`\`\``} />
Emitted when product collections are deleted.
@@ -1446,9 +1446,9 @@ Emitted when product collections are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product collection
-}]
+}
```
#### Workflows Emitting this Event
@@ -1503,9 +1503,9 @@ Emitted when product options are deleted.
product-option.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-option.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product option
-}]
+}
\`\`\``} />
Emitted when product options are updated.
@@ -1513,9 +1513,9 @@ Emitted when product options are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product option
-}]
+}
```
#### Workflows Emitting this Event
@@ -1527,9 +1527,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-option.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-option.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product option
-}]
+}
\`\`\``} />
Emitted when product options are created.
@@ -1537,9 +1537,9 @@ Emitted when product options are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product option
-}]
+}
```
#### Workflows Emitting this Event
@@ -1551,9 +1551,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-option.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-option.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product option
-}]
+}
\`\`\``} />
Emitted when product options are deleted.
@@ -1561,9 +1561,9 @@ Emitted when product options are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product option
-}]
+}
```
#### Workflows Emitting this Event
@@ -1618,9 +1618,9 @@ Emitted when product tags are deleted.
product-tag.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-tag.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product tag
-}]
+}
\`\`\``} />
Emitted when product tags are updated.
@@ -1628,9 +1628,9 @@ Emitted when product tags are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product tag
-}]
+}
```
#### Workflows Emitting this Event
@@ -1642,9 +1642,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-tag.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-tag.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product tag
-}]
+}
\`\`\``} />
Emitted when product tags are created.
@@ -1652,9 +1652,9 @@ Emitted when product tags are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product tag
-}]
+}
```
#### Workflows Emitting this Event
@@ -1666,9 +1666,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-tag.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-tag.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product tag
-}]
+}
\`\`\``} />
Emitted when product tags are deleted.
@@ -1676,9 +1676,9 @@ Emitted when product tags are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product tag
-}]
+}
```
#### Workflows Emitting this Event
@@ -1733,9 +1733,9 @@ Emitted when product types are deleted.
product-type.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-type.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product type
-}]
+}
\`\`\``} />
Emitted when product types are updated.
@@ -1743,9 +1743,9 @@ Emitted when product types are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product type
-}]
+}
```
#### Workflows Emitting this Event
@@ -1757,9 +1757,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-type.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-type.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product type
-}]
+}
\`\`\``} />
Emitted when product types are created.
@@ -1767,9 +1767,9 @@ Emitted when product types are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product type
-}]
+}
```
#### Workflows Emitting this Event
@@ -1781,9 +1781,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-type.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-type.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product type
-}]
+}
\`\`\``} />
Emitted when product types are deleted.
@@ -1791,9 +1791,9 @@ Emitted when product types are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product type
-}]
+}
```
#### Workflows Emitting this Event
@@ -1848,9 +1848,9 @@ Emitted when product variants are deleted.
product-variant.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-variant.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product variant
-}]
+}
\`\`\``} />
Emitted when product variants are updated.
@@ -1858,9 +1858,9 @@ Emitted when product variants are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product variant
-}]
+}
```
#### Workflows Emitting this Event
@@ -1873,9 +1873,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-variant.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-variant.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product variant
-}]
+}
\`\`\``} />
Emitted when product variants are created.
@@ -1883,9 +1883,9 @@ Emitted when product variants are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product variant
-}]
+}
```
#### Workflows Emitting this Event
@@ -1901,9 +1901,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product-variant.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product-variant.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product variant
-}]
+}
\`\`\``} />
Emitted when product variants are deleted.
@@ -1911,9 +1911,9 @@ Emitted when product variants are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product variant
-}]
+}
```
#### Workflows Emitting this Event
@@ -1969,9 +1969,9 @@ Emitted when products are deleted.
product.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product
-}]
+}
\`\`\``} />
Emitted when products are updated.
@@ -1979,9 +1979,9 @@ Emitted when products are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the product
-}]
+}
```
#### Workflows Emitting this Event
@@ -1995,9 +1995,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product
-}]
+}
\`\`\``} />
Emitted when products are created.
@@ -2005,9 +2005,9 @@ Emitted when products are created.
#### Payload
```ts
-[{
+{
id, // The ID of the product
-}]
+}
```
#### Workflows Emitting this Event
@@ -2021,9 +2021,9 @@ The following workflows emit this event when they're executed. These workflows a
---
product.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="product.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the product
-}]
+}
\`\`\``} />
Emitted when products are deleted.
@@ -2031,9 +2031,9 @@ Emitted when products are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the product
-}]
+}
```
#### Workflows Emitting this Event
@@ -2090,9 +2090,9 @@ Emitted when regions are deleted.
region.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="region.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the region
-}]
+}
\`\`\``} />
Emitted when regions are updated.
@@ -2100,9 +2100,9 @@ Emitted when regions are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the region
-}]
+}
```
#### Workflows Emitting this Event
@@ -2114,9 +2114,9 @@ The following workflows emit this event when they're executed. These workflows a
---
region.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="region.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the region
-}]
+}
\`\`\``} />
Emitted when regions are created.
@@ -2124,9 +2124,9 @@ Emitted when regions are created.
#### Payload
```ts
-[{
+{
id, // The ID of the region
-}]
+}
```
#### Workflows Emitting this Event
@@ -2138,9 +2138,9 @@ The following workflows emit this event when they're executed. These workflows a
---
region.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="region.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the region
-}]
+}
\`\`\``} />
Emitted when regions are deleted.
@@ -2148,9 +2148,9 @@ Emitted when regions are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the region
-}]
+}
```
#### Workflows Emitting this Event
@@ -2205,9 +2205,9 @@ Emitted when sales channels are deleted.
sales-channel.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="sales-channel.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the sales channel
-}]
+}
\`\`\``} />
Emitted when sales channels are created.
@@ -2215,9 +2215,9 @@ Emitted when sales channels are created.
#### Payload
```ts
-[{
+{
id, // The ID of the sales channel
-}]
+}
```
#### Workflows Emitting this Event
@@ -2229,9 +2229,9 @@ The following workflows emit this event when they're executed. These workflows a
---
sales-channel.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="sales-channel.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the sales channel
-}]
+}
\`\`\``} />
Emitted when sales channels are updated.
@@ -2239,9 +2239,9 @@ Emitted when sales channels are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the sales channel
-}]
+}
```
#### Workflows Emitting this Event
@@ -2253,9 +2253,9 @@ The following workflows emit this event when they're executed. These workflows a
---
sales-channel.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="sales-channel.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the sales channel
-}]
+}
\`\`\``} />
Emitted when sales channels are deleted.
@@ -2263,9 +2263,9 @@ Emitted when sales channels are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the sales channel
-}]
+}
```
#### Workflows Emitting this Event
@@ -2326,9 +2326,9 @@ Emitted when shipping option types are deleted.
v2.10.0
>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="shipping-option-type.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the shipping option type
-}]
+}
\`\`\``} />
Emitted when shipping option types are updated.
@@ -2336,9 +2336,9 @@ Emitted when shipping option types are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the shipping option type
-}]
+}
```
#### Workflows Emitting this Event
@@ -2353,9 +2353,9 @@ The following workflows emit this event when they're executed. These workflows a
v2.10.0
>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="shipping-option-type.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the shipping option type
-}]
+}
\`\`\``} />
Emitted when shipping option types are created.
@@ -2363,9 +2363,9 @@ Emitted when shipping option types are created.
#### Payload
```ts
-[{
+{
id, // The ID of the shipping option type
-}]
+}
```
#### Workflows Emitting this Event
@@ -2380,9 +2380,9 @@ The following workflows emit this event when they're executed. These workflows a
v2.10.0
>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="shipping-option-type.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the shipping option type
-}]
+}
\`\`\``} />
Emitted when shipping option types are deleted.
@@ -2390,9 +2390,9 @@ Emitted when shipping option types are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the shipping option type
-}]
+}
```
#### Workflows Emitting this Event
@@ -2447,9 +2447,9 @@ Emitted when users are deleted.
user.created>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="user.created" payload={`\`\`\`ts
-[{
+{
id, // The ID of the user
-}]
+}
\`\`\``} />
Emitted when users are created.
@@ -2457,9 +2457,9 @@ Emitted when users are created.
#### Payload
```ts
-[{
+{
id, // The ID of the user
-}]
+}
```
#### Workflows Emitting this Event
@@ -2473,9 +2473,9 @@ The following workflows emit this event when they're executed. These workflows a
---
user.updated>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="user.updated" payload={`\`\`\`ts
-[{
+{
id, // The ID of the user
-}]
+}
\`\`\``} />
Emitted when users are updated.
@@ -2483,9 +2483,9 @@ Emitted when users are updated.
#### Payload
```ts
-[{
+{
id, // The ID of the user
-}]
+}
```
#### Workflows Emitting this Event
@@ -2497,9 +2497,9 @@ The following workflows emit this event when they're executed. These workflows a
---
user.deleted>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="user.deleted" payload={`\`\`\`ts
-[{
+{
id, // The ID of the user
-}]
+}
\`\`\``} />
Emitted when users are deleted.
@@ -2507,9 +2507,9 @@ Emitted when users are deleted.
#### Payload
```ts
-[{
+{
id, // The ID of the user
-}]
+}
```
#### Workflows Emitting this Event
diff --git a/www/utils/generated/events-output.json b/www/utils/generated/events-output.json
index 22e6bb0768..0af806f764 100644
--- a/www/utils/generated/events-output.json
+++ b/www/utils/generated/events-output.json
@@ -51,7 +51,7 @@
"name": "customer.created",
"parentName": "CustomerWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the customer\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the customer\n}\n```",
"description": "Emitted when a customer is created.",
"workflows": [
"createCustomersWorkflow",
@@ -63,7 +63,7 @@
"name": "customer.updated",
"parentName": "CustomerWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the customer\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the customer\n}\n```",
"description": "Emitted when a customer is updated.",
"workflows": [
"updateCustomersWorkflow"
@@ -74,7 +74,7 @@
"name": "customer.deleted",
"parentName": "CustomerWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the customer\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the customer\n}\n```",
"description": "Emitted when a customer is deleted.",
"workflows": [
"deleteCustomersWorkflow",
@@ -121,7 +121,7 @@
"name": "order.completed",
"parentName": "OrderWorkflowEvents",
"propertyName": "COMPLETED",
- "payload": "```ts\n[{\n id, // The ID of the order\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the order\n}\n```",
"description": "Emitted when orders are completed.",
"workflows": [
"completeOrderWorkflow"
@@ -132,7 +132,7 @@
"name": "order.archived",
"parentName": "OrderWorkflowEvents",
"propertyName": "ARCHIVED",
- "payload": "```ts\n[{\n id, // The ID of the order\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the order\n}\n```",
"description": "Emitted when an order is archived.",
"workflows": [
"archiveOrderWorkflow"
@@ -258,7 +258,7 @@
"name": "user.created",
"parentName": "UserWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the user\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the user\n}\n```",
"description": "Emitted when users are created.",
"workflows": [
"createUsersWorkflow",
@@ -271,7 +271,7 @@
"name": "user.updated",
"parentName": "UserWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the user\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the user\n}\n```",
"description": "Emitted when users are updated.",
"workflows": [
"updateUsersWorkflow"
@@ -282,7 +282,7 @@
"name": "user.deleted",
"parentName": "UserWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the user\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the user\n}\n```",
"description": "Emitted when users are deleted.",
"workflows": [
"deleteUsersWorkflow",
@@ -305,7 +305,7 @@
"name": "sales-channel.created",
"parentName": "SalesChannelWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the sales channel\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the sales channel\n}\n```",
"description": "Emitted when sales channels are created.",
"workflows": [
"createSalesChannelsWorkflow"
@@ -316,7 +316,7 @@
"name": "sales-channel.updated",
"parentName": "SalesChannelWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the sales channel\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the sales channel\n}\n```",
"description": "Emitted when sales channels are updated.",
"workflows": [
"updateSalesChannelsWorkflow"
@@ -327,7 +327,7 @@
"name": "sales-channel.deleted",
"parentName": "SalesChannelWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the sales channel\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the sales channel\n}\n```",
"description": "Emitted when sales channels are deleted.",
"workflows": [
"deleteSalesChannelsWorkflow"
@@ -338,7 +338,7 @@
"name": "product-category.created",
"parentName": "ProductCategoryWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the product category\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product category\n}\n```",
"description": "Emitted when product categories are created.",
"workflows": [
"createProductCategoriesWorkflow"
@@ -349,7 +349,7 @@
"name": "product-category.updated",
"parentName": "ProductCategoryWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the product category\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product category\n}\n```",
"description": "Emitted when product categories are updated.",
"workflows": [
"updateProductCategoriesWorkflow"
@@ -360,7 +360,7 @@
"name": "product-category.deleted",
"parentName": "ProductCategoryWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the product category\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product category\n}\n```",
"description": "Emitted when product categories are deleted.",
"workflows": [
"deleteProductCategoriesWorkflow"
@@ -371,7 +371,7 @@
"name": "product-collection.created",
"parentName": "ProductCollectionWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the product collection\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product collection\n}\n```",
"description": "Emitted when product collections are created.",
"workflows": [
"createCollectionsWorkflow"
@@ -382,7 +382,7 @@
"name": "product-collection.updated",
"parentName": "ProductCollectionWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the product collection\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product collection\n}\n```",
"description": "Emitted when product collections are updated.",
"workflows": [
"updateCollectionsWorkflow"
@@ -393,7 +393,7 @@
"name": "product-collection.deleted",
"parentName": "ProductCollectionWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the product collection\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product collection\n}\n```",
"description": "Emitted when product collections are deleted.",
"workflows": [
"deleteCollectionsWorkflow"
@@ -404,7 +404,7 @@
"name": "product-variant.updated",
"parentName": "ProductVariantWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the product variant\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product variant\n}\n```",
"description": "Emitted when product variants are updated.",
"workflows": [
"updateProductVariantsWorkflow",
@@ -416,7 +416,7 @@
"name": "product-variant.created",
"parentName": "ProductVariantWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the product variant\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product variant\n}\n```",
"description": "Emitted when product variants are created.",
"workflows": [
"createProductVariantsWorkflow",
@@ -431,7 +431,7 @@
"name": "product-variant.deleted",
"parentName": "ProductVariantWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the product variant\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product variant\n}\n```",
"description": "Emitted when product variants are deleted.",
"workflows": [
"deleteProductVariantsWorkflow",
@@ -443,7 +443,7 @@
"name": "product.updated",
"parentName": "ProductWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the product\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product\n}\n```",
"description": "Emitted when products are updated.",
"workflows": [
"updateProductsWorkflow",
@@ -456,7 +456,7 @@
"name": "product.created",
"parentName": "ProductWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the product\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product\n}\n```",
"description": "Emitted when products are created.",
"workflows": [
"createProductsWorkflow",
@@ -469,7 +469,7 @@
"name": "product.deleted",
"parentName": "ProductWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the product\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product\n}\n```",
"description": "Emitted when products are deleted.",
"workflows": [
"deleteProductsWorkflow",
@@ -482,7 +482,7 @@
"name": "product-type.updated",
"parentName": "ProductTypeWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the product type\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product type\n}\n```",
"description": "Emitted when product types are updated.",
"workflows": [
"updateProductTypesWorkflow"
@@ -493,7 +493,7 @@
"name": "product-type.created",
"parentName": "ProductTypeWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the product type\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product type\n}\n```",
"description": "Emitted when product types are created.",
"workflows": [
"createProductTypesWorkflow"
@@ -504,7 +504,7 @@
"name": "product-type.deleted",
"parentName": "ProductTypeWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the product type\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product type\n}\n```",
"description": "Emitted when product types are deleted.",
"workflows": [
"deleteProductTypesWorkflow"
@@ -515,7 +515,7 @@
"name": "product-tag.updated",
"parentName": "ProductTagWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the product tag\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product tag\n}\n```",
"description": "Emitted when product tags are updated.",
"workflows": [
"updateProductTagsWorkflow"
@@ -526,7 +526,7 @@
"name": "product-tag.created",
"parentName": "ProductTagWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the product tag\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product tag\n}\n```",
"description": "Emitted when product tags are created.",
"workflows": [
"createProductTagsWorkflow"
@@ -537,7 +537,7 @@
"name": "product-tag.deleted",
"parentName": "ProductTagWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the product tag\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product tag\n}\n```",
"description": "Emitted when product tags are deleted.",
"workflows": [
"deleteProductTagsWorkflow"
@@ -548,7 +548,7 @@
"name": "product-option.updated",
"parentName": "ProductOptionWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the product option\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product option\n}\n```",
"description": "Emitted when product options are updated.",
"workflows": [
"updateProductOptionsWorkflow"
@@ -559,7 +559,7 @@
"name": "product-option.created",
"parentName": "ProductOptionWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the product option\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product option\n}\n```",
"description": "Emitted when product options are created.",
"workflows": [
"createProductOptionsWorkflow"
@@ -570,7 +570,7 @@
"name": "product-option.deleted",
"parentName": "ProductOptionWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the product option\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the product option\n}\n```",
"description": "Emitted when product options are deleted.",
"workflows": [
"deleteProductOptionsWorkflow"
@@ -592,7 +592,7 @@
"name": "invite.created",
"parentName": "InviteWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the invite\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the invite\n}\n```",
"description": "Emitted when invites are created. You can listen to this event\nto send an email to the invited users, for example.",
"workflows": [
"createInvitesWorkflow"
@@ -603,7 +603,7 @@
"name": "invite.deleted",
"parentName": "InviteWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the invite\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the invite\n}\n```",
"description": "Emitted when invites are deleted.",
"workflows": [
"deleteInvitesWorkflow"
@@ -614,7 +614,7 @@
"name": "invite.resent",
"parentName": "InviteWorkflowEvents",
"propertyName": "RESENT",
- "payload": "```ts\n[{\n id, // The ID of the invite\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the invite\n}\n```",
"description": "Emitted when invites should be resent because their token was\nrefreshed. You can listen to this event to send an email to the invited users,\nfor example.",
"workflows": [
"refreshInviteTokensWorkflow"
@@ -625,7 +625,7 @@
"name": "region.updated",
"parentName": "RegionWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the region\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the region\n}\n```",
"description": "Emitted when regions are updated.",
"workflows": [
"updateRegionsWorkflow"
@@ -636,7 +636,7 @@
"name": "region.created",
"parentName": "RegionWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the region\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the region\n}\n```",
"description": "Emitted when regions are created.",
"workflows": [
"createRegionsWorkflow"
@@ -647,7 +647,7 @@
"name": "region.deleted",
"parentName": "RegionWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the region\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the region\n}\n```",
"description": "Emitted when regions are deleted.",
"workflows": [
"deleteRegionsWorkflow"
@@ -680,7 +680,7 @@
"name": "shipping-option-type.updated",
"parentName": "ShippingOptionTypeWorkflowEvents",
"propertyName": "UPDATED",
- "payload": "```ts\n[{\n id, // The ID of the shipping option type\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the shipping option type\n}\n```",
"description": "Emitted when shipping option types are updated.",
"workflows": [
"updateShippingOptionTypesWorkflow"
@@ -692,7 +692,7 @@
"name": "shipping-option-type.created",
"parentName": "ShippingOptionTypeWorkflowEvents",
"propertyName": "CREATED",
- "payload": "```ts\n[{\n id, // The ID of the shipping option type\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the shipping option type\n}\n```",
"description": "Emitted when shipping option types are created.",
"workflows": [
"createShippingOptionTypesWorkflow"
@@ -704,7 +704,7 @@
"name": "shipping-option-type.deleted",
"parentName": "ShippingOptionTypeWorkflowEvents",
"propertyName": "DELETED",
- "payload": "```ts\n[{\n id, // The ID of the shipping option type\n}]\n```",
+ "payload": "```ts\n{\n id, // The ID of the shipping option type\n}\n```",
"description": "Emitted when shipping option types are deleted.",
"workflows": [
"deleteShippingOptionTypesWorkflow"
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_collections_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_collections_[id].ts
index 27b45796e1..a06f7768f0 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_collections_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_collections_[id].ts
@@ -64,9 +64,9 @@
* - name: product-collection.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product collection
- * }]
+ * }
* ```
* description: Emitted when product collections are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_customers_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_customers_[id].ts
index 307f7205a4..1ce4304fbb 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_customers_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_customers_[id].ts
@@ -82,9 +82,9 @@
* - name: customer.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the customer
- * }]
+ * }
* ```
* description: Emitted when a customer is deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_invites_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_invites_[id].ts
index 3c85cf23ec..d9b8877dea 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_invites_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_invites_[id].ts
@@ -81,9 +81,9 @@
* - name: invite.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the invite
- * }]
+ * }
* ```
* description: Emitted when invites are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_product-categories_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_product-categories_[id].ts
index 012444c9af..6864cdbbe7 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_product-categories_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_product-categories_[id].ts
@@ -64,9 +64,9 @@
* - name: product-category.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product category
- * }]
+ * }
* ```
* description: Emitted when product categories are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_product-tags_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_product-tags_[id].ts
index bf7e66d113..d5a5d6363e 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_product-tags_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_product-tags_[id].ts
@@ -64,9 +64,9 @@
* - name: product-tag.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product tag
- * }]
+ * }
* ```
* description: Emitted when product tags are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_product-types_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_product-types_[id].ts
index c8228d9d83..ff7df239f4 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_product-types_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_product-types_[id].ts
@@ -64,9 +64,9 @@
* - name: product-type.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product type
- * }]
+ * }
* ```
* description: Emitted when product types are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id].ts
index 40691e1df4..e32d328d4e 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id].ts
@@ -64,9 +64,9 @@
* - name: product.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product
- * }]
+ * }
* ```
* description: Emitted when products are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id]_options_[option_id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id]_options_[option_id].ts
index c538491059..d7d53e301f 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id]_options_[option_id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id]_options_[option_id].ts
@@ -86,9 +86,9 @@
* - name: product-option.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product option
- * }]
+ * }
* ```
* description: Emitted when product options are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id]_variants_[variant_id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id]_variants_[variant_id].ts
index e9c4495c1e..3171ce8a1f 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id]_variants_[variant_id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_products_[id]_variants_[variant_id].ts
@@ -83,9 +83,9 @@
* - name: product-variant.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product variant
- * }]
+ * }
* ```
* description: Emitted when product variants are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_regions_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_regions_[id].ts
index e41836e941..8de1334cde 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_regions_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_regions_[id].ts
@@ -83,9 +83,9 @@
* - name: region.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the region
- * }]
+ * }
* ```
* description: Emitted when regions are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_sales-channels_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_sales-channels_[id].ts
index 3e17231420..4e11efdeb5 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_sales-channels_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_sales-channels_[id].ts
@@ -64,9 +64,9 @@
* - name: sales-channel.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the sales channel
- * }]
+ * }
* ```
* description: Emitted when sales channels are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_shipping-option-types_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_shipping-option-types_[id].ts
index 2d7d913d89..2d55711b16 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_shipping-option-types_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_shipping-option-types_[id].ts
@@ -65,9 +65,9 @@
* - name: shipping-option-type.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the shipping option type
- * }]
+ * }
* ```
* description: Emitted when shipping option types are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/delete_admin_users_[id].ts b/www/utils/generated/oas-output/operations/admin/delete_admin_users_[id].ts
index 3b61f99198..477ef06e42 100644
--- a/www/utils/generated/oas-output/operations/admin/delete_admin_users_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/delete_admin_users_[id].ts
@@ -61,9 +61,9 @@
* - name: user.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the user
- * }]
+ * }
* ```
* description: Emitted when users are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_collections.ts b/www/utils/generated/oas-output/operations/admin/post_admin_collections.ts
index 54523f892d..548ed7f0bc 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_collections.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_collections.ts
@@ -105,9 +105,9 @@
* - name: product-collection.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product collection
- * }]
+ * }
* ```
* description: Emitted when product collections are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_collections_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_collections_[id].ts
index 5a63499858..37f9e0b24e 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_collections_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_collections_[id].ts
@@ -108,9 +108,9 @@
* - name: product-collection.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product collection
- * }]
+ * }
* ```
* description: Emitted when product collections are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_customers.ts b/www/utils/generated/oas-output/operations/admin/post_admin_customers.ts
index 02af792037..ca8781870a 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_customers.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_customers.ts
@@ -129,9 +129,9 @@
* - name: customer.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the customer
- * }]
+ * }
* ```
* description: Emitted when a customer is created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_customers_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_customers_[id].ts
index be318cb674..41c4189f9e 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_customers_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_customers_[id].ts
@@ -135,9 +135,9 @@
* - name: customer.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the customer
- * }]
+ * }
* ```
* description: Emitted when a customer is updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_invites.ts b/www/utils/generated/oas-output/operations/admin/post_admin_invites.ts
index 646fc6c61e..15dc207525 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_invites.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_invites.ts
@@ -92,9 +92,9 @@
* - name: invite.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the invite
- * }]
+ * }
* ```
* description: |-
* Emitted when invites are created. You can listen to this event
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_invites_[id]_resend.ts b/www/utils/generated/oas-output/operations/admin/post_admin_invites_[id]_resend.ts
index dac831b4ed..e4e8fabbe9 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_invites_[id]_resend.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_invites_[id]_resend.ts
@@ -74,9 +74,9 @@
* - name: invite.resent
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the invite
- * }]
+ * }
* ```
* description: |-
* Emitted when invites should be resent because their token was
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_invites_accept.ts b/www/utils/generated/oas-output/operations/admin/post_admin_invites_accept.ts
index 91d21f1e53..b927dcce3e 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_invites_accept.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_invites_accept.ts
@@ -95,9 +95,9 @@
* - name: user.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the user
- * }]
+ * }
* ```
* description: Emitted when users are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_archive.ts b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_archive.ts
index 584d7af8a7..f00ecd51c1 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_archive.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_archive.ts
@@ -80,9 +80,9 @@
* - name: order.archived
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the order
- * }]
+ * }
* ```
* description: Emitted when an order is archived.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_complete.ts b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_complete.ts
index f87426ef4f..624ccb6137 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_complete.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_complete.ts
@@ -90,9 +90,9 @@
* - name: order.completed
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the order
- * }]
+ * }
* ```
* description: Emitted when orders are completed.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_product-categories.ts b/www/utils/generated/oas-output/operations/admin/post_admin_product-categories.ts
index 658948898d..4756108523 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_product-categories.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_product-categories.ts
@@ -107,9 +107,9 @@
* - name: product-category.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product category
- * }]
+ * }
* ```
* description: Emitted when product categories are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_product-categories_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_product-categories_[id].ts
index ab2f41381f..9d4deaac57 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_product-categories_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_product-categories_[id].ts
@@ -112,9 +112,9 @@
* - name: product-category.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product category
- * }]
+ * }
* ```
* description: Emitted when product categories are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_product-tags.ts b/www/utils/generated/oas-output/operations/admin/post_admin_product-tags.ts
index 7bd03922c7..f49f1993ce 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_product-tags.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_product-tags.ts
@@ -82,9 +82,9 @@
* - name: product-tag.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product tag
- * }]
+ * }
* ```
* description: Emitted when product tags are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_product-tags_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_product-tags_[id].ts
index 5c53bf580d..e0edf6c229 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_product-tags_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_product-tags_[id].ts
@@ -87,9 +87,9 @@
* - name: product-tag.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product tag
- * }]
+ * }
* ```
* description: Emitted when product tags are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_product-types.ts b/www/utils/generated/oas-output/operations/admin/post_admin_product-types.ts
index fd163350ab..f507e7c358 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_product-types.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_product-types.ts
@@ -82,9 +82,9 @@
* - name: product-type.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product type
- * }]
+ * }
* ```
* description: Emitted when product types are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_product-types_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_product-types_[id].ts
index a5efdbe256..3d7e6b85db 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_product-types_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_product-types_[id].ts
@@ -87,9 +87,9 @@
* - name: product-type.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product type
- * }]
+ * }
* ```
* description: Emitted when product types are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_products.ts b/www/utils/generated/oas-output/operations/admin/post_admin_products.ts
index d9dd35d39c..f6eb641d4a 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_products.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_products.ts
@@ -109,18 +109,18 @@
* - name: product-variant.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product variant
- * }]
+ * }
* ```
* description: Emitted when product variants are created.
* deprecated: false
* - name: product.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product
- * }]
+ * }
* ```
* description: Emitted when products are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id].ts
index ab99c84b41..f1256b4181 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id].ts
@@ -91,9 +91,9 @@
* - name: product.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product
- * }]
+ * }
* ```
* description: Emitted when products are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_options.ts b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_options.ts
index bcad912f76..0b5891a608 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_options.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_options.ts
@@ -103,9 +103,9 @@
* - name: product-option.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product option
- * }]
+ * }
* ```
* description: Emitted when product options are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_options_[option_id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_options_[option_id].ts
index 1721bc56c2..1cdfd11d83 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_options_[option_id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_options_[option_id].ts
@@ -102,9 +102,9 @@
* - name: product-option.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product option
- * }]
+ * }
* ```
* description: Emitted when product options are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants.ts b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants.ts
index 5151306dae..77e84bf188 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants.ts
@@ -106,9 +106,9 @@
* - name: product-variant.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product variant
- * }]
+ * }
* ```
* description: Emitted when product variants are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants_[variant_id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants_[variant_id].ts
index 208d035b7c..d2a0650b35 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants_[variant_id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants_[variant_id].ts
@@ -102,9 +102,9 @@
* - name: product-variant.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product variant
- * }]
+ * }
* ```
* description: Emitted when product variants are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants_batch.ts b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants_batch.ts
index 6c2e2cb38e..37d98af666 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants_batch.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_products_[id]_variants_batch.ts
@@ -99,27 +99,27 @@
* - name: product-variant.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product variant
- * }]
+ * }
* ```
* description: Emitted when product variants are updated.
* deprecated: false
* - name: product-variant.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product variant
- * }]
+ * }
* ```
* description: Emitted when product variants are created.
* deprecated: false
* - name: product-variant.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product variant
- * }]
+ * }
* ```
* description: Emitted when product variants are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_products_batch.ts b/www/utils/generated/oas-output/operations/admin/post_admin_products_batch.ts
index 6e46d51604..7613dd2ead 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_products_batch.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_products_batch.ts
@@ -104,36 +104,36 @@
* - name: product-variant.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product variant
- * }]
+ * }
* ```
* description: Emitted when product variants are created.
* deprecated: false
* - name: product.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product
- * }]
+ * }
* ```
* description: Emitted when products are updated.
* deprecated: false
* - name: product.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product
- * }]
+ * }
* ```
* description: Emitted when products are created.
* deprecated: false
* - name: product.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product
- * }]
+ * }
* ```
* description: Emitted when products are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_products_import.ts b/www/utils/generated/oas-output/operations/admin/post_admin_products_import.ts
index 197317a0f3..c5018bd37c 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_products_import.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_products_import.ts
@@ -64,36 +64,36 @@
* - name: product-variant.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product variant
- * }]
+ * }
* ```
* description: Emitted when product variants are created.
* deprecated: false
* - name: product.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product
- * }]
+ * }
* ```
* description: Emitted when products are updated.
* deprecated: false
* - name: product.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product
- * }]
+ * }
* ```
* description: Emitted when products are created.
* deprecated: false
* - name: product.deleted
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the product
- * }]
+ * }
* ```
* description: Emitted when products are deleted.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_regions.ts b/www/utils/generated/oas-output/operations/admin/post_admin_regions.ts
index 5c3218b0e9..e076d275f7 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_regions.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_regions.ts
@@ -84,9 +84,9 @@
* - name: region.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the region
- * }]
+ * }
* ```
* description: Emitted when regions are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_regions_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_regions_[id].ts
index d95ad31276..8e0a673fe9 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_regions_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_regions_[id].ts
@@ -87,9 +87,9 @@
* - name: region.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the region
- * }]
+ * }
* ```
* description: Emitted when regions are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_sales-channels.ts b/www/utils/generated/oas-output/operations/admin/post_admin_sales-channels.ts
index 79a5120d9b..cf0cd15c1f 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_sales-channels.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_sales-channels.ts
@@ -83,9 +83,9 @@
* - name: sales-channel.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the sales channel
- * }]
+ * }
* ```
* description: Emitted when sales channels are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_sales-channels_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_sales-channels_[id].ts
index 423866e044..73bad3f221 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_sales-channels_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_sales-channels_[id].ts
@@ -91,9 +91,9 @@
* - name: sales-channel.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the sales channel
- * }]
+ * }
* ```
* description: Emitted when sales channels are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_shipping-option-types.ts b/www/utils/generated/oas-output/operations/admin/post_admin_shipping-option-types.ts
index bc97c81bfa..e1140fd388 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_shipping-option-types.ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_shipping-option-types.ts
@@ -86,9 +86,9 @@
* - name: shipping-option-type.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the shipping option type
- * }]
+ * }
* ```
* description: Emitted when shipping option types are created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_shipping-option-types_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_shipping-option-types_[id].ts
index 0562fec105..1d0b2e4742 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_shipping-option-types_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_shipping-option-types_[id].ts
@@ -85,9 +85,9 @@
* - name: shipping-option-type.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the shipping option type
- * }]
+ * }
* ```
* description: Emitted when shipping option types are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_users_[id].ts b/www/utils/generated/oas-output/operations/admin/post_admin_users_[id].ts
index 1725d5b7da..be5b0d2314 100644
--- a/www/utils/generated/oas-output/operations/admin/post_admin_users_[id].ts
+++ b/www/utils/generated/oas-output/operations/admin/post_admin_users_[id].ts
@@ -88,9 +88,9 @@
* - name: user.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the user
- * }]
+ * }
* ```
* description: Emitted when users are updated.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/store/post_store_customers.ts b/www/utils/generated/oas-output/operations/store/post_store_customers.ts
index a582ec5e8c..8785dd9347 100644
--- a/www/utils/generated/oas-output/operations/store/post_store_customers.ts
+++ b/www/utils/generated/oas-output/operations/store/post_store_customers.ts
@@ -112,9 +112,9 @@
* - name: customer.created
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the customer
- * }]
+ * }
* ```
* description: Emitted when a customer is created.
* deprecated: false
diff --git a/www/utils/generated/oas-output/operations/store/post_store_customers_me.ts b/www/utils/generated/oas-output/operations/store/post_store_customers_me.ts
index 066518bf59..1568372029 100644
--- a/www/utils/generated/oas-output/operations/store/post_store_customers_me.ts
+++ b/www/utils/generated/oas-output/operations/store/post_store_customers_me.ts
@@ -101,9 +101,9 @@
* - name: customer.updated
* payload: |-
* ```ts
- * [{
+ * {
* id, // The ID of the customer
- * }]
+ * }
* ```
* description: Emitted when a customer is updated.
* deprecated: false