productCreate
mutation
Create product
Adds a new product to the company's catalog, including pricing, tax rules, category assignment, supplier associations, warehouse stock, and custom fields. Returns the created product.
mutation {
productCreate(companyId: Int!, data: ProductInsert!): Product!
}Returns: Product!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | ProductInsert! |