Create child account
Create a new child customer account. For standalone customers, creates a parent/child hierarchy first. Requires ADMIN role.
Authorizations
API key or access token
Body
Request body for creating a child customer account
Name for the new child account
1 - 255"Nike"
Whether the account is a buyer or seller
BUYER, SELLER "BUYER"
Name for the parent account created during standalone conversion. Defaults to "{company} (Admin)" if omitted.
1 - 255"Acme HQ"
Registered organization domain. For SELLER accounts, also seeds the auto-created storefront's publisher and operator domain.
255^[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)+$"nike.com"
Response
Create child account
Full user context scoped to the new child customer
User profile data
Customer context for the newly created child
All accessible customer accounts
Whether to show the ToS acceptance dialog
Whether the customer has an active contract
Latest embedded sales agent version identifier
True if the request triggered a standalone-to-parent conversion
True when the newly created account cannot operate because the organization it inherits from has no active contract. UI should render a block page until an organization admin accepts ToS.