InboundDelivery
Represents inbound delivery time of a product
type InboundDelivery {
expectedAt: DateTime!
}
Fields
expectedAt ● DateTime!
Expected inbound delivery date
Example
{
"expectedAt": "2024-05-03T11:52:33Z"
}