BulkUpdateProductsInput
Autogenerated input type of BulkUpdateProducts
input BulkUpdateProductsInput {
clientMutationId: String
products: [ProductUpdateInput!]!
}
Fields
BulkUpdateProductsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
BulkUpdateProductsInput.products ● [ProductUpdateInput!]! non-null input
The list of products to update including its attributes. A maximum of 50 products are allowed per request.
Member Of
bulkUpdateProducts mutation