allBrands | query | Retrieve all brands without pagination (useful for selectors). |
brandDetail | query | Load brand details by id. |
brands | query | Paginated brands with optional search. |
brandsAdd | mutation | Create a new brand with basic metadata. |
brandsEdit | mutation | Edit brand metadata by id. |
brandsGetLast | query | Fetch the most recently created brand. |
brandsRemove | mutation | Remove a brand by id. |
companies | query | Fetch paginated companies with filters, segmentation, and conformity context; returns paginated list. |
companiesAdd | mutation | Create a new company record with core contact, address, and classification fields. |
companiesEdit | mutation | Update an existing company by id; supports partial edits of contact and CRM fields. |
companiesEditByField | mutation | Patch company fields by selector for bulk or conditional updates. |
companiesMerge | mutation | Merge multiple companies into a primary record, applying provided field overrides. |
companiesRemove | mutation | Remove one or more companies; returns removed ids. |
companyCounts | query | Return counts for companies matching the supplied filters (optionally scoped by “only”). |
companyDetail | query | Load detailed company data by id including contacts, owners, and tags. |
customerCounts | query | Return aggregated counts for customers matching filters (optionally scoped by “only” or source). |
customerDetail | query | Load a customer by id with full profile, ownership, tags, and integration info. |
customers | query | Fetch paginated customers with filtering, segmentation, and conformity context; returns paginated list. |
customersAdd | mutation | Create a new customer/contact. The optional state can denote lead vs. customer pipelines. |
customersChangeState | mutation | Change the lifecycle state for a customer (e.g., lead → customer); value expects a known state key. |
customersEdit | mutation | Update a customer by id with profile or CRM attributes. |
customersEditByField | mutation | Patch customer fields by selector for conditional/bulk edits. |
customersMerge | mutation | Merge several customers into one, applying provided override fields. |
customersRemove | mutation | Remove one or more customers; returns removed ids. |
productCategories | query | List product categories (supports tree traversal via parentId/withChild) with optional brand filter. |
productCategoriesAdd | mutation | Create a product category. |
productCategoriesEdit | mutation | Edit a product category by id. |
productCategoriesRemove | mutation | Remove a product category by id. |
productCategoryDetail | query | Fetch single product category detail by id. |
productCountByTags | query | Count products grouped by tag. |
productDetail | query | Detailed product by id. |
products | query | List products with filtering, segmentation, and pagination. |
productsAdd | mutation | Create a new product with pricing, taxonomy, and media. |
productsEdit | mutation | Update an existing product by id. |
productsRemove | mutation | Remove products by ids; returns status string. |
tagDetail | query | Fetch tag details by id. |
tags | query | Paginated tags with search and hierarchical filters. |
tagsAdd | mutation | Create a new tag. |
tagsEdit | mutation | Edit a tag by id. |
tagsMerge | mutation | Merge two tags (source into destination). |
tagsQueryCount | query | Count tags for a given type/search. |
tagsRemove | mutation | Remove a tag by id. |
tagsTag | mutation | Attach/detach tags to target entities. |