Webhook list updated
New webhook types:
/** 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';