diff --git a/www/apps/resources/references/modules/events/page.mdx b/www/apps/resources/references/modules/events/page.mdx index b65f07038c..579f9f8e0b 100644 --- a/www/apps/resources/references/modules/events/page.mdx +++ b/www/apps/resources/references/modules/events/page.mdx @@ -379,7 +379,7 @@ Emitted when a fulfillment is marked as delivered. shipment.created), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="shipment.created" payload={`\`\`\`ts { - id, // the ID of the shipment + id, // the ID of the fulfillment no_notification, // (boolean) whether to notify the customer } \`\`\``} /> @@ -390,7 +390,7 @@ Emitted when a shipment is created for an order. ```ts { - id, // the ID of the shipment + id, // the ID of the fulfillment no_notification, // (boolean) whether to notify the customer } ``` diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_fulfillments_[fulfillment_id]_shipments.ts b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_fulfillments_[fulfillment_id]_shipments.ts index 6b4e5a8b06..47ce073af5 100644 --- a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_fulfillments_[fulfillment_id]_shipments.ts +++ b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_fulfillments_[fulfillment_id]_shipments.ts @@ -171,7 +171,7 @@ * payload: |- * ```ts * { - * id, // the ID of the shipment + * id, // the ID of the fulfillment * no_notification, // (boolean) whether to notify the customer * } * ```