Skip to main content
Version: 3.x

ProductBulkCreateError

No description

type ProductBulkCreateError {
path: String
message: String
code: ProductBulkCreateErrorCode!
attributes: [ID!]
values: [ID!]
warehouses: [ID!]
channels: [ID!]
}

Fields

ProductBulkCreateError.path ● String scalar

Path to field that caused the error. A value of null indicates that the error isn't associated with a particular field.

ProductBulkCreateError.message ● String scalar

The error message.

ProductBulkCreateError.code ● ProductBulkCreateErrorCode! non-null enum

The error code.

ProductBulkCreateError.attributes ● [ID!] list scalar

List of attributes IDs which causes the error.

ProductBulkCreateError.values ● [ID!] list scalar

List of attribute values IDs which causes the error.

ProductBulkCreateError.warehouses ● [ID!] list scalar

List of warehouse IDs which causes the error.

ProductBulkCreateError.channels ● [ID!] list scalar

List of channel IDs which causes the error.

Member of

ProductBulkCreate object ● ProductBulkResult object


Was this page helpful?