Skip to content

Commit 394d788

Browse files
gatispelcersbriedis
authored andcommitted
Updated available webhook list. (#18)
1 parent cb15231 commit 394d788

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Structures/Webhook/WebhookItem.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ class WebhookItem extends BaseItem
1818
const TYPE_PRODUCT_SYNCED = 'product_synced';
1919
/** Is called when stock is updated for some of product's variants. */
2020
const TYPE_STOCK_UPDATED = 'stock_updated';
21+
/** Is called when order is put on hold. */
22+
const TYPE_ORDER_PUT_HOLD = 'order_put_hold';
23+
/** Is called when order is removed from hold. */
24+
const TYPE_ORDER_REMOVE_HOLD = 'order_remove_hold';
25+
/** Is called when a shipment is processed as returned to the fulfillment facility. */
26+
const TYPE_PACKAGE_RETURNED = 'package_returned';
2127

2228
/**
2329
* @var string

0 commit comments

Comments
 (0)