Skip to main content

createProductCompositeFromSupplierProduct

Create a new Product and its associated ContentItems, Locales, Variants, and also VariantSupplierVariants from an existing SupplierProduct you have access to. Requires several write permissions and access to a Supplier.

createProductCompositeFromSupplierProduct(
demandHqId: ID!
supplierId: ID!
supplierProductId: ID!
): Product!

Arguments

createProductCompositeFromSupplierProduct.demandHqId ● ID! non-null scalar

createProductCompositeFromSupplierProduct.supplierId ● ID! non-null scalar

createProductCompositeFromSupplierProduct.supplierProductId ● ID! non-null scalar

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.