allowedSupplyStartDates
A list of dates on which quoted products can start supply.
Arguments
Whether the quote is for a domestic or business account. Defaults to domestic.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query AllowedSupplyStartDates($isDomestic: Boolean) {
allowedSupplyStartDates(isDomestic: $isDomestic)
}
Variables
{
"isDomestic": true
}
Response
{
"data": {
"allowedSupplyStartDates": "2024-05-07"
}
}