📄️ addCompanyManager
Assign a user as an account manager for a specific company.
📄️ addSurchargesToProduct
Associate surcharges with a specific product.
📄️ adminUserCreate
AUTH: Role=[role.OWNER]
📄️ adminUserDelete
AUTH: Role=[role.OWNER]
📄️ adminUserTenantCreate
AUTH: Role=[role.OWNER,role.EDITOR,role.VIEWER]
📄️ adminUserTenantDelete
AUTH: Role=[role.OWNER]
📄️ adminUserUpdate
AUTH: Role=[role.OWNER,role.EDITOR] OR (('user is authenticated') AND ('email if present in input matches JWT'))
📄️ attributeCreate
Create a new attribute with typed values and complete configuration.
📄️ attributeCsvImport
Import attributes from CSV file for efficient bulk operations and data migration.
📄️ attributeDelete
Permanently delete an attribute and all associated data from the system.
📄️ attributeDescriptionCreate
Create a new attribute description in the system.
📄️ attributeDescriptionCsvImport
Import attribute descriptions from CSV file for bulk operations.
📄️ attributeDescriptionDelete
Permanently delete an attribute description from the system.
📄️ attributeDescriptionUpdate
Update an existing attribute description's configuration.
📄️ attributeUpdate
Update an existing attribute's values and configuration.
📄️ authenticationCreate
AUTH: Role=[system] OR ('user is anonymous')
📄️ authenticationDelete
AUTH: Role=[system] OR ('user is authenticated')