BulkProductError
No description
type BulkProductError {
field: String
message: String
code: ProductErrorCode!
attributes: [ID!]
values: [ID!]
index: Int
warehouses: [ID!]
channels: [ID!]
}
Fields
BulkProductError.field ● String scalar
Name of a field that caused the error. A value of
nullindicates that the error isn't associated with a particular field.
BulkProductError.message ● String 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.values ● [ID!] list scalar
List of attribute values 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.
BulkProductError.channels ● [ID!] list scalar
List of channel IDs which causes the error.
Member of
ProductVariantBulkCreate object
Was this page helpful?