createSupplierProductComposite
Create a new SupplierProduct and its associated ContentItems, Locales, and Variants in one mutation
createSupplierProductComposite(
duplicationCheckType: CompositeDuplicationCheckType
input: SupplierProductCompositeCreateInput!
): SupplierProduct!
Arguments
createSupplierProductComposite.duplicationCheckType
● CompositeDuplicationCheckType
enum
The type of duplication check to perform, defaults to STANDARD
createSupplierProductComposite.input
● SupplierProductCompositeCreateInput!
non-null input
Type
SupplierProduct
object
This is the main entity of the Supplier domain, and is used to represent a product, which is a group of SKUs. SKUs are represented by SupplierVariants, a child of this entity. This entity is less frequently updated, it is more likely that SupplyVariant will be updated frequently.