Skip to main content
Version: 3.x

ProductBulkCreate

Creates products.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_PRODUCTSpermission.
type ProductBulkCreate {
count: Int!
results: [ProductBulkResult!]!
errors: [ProductBulkCreateError!]!
}

Fields

ProductBulkCreate.count ● Int! non-null scalar

Returns how many objects were created.

ProductBulkCreate.results ● [ProductBulkResult!]! non-null object

List of the created products.

ProductBulkCreate.errors ● [ProductBulkCreateError!]! non-null object

Returned by

productBulkCreate mutation


Was this page helpful?