Skip to main content
Anchor to CompanyLocationCreatePayload

CompanyLocationCreatePayload

payload

Return type for companyLocationCreate mutation.

•CompanyLocation

The created 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

Creates a new location for a Company. Company locations are branches or offices where B2B customers can place orders with specific pricing, catalogs, and payment terms.

Creates a company location. Each location can have its own billing and shipping addresses, tax settings, and buyer experience configuration. You can assign staff members and CompanyContact objects to manage the location.

Arguments

•ID!
required

The ID of the company that the company location belongs to.

•CompanyLocationInput!
required

The fields to use to create the company location.



Was this section helpful?