BulkProductImageError
No description
type BulkProductImageError {
field: String
message: String!
code: ProductErrorCode!
attributes: [ID!]
index: Int
}
Fields
BulkProductImageError.field ● String scalar
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
BulkProductImageError.message ● String! non-null scalar
The error message.
BulkProductImageError.code ● ProductErrorCode! non-null enum
The error code.
BulkProductImageError.attributes ● [ID!] list scalar
List of attributes IDs which causes the error.
BulkProductImageError.index ● Int scalar
Index of an input list item that caused the error.
Member Of
ProductImageBulkCreate object ● ProductVariantImageBulkAssign object