ProductBulkCreateError Object
No description
type ProductBulkCreateError {
path: String
message: String
code: ProductBulkCreateErrorCode!
attributes: [ID!]
values: [ID!]
warehouses: [ID!]
channels: [ID!]
}
Fields
path ● String
Path to field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● ProductBulkCreateErrorCode!
The error code.
attributes ● [ID!]
List of attributes IDs which causes the error.
values ● [ID!]
List of attribute values IDs which causes the error.
warehouses ● [ID!]
List of warehouse IDs which causes the error.
channels ● [ID!]
List of channel IDs which causes the error.
Member Of
ProductBulkCreate object ● ProductBulkResult object