Skip to main content

SelectedShippingTimeslot

Timeslot branch of a stored selection.

type SelectedShippingTimeslot {
start: DateTime!
end: DateTime!
}

Fields

start ● DateTime!

Start of the delivery window.

end ● DateTime!

End of the delivery window.

Example

{
"start": "2024-05-03T11:52:33Z"
}