createSupplierProduct
Create a new SupplierProduct
createSupplierProduct(
input: SupplierProductCreateInput!
): SupplierProduct!
Arguments
createSupplierProduct.input
● SupplierProductCreateInput!
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.