getAccountCheckoutInformation
Returns basic product information to finalize checkout.
Arguments
Returns
AccountCheckoutInformationOutputPossible Errors
Allowed Viewers
Required Permissions
Can create accountsQuery Complexity
1Examples
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 GetAccountCheckoutInformation($input: AccountCheckoutInformationInput!) {
getAccountCheckoutInformation(input: $input) {
depositRequiredForPrepayProduct
isPrepayProduct
prepayProductBalanceThreshold
pricePerKwh
productId
productName
}
}
Variables
{
"input": AccountCheckoutInformationInput
}
Response
{
"data": {
"getAccountCheckoutInformation": {
"depositRequiredForPrepayProduct": true,
"isPrepayProduct": true,
"prepayProductBalanceThreshold": 12,
"pricePerKwh": "1.0",
"productId": "34810318",
"productName": "despite-computer-town-best-some"
}
}
}