Mutations

updateCompanyAddress

Update an existing address for the current user's company.

Update an existing address for the current user's company.

updateCompanyAddress(
  addressId: String!
  address: UpdateCompanyAddressInputType!
  channelId: String
  languageId: String
  marketId: String
): Boolean

Arguments

addressId ● String! non-null scalar required

The ID of the address to update.

address ● UpdateCompanyAddressInputType! non-null input required

The address fields to update.

channelId ● String scalar

The channel ID. Will default to an existing value if it is not found.

languageId ● String scalar

The language ID. Will default to an existing value if it is not found.

marketId ● String scalar

The market ID. Will default to an existing value if it is not found.

Type

Boolean scalar

The Boolean scalar type represents true or false.