Skip to main content

ProductBulkCreate Object

Creates products.

Requires the MANAGE_PRODUCTSpermission.
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