ProductBulkCreateError Object
No description
type ProductBulkCreateError {
  path: String
  message: String
  code: ProductBulkCreateErrorCode!
  attributes: [ID!]
  values: [ID!]
  warehouses: [ID!]
  channels: [ID!]
}
Fields
ProductBulkCreateError.path ● String scalar miscellaneous
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 miscellaneous
The error message.
ProductBulkCreateError.code ● ProductBulkCreateErrorCode! non-null enum products
The error code.
ProductBulkCreateError.attributes ● [ID!] list scalar miscellaneous
List of attributes IDs which causes the error.
ProductBulkCreateError.values ● [ID!] list scalar miscellaneous
List of attribute values IDs which causes the error.
ProductBulkCreateError.warehouses ● [ID!] list scalar miscellaneous
List of warehouse IDs which causes the error.
ProductBulkCreateError.channels ● [ID!] list scalar miscellaneous
List of channel IDs which causes the error.
Member Of
ProductBulkCreate object ● ProductBulkResult object