Example notification object
{
  "object": "notification",
  "id": 849927739,
  "language_code": "en",
  "notification_payloads": [],
  "notification_type": null,
  "created_at": 1530170040
}

A notification is a message intended for the merchant and / or the online shopper. In our API, the type is available on the notification_type object and the payloads that have been sent through various channels are available on the notification_payloads objects.

FIELDDESCRIPTION
id
integer
Unique identifier of the notification
language_code
string
Language of the customer, copied from the order language_code
notification_payloads
list of notification_payloads
Materializes the payloads that have been sent through various channels for the notification
notification_type
notification_type
Details about the notification
created_at
datetime
Time at which the notification was created