Reference documentation and code samples for the Google Shopping Merchant Notifications V1 Client class NotificationEventType.
Represents the event type that the merchant is interested in receiving notifications for.
Protobuf type google.shopping.merchant.notifications.v1.NotificationSubscription.NotificationEventType
Namespace
Google \ Shopping \ Merchant \ Notifications \ V1 \ NotificationSubscriptionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
NOTIFICATION_EVENT_TYPE_UNSPECIFIED
Value: 0
Notifications event type is unspecified.
Generated from protobuf enum NOTIFICATION_EVENT_TYPE_UNSPECIFIED = 0;
PRODUCT_STATUS_CHANGE
Value: 1
Notification of product status changes, for example when product becomes disapproved.
Generated from protobuf enum PRODUCT_STATUS_CHANGE = 1;