Dispatch Availability Run in API Explorer
Ask AI
POST
/fulfillment/validate
curl \
--request POST 'https://api.staging.deliverect.com/fulfillment/validate' \
--header "Content-Type: application/json" \
--data '{"deliveryLocations":{"packageSize":"unknown","name":"None","phone":"None","coordinates":{"coordinates":[-113,-113]},"street":"customer street and number","city":"customer city","country":"customer country","postalCode":"postal code","deliveryTime":"2024-10-17T10:00:00Z"},"channelLinkId":"61bcc34f657cc48c23eb60d5"}'
Request examples
{
"deliveryLocations": {
"packageSize": "unknown",
"name": "None",
"phone": "None",
"coordinates": {
"coordinates": [
-113,
-113
]
},
"street": "customer street and number",
"city": "customer city",
"country": "customer country",
"postalCode": "postal code",
"deliveryTime": "2024-10-17T10:00:00Z"
},
"channelLinkId": "61bcc34f657cc48c23eb60d5"
}
Response examples (200)
[
{
"validationId": "63171d81a8f1fd71d34b5efe",
"available": true,
"expiresAt": "2022-09-06 10:24:25.445709",
"deliveryTimeETA": "2022-08-08 11:00:00",
"price": 0
}
]