Skip to content

Company Management initialization

The Company Management initializer configures the drop-in for managing company accounts, organizational structures, user roles, and permissions. Use initialization to customize how company data is displayed and enable internationalization for multi-language B2B storefronts.

Version: 1.2.0

Initialize the drop-in with default settings:

import { initializers } from '@dropins/tools/initializer.js';
import { initialize } from '@dropins/storefront-company-management';
await initializers.mountImmediately(initialize, {});