For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Types
Objects
RegisterCompanyResult
OBJECT
Copy page
Result of the company registration.
Fields
errors
list of
RegisterCompanyErrors
Required
List of errors that occurred during registration.
Show 1 variants
entityId
Integer
Optional
The unique identifier of the registered company.
status
CompanyStatus
Optional
The current status of the registration process (e.g., PENDING, APPROVED).
Allowed values:
APPROVED
DELETED
INACTIVE
PENDING
REJECTED
Referenced by
Mutations
registerCompany