SupplierProductCompositeCreateInput
The necessary fields to create a SupplierProductComposite, or a SupplierProduct and its ContentItems, Locales, and Variants in one mutation
input SupplierProductCompositeCreateInput {
supplierProductContentItemAssociationInputs: [SupplierProductContentItemAssociationInCompositeCreateInput]
supplierProductImageFromUrlInputs: [SupplierProductImageFromUrlInCompositeCreateInput]
supplierProductInput: SupplierProductCreateInput!
supplierProductLocaleInputs: [SupplierProductLocaleInCompositeCreateInput]
supplierVariantInputs: [SupplierVariantCompositeInCompositeCreateInput]
}
Fields
SupplierProductCompositeCreateInput.supplierProductContentItemAssociationInputs
● [SupplierProductContentItemAssociationInCompositeCreateInput]
list input
SupplierProductCompositeCreateInput.supplierProductImageFromUrlInputs
● [SupplierProductImageFromUrlInCompositeCreateInput]
list input
SupplierProductCompositeCreateInput.supplierProductInput
● SupplierProductCreateInput!
non-null input
SupplierProductCompositeCreateInput.supplierProductLocaleInputs
● [SupplierProductLocaleInCompositeCreateInput]
list input
SupplierProductCompositeCreateInput.supplierVariantInputs
● [SupplierVariantCompositeInCompositeCreateInput]
list input
Member of
createSupplierProductComposite
mutation