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

View File

@@ -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
* }
* ```