Skip to main content

updateSupplierProduct

Update an existing SupplierProduct

updateSupplierProduct(
input: SupplierProductUpdateInput!
): SupplierProduct!

Arguments

updateSupplierProduct.input ● SupplierProductUpdateInput! 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.