The message that the merchant will receive to notify about product status change event
JSON representation |
---|
{ "changes": [ { object ( |
Fields | |
---|---|
changes[] |
A message to describe the change that happened to the product |
account |
The target account that owns the entity that changed. Format : |
managingAccount |
The account that manages the merchant's account. can be the same as merchant id if it is standalone account. Format : |
resourceType |
The resource that changed, in this case it will always be |
attribute |
The attribute in the resource that changed, in this case it will be always |
resourceId |
The product id. |
resource |
The product name. Format: |
expirationTime |
Optional. The product expiration time. This field will not be set if the notification is sent for a product deletion event. |
eventTime |
The time at which the event was generated. If you want to order the notification messages you receive you should rely on this field not on the order of receiving the notifications. |