Skip to main content
Anchor to CompanyLocationUpdatePayload

CompanyLocationUpdatePayload

payload

Return type for companyLocationUpdate mutation.

•CompanyLocation

The updated company location.

•[BusinessCustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates a company location's information and B2B checkout settings. Company locations are branches or offices where CompanyContact members place orders on behalf of the company. Contacts must be assigned to a location through roleAssignments to place orders.

The mutation modifies details such as the location's name, contact information, preferred locale, and internal notes. You can also configure the B2B checkout experience through BuyerExperienceConfiguration settings that control whether orders require merchant review, PaymentTermsTemplate settings, shipping address editing permissions, and DepositConfiguration requirements.

Learn more about managing company locations.

Arguments

•ID!
required

The ID of the company location to update.

•CompanyLocationUpdateInput!
required

The input fields to update in the company location.



Was this section helpful?