registerDistributorAccount
Register a new distributor account
This page contains
Arguments
| input RegisterDistributorAccountInput! PREVIEW |
RegisterDistributorAccountInput fields
| accountId String! | Marketplace Account(company) id |
| userId String | User id |
| distributorDetails DistributorDetailsAccountInput PREVIEW | Distributor details |
| distributorId String | Distributor id |
| distributorMarket DistributorMarket PREVIEW | Distributor market |
| accountDetails AccountDetailsInput PREVIEW | Account registration payload |
| configuration DistributorAccountConfigurationInput PREVIEW | New structured primary configuration (optional during migration) |
| credentials DistributorAccountCredentialsInput PREVIEW | New structured primary credentials (optional during migration) |
| secondaryConfiguration DistributorAccountConfigurationInput PREVIEW | New structured secondary configuration (optional during migration) |
| secondaryCredentials DistributorAccountCredentialsInput PREVIEW | New structured secondary credentials (optional during migration) |
Return Fields
| id String | Generated internal Id of the registered distributor account |
| userErrors [RegisterDistributorAccountError!] PREVIEW | Errors preventing registration of distributor account |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.