ProductBulkCreate Object
Creates products.
type ProductBulkCreate {
count: Int!
results: [ProductBulkResult!]!
errors: [ProductBulkCreateError!]!
}
Fields
count ● Int!
Returns how many objects were created.
results ● [ProductBulkResult!]!
List of the created products.
errors ● [ProductBulkCreateError!]!
Returned By
productBulkCreate mutation