Skip to main content
Anchor to companyLocationAssignAddress

companyLocationAssignAddress

mutation

Requires customer_write_customers access scope or customer_write_companies access scope.

Updates an address on a company location.

•CompanyAddressInput!
required

The input fields to use to update the address.

Show input fields
•[CompanyAddressType!]!
required

The list of address types on the location to update.

Show enum values
•ID!
required

The ID of the company location to update addresses on.


Was this section helpful?

Anchor to CompanyLocationAssignAddressPayload returnsCompanyLocationAssignAddressPayload returns

•[CompanyAddress!]

The list of updated addresses on the company location.

Show fields
•[BusinessCustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?