productCreate: mutations | Moloni ON API
Moloni ONGuidesAPI ReferenceExplorer
API Reference

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

NameTypeDescription
companyIdInt!
dataProductInsert!