object

ShipmentPromise

Shipment level promise information which denotes time in 3 different formats i.e formatted time, timestamp and iso format.
Fields
Min and Max Delivery promise formatted timestamp. Example: { min: 'Tomorrow', max: 'Day after' }
Shipment level promise times. Example: { min: 1702051200, max: 1702137600 }
Promise in ISO format. Example: { min: '2025-10-08T10:00:00Z', max: '2025-10-09T18:00:00Z' }