--- title: CompanyCreatePayload - GraphQL Admin description: Return type for `companyCreate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/companycreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/companycreatepayload.md --- # Company​Create​Payload payload Return type for `companyCreate` mutation. ## Fields * company [Company](https://shopify.dev/docs/api/admin-graphql/latest/objects/Company) The created company. * user​Errors [\[Business​Customer​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/BusinessCustomerUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [company​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/companyCreate) mutation Creates a company. *** ## Map ### Mutations with this payload * [company​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/companyCreate)