Skip to main content

createProductComposite

Create a new Product and its associated ContentItems, Locales, and Variants in one mutation. Requires several write permissions and access to a Supplier.

createProductComposite(
duplicationCheckType: CompositeDuplicationCheckType
input: ProductCompositeCreateInput!
): Product!

Arguments

createProductComposite.duplicationCheckType ● CompositeDuplicationCheckType enum

The type of duplication check to perform, defaults to STANDARD

createProductComposite.input ● ProductCompositeCreateInput! 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.