Skip to content

Commit de3fba6

Browse files
authored
docs: fix comment for shipment.created event (medusajs#13274)
1 parent 36c20ed commit de3fba6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

www/apps/resources/references/modules/events/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Emitted when a fulfillment is marked as delivered.
379379

380380
<EventHeader headerLvl="3" headerProps={{ id: "shipmentcreated", children: (<>shipment.created</>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="shipment.created" payload={`\`\`\`ts
381381
{
382-
id, // the ID of the shipment
382+
id, // the ID of the fulfillment
383383
no_notification, // (boolean) whether to notify the customer
384384
}
385385
\`\`\``} />
@@ -390,7 +390,7 @@ Emitted when a shipment is created for an order.
390390

391391
```ts
392392
{
393-
id, // the ID of the shipment
393+
id, // the ID of the fulfillment
394394
no_notification, // (boolean) whether to notify the customer
395395
}
396396
```

www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_fulfillments_[fulfillment_id]_shipments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
* payload: |-
172172
* ```ts
173173
* {
174-
* id, // the ID of the shipment
174+
* id, // the ID of the fulfillment
175175
* no_notification, // (boolean) whether to notify the customer
176176
* }
177177
* ```

0 commit comments

Comments
 (0)