docs: fix comment for shipment.created event (#13274)

This commit is contained in:
Shahed Nasser
2025-08-22 13:08:04 +03:00
committed by GitHub
parent 36c20ed188
commit de3fba6f86
2 changed files with 3 additions and 3 deletions
@@ -379,7 +379,7 @@ Emitted when a fulfillment is marked as delivered.
<EventHeader headerLvl="3" headerProps={{ id: "shipmentcreated", children: (<>shipment.created</>), className: "flex flex-wrap justify-center gap-docs_0.25" }} eventName="shipment.created" payload={`\`\`\`ts <EventHeader headerLvl="3" headerProps={{ id: "shipmentcreated", children: (<>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 no_notification, // (boolean) whether to notify the customer
} }
\`\`\``} /> \`\`\``} />
@@ -390,7 +390,7 @@ Emitted when a shipment is created for an order.
```ts ```ts
{ {
id, // the ID of the shipment id, // the ID of the fulfillment
no_notification, // (boolean) whether to notify the customer no_notification, // (boolean) whether to notify the customer
} }
``` ```
@@ -171,7 +171,7 @@
* payload: |- * payload: |-
* ```ts * ```ts
* { * {
* id, // the ID of the shipment * id, // the ID of the fulfillment
* no_notification, // (boolean) whether to notify the customer * no_notification, // (boolean) whether to notify the customer
* } * }
* ``` * ```