Skip to main content

BulkProductError

Represents errors from bulk product operations.

type BulkProductError {
field: String
message: String!
code: ProductErrorCode!
attributes: [ID!]
index: Int
warehouses: [ID!]
}

Fields

BulkProductError.field ● String scalar

BulkProductError.message ● String! non-null scalar

The error message.

BulkProductError.code ● ProductErrorCode! non-null enum

The error code.

BulkProductError.attributes ● [ID!] list scalar

List of attributes IDs which causes the error.

BulkProductError.index ● Int scalar

Index of an input list item that caused the error.

BulkProductError.warehouses ● [ID!] list scalar

List of warehouse IDs which causes the error.

Member Of

ProductBulkCreate object ● ProductVariantBulkCreate object

Was this page helpful?