📄️ addCompanyManager
This mutation is deprecated and will be removed in a future version
📄️ addSurchargesToProduct
Associate surcharges with a specific product.
📄️ adminUserCreate
Create a new administrative user with specified profile information and system access.
📄️ adminUserDelete
Permanently delete an administrative user from the system.
📄️ adminUserTenantCreate
Create a new tenant in the multi-tenancy system.
📄️ adminUserTenantDelete
Permanently delete a tenant from the multi-tenancy system.
📄️ adminUserUpdate
Update profile information for an existing administrative user.
📄️ 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
Create a new user account and establish authentication session.
📄️ authenticationDelete
Permanently delete a user account from the system.
📄️ bulkCostPriceCreate
Create a new bulk cost price record for quantity-based cost pricing.
📄️ bulkCostPriceCsvImport
Import bulk cost price data from CSV file format.
📄️ bulkCostPriceDelete
Permanently delete a bulk cost price record from the system.
📄️ bulkCostPriceUpdate
Update an existing bulk cost price record.
📄️ bulkCostPricesBulk
Create multiple bulk cost price records in a single operation.
📄️ bulkCostPricesDelete
Delete all bulk cost price records associated with a specific price.
📄️ bulkPriceCreate
Create a new bulk price record for quantity-based pricing.
📄️ bulkPriceCsvImport
Import bulk price data from CSV file format.
📄️ bulkPriceDelete
Permanently delete a bulk price record from the system.
📄️ bulkPriceUpdate
Update an existing bulk price record.
📄️ bulkPricesCreate
Create multiple bulk price records in a single operation.
📄️ bulkPricesDelete
Delete all bulk price records associated with a specific price.
📄️ bundleAddItemsAndReturnBundle
Add products to an existing bundle and return the updated bundle.
📄️ bundleAddItems
Use bundleAddItemsAndReturnBundle instead
📄️ bundleCreate
Create a new product bundle in the system.
📄️ bundleDelete
Permanently delete a bundle from the system.
📄️ bundleRemoveItemAndReturnBundle
Remove a product from an existing bundle and return the updated bundle.
📄️ bundleRemoveItem
Use bundleRemoveItemAndReturnBundle instead
📄️ bundleUpdate
Update an existing bundle's configuration.
📄️ businessRuleCreate
Create a new business rule with specified configuration and logic.
📄️ businessRuleDecisionTableAddColumn
Add a new column to a decision table in a business rule.
📄️ businessRuleDecisionTableAddRow
Add a new row to a decision table in a business rule.
📄️ businessRuleDecisionTableDeleteColumn
Delete a column from a decision table in a business rule.
📄️ businessRuleDecisionTableDeleteRow
Delete a row from a decision table in a business rule.
📄️ businessRuleDecisionTableMoveRow
Move a row to a different position within a decision table.
📄️ businessRuleDecisionTableSetCell
Set the value of a specific cell in a decision table row.
📄️ businessRuleDecisionTableUpdate
Update the basic configuration and metadata of a decision table.
📄️ businessRuleDelete
Permanently delete a business rule and all its associated data from the system.
📄️ businessRuleUpdate
Update an existing business rule's basic configuration and metadata.
📄️ carrierAssignWarehouseAndReturnCarrier
Assign a warehouse to a carrier and return the updated carrier.
📄️ carrierAssignWarehouse
Use carrierAssignWarehouseAndReturnCarrier instead.
📄️ carrierCreate
Create a new shipping carrier in the system.
📄️ carrierDelete
Permanently delete a carrier from the system.
📄️ carrierUnassignWarehouseAndReturnCarrier
Remove warehouse assignment from a carrier and return the updated carrier.
📄️ carrierUnassignWarehouse
Use carrierUnassignWarehouseAndReturnCarrier instead.
📄️ carrierUpdate
Update an existing carrier's configuration.
📄️ cartAcceptPurchaseAuthorizationRequest
Accept cart purchase authorization request. Use it to accept ownership of a cart that requires purchase authorization and finalize it.
📄️ cartAddActionCode
Apply a promotional action code to the cart.
📄️ cartAddBundle
Add a product bundle to the shopping cart.
📄️ cartAddItem
Add a product item to the shopping cart.
📄️ cartDeleteItem
Remove an item from the shopping cart.
📄️ cartDelete
Permanently delete a shopping cart.
📄️ cartInvalidateCache
Invalidate cache for a specific cart or all carts if no id is provided.
📄️ cartItemBulk
Perform bulk operations on multiple cart items.
📄️ cartProcess
Process cart and convert it to an order.
📄️ cartRemoveActionCode
Remove a promotional action code from the cart.
📄️ cartRequestPurchaseAuthorization
Request cart purchase authorization. Use it to finalize a cart that cannot be processed because purchase authorization (by an authorization manager) is required. The cart status will be changed to PENDINGPURCHASEAUTHORIZATION.