ProductBulkCreate
Creates multiple products.
type ProductBulkCreate {
count: Int!
products: [Product!]!
bulkProductErrors: [BulkProductError!]!
}
Fields
ProductBulkCreate.count ● Int! non-null scalar
Returns how many objects were created or updated.
ProductBulkCreate.products ● [Product!]! non-null object
List of the created or updated products.
ProductBulkCreate.bulkProductErrors ● [BulkProductError!]! non-null object
Returned By
productBulkCreate mutation