Skip to main content

ProductBulkCreate

Result of product bulk create mutation.

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

List of errors that occurred executing the mutation.

Returned By

productBulkCreate mutation

Was this page helpful?