updateSupplierProducts
Bulk Update SupplierProducts
Note that if there are Permission or UserInput Errors, the entire group will fail, not partially succeed.
updateSupplierProducts(
inputs: [SupplierProductUpdateInput!]
): [SupplierProduct!]
Arguments
updateSupplierProducts.inputs
● [SupplierProductUpdateInput!]
list 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.