Skip to content

Commit

Permalink
Updated available webhook list. (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatispelcers authored and briedis committed Nov 5, 2018
1 parent cb15231 commit 394d788
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Structures/Webhook/WebhookItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ class WebhookItem extends BaseItem
const TYPE_PRODUCT_SYNCED = 'product_synced';
/** Is called when stock is updated for some of product's variants. */
const TYPE_STOCK_UPDATED = 'stock_updated';
/** Is called when order is put on hold. */
const TYPE_ORDER_PUT_HOLD = 'order_put_hold';
/** Is called when order is removed from hold. */
const TYPE_ORDER_REMOVE_HOLD = 'order_remove_hold';
/** Is called when a shipment is processed as returned to the fulfillment facility. */
const TYPE_PACKAGE_RETURNED = 'package_returned';

/**
* @var string
Expand Down

0 comments on commit 394d788

Please sign in to comment.