productCategoryImport
mutation
Import product category
Creates a product category from imported data (e.g., SAF-T import). Returns the created category.
mutation {
productCategoryImport(companyId: Int!, data: ProductCategoryImport!): ProductCategory!
}Returns: ProductCategory!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | ProductCategoryImport! |