Skip to main content
Anchor to CompanyCreatePayload

CompanyCreatePayload

payload

Return type for companyCreate mutation.

•Company

The created company.

Show fields
•[BusinessCustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Creates a Company for B2B commerce. This mutation creates the company and can optionally create an initial CompanyContact and CompanyLocation in a single operation. Company contacts are people who place orders on behalf of the company. Company locations are branches or offices with their own billing and shipping addresses.


Note

Creating a company without a name returns an error.


Learn more about creating companies for B2B.

Show payload

Arguments

•CompanyCreateInput!
required

The fields to use when creating the company.

Show input fields


Was this section helpful?