Skip to main content

ShipmentWindow

shipmentDateFromstring<date-time>

The first date of the shipment window

Example: 2021-05-07T00:00:00+00:00
shipmentDateTostring<date-time>

The last date of the shipment window

Example: 2021-05-15T00:00:00+00:00
shipmentNotestringnullable

Note on the shipment window

Example: Acknowledged
ShipmentWindow
{
"shipmentDateFrom": "2021-05-07T00:00:00+00:00",
"shipmentDateTo": "2021-05-15T00:00:00+00:00",
"shipmentNote": "Acknowledged"
}