Skip to main content

createProductCompositeFromSupplierProducts

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.

createProductCompositeFromSupplierProducts(
demandHqId: ID!
supplierId: ID!
supplierProductIds: [ID!]!
): Product!

Arguments

createProductCompositeFromSupplierProducts.demandHqId ● ID! non-null scalar

createProductCompositeFromSupplierProducts.supplierId ● ID! non-null scalar

createProductCompositeFromSupplierProducts.supplierProductIds ● [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.