For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
Developer
Developer
Developer
Developer
GraphQL
Storefront
Mutations
registerCompany
Copy page
Register a new company for B2B.
Arguments
input
RegisterCompanyInput
Required
The values to use for company registration.
Show 7 properties
Returns
a RegisterCompanyResult
errors
list of RegisterCompanyErrors
List of errors that occurred during registration.
Show 1 variants
entityId
Integer
The unique identifier of the registered company.
status
Enum
The current status of the registration process (e.g., PENDING, APPROVED).
Allowed values:
APPROVED
DELETED
INACTIVE
PENDING
REJECTED