ShipmentNotificationResult
The result of an individual shipment notification request
Name | Type | Nullable? | Description |
---|---|---|---|
confirmation_code | string | ✔ | An optional confirmation code associated with this notification |
failure_reason | string | ✔ | If succeeded was false use this field to indicate why |
notification_id | string | The notification id from the request | |
status | ✔ | Indicates the status for the third party receiving this notification | |
submission_id | string | ✔ | A unique identifier that is used to query the third party about the status of this notification in the notification_status endpoint |
succeeded | boolean | ✔ | Indicates whether or not this request was successful. |