post https://t{tenantId}-s{siteId}.{env}.mozu.com/api/commerce/customer/b2baccounts
Creates a new B2B account in the Pending Approval state. This account will not yet be active, as it requires a sales representative to be assigned (with .../b2baccounts/{accountId}/salesrep/{userId}) before it is approved (with .../b2baccounts/{accountId}/status/{actionName}).
Recipes
🦉
Create and Activate B2B Account
Open Recipe