Home > @vsf-enterprise/commercetools-api > updateBillingAddressMutation

# updateBillingAddressMutation variable

Portion of the GraphQL query used in the updateBillingAddress API endpoint

Signature:

updateBillingAddressMutation = "\n  mutation updateBillingAddress($version: Long!, $actions: [MyCustomerUpdateAction!]!, $storeKey: KeyReferenceInput) {\n    user: updateMyCustomer(version: $version, actions: $actions, storeKey: $storeKey) {\n      ...DefaultCustomer\n    }\n  }\n"