SelectedShippingSelection
The chosen, validated selection.
type SelectedShippingSelection {
reference: String!
kind: ShippingSelectionKind!
name: String
timeslot: SelectedShippingTimeslot
location: SelectedShippingLocation
}
Fields
reference ● String!
The selection's reference.
kind ● ShippingSelectionKind!
What kind of thing was chosen, even when its details are unknown.
name ● String
Display name of the selection (e.g. pickup point or timeslot label).
timeslot ● SelectedShippingTimeslot
Timeslot branch of the snapshot, if the selection is a timeslot.
location ● SelectedShippingLocation
Pickup-location branch of the snapshot, if the selection is a location.
Example
{
"timeslot": {
"start": "2024-05-03T11:52:33Z"
},
"location": {
"address": {}
}
}