createProduct
Add a new Product to a DemandHq.
Requires the product/write permission on the given DemandHq
createProduct(
input: ProductCreateInput!
): Product!
Arguments
createProduct.input
● ProductCreateInput!
non-null input
Type
Product
object
A Product is a part of the Demand Domain and represents a the basic information of a product. Products have many support entities, including variants, which represent SKUs of the product.