{
"object": "notification",
"id": 849927739,
"category": "package_delivered",
"language_code": "en",
"name": "Package Delivered to 3rd Party",
"slug": "package_delivered_to_3rd_party",
"created_at": 1530170040,
"updated_at": 1530255600,
"source": null
}A notification is a message intended for the merchant and / or the online shopper. The webhook sent by Shipup will contain an update about the order preparation and delivery progress. This notification can be delivered using several channels at once.
FIELD | DESCRIPTION |
|---|---|
id integer | Unique identifier of the notification |
category | Category of the notification |
language_code | Language of the customer, copied from the order |
name | Human-readable name of the notification type for this notification. Don't rely on this field to uniquely identify a type of notification, prefer using the |
slug | Slug of the notification type for this notification |
source | Object the notification originated from |
created_at | Time at which the notification was created |
updated_at | Time at which the notification was last updated |
