billingDetailsUpdate
Graphql fields and variables for the billingDetailsUpdate mutation
Update the billing details for an account
Scope required: billing:write
For a complete list of input attributes see the BillingDetailsAttributes type
mutation billingDetailsUpdate ($id: ID!, $attributes: BillingDetailsAttributes!) {
billingDetailsUpdate (id: $id, attributes: $attributes) {
billingDetails {
billingCity
billingCountry
billingState
billingStreet
billingZip
name
taxNumber
}
errors
}
}
Arguments
{
"id": "456123",
"attributes": {
"billingStreet": "",
"billingCity": "",
"billingState": "",
"billingZip": "",
"billingCountry": "",
"billingContactEmail": "",
"taxNumber": ""
}
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?