docs: fix comment for shipment.created event (#13274)
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
|
|||||||
Reference in New Issue
Block a user