Skip to main content

SelectedShippingSelectionInput

A chosen selection: its secureId plus the displayed name and timeslot/location.

input SelectedShippingSelectionInput {
secureId: String!
name: String
timeslot: SelectedShippingTimeslotInput
location: SelectedShippingLocationInput
}

Fields

secureId ● String!

name ● String

timeslot ● SelectedShippingTimeslotInput

location ● SelectedShippingLocationInput

Example

{
"timeslot": {
"start": "2024-05-03T11:52:33Z"
},
"location": {
"address": {}
}
}