Skip to main content

BulkProductError Object

No description

type BulkProductError {
field: String
message: String
code: ProductErrorCode!
attributes: [ID!]
values: [ID!]
index: Int
warehouses: [ID!]
channels: [ID!]
}

Fields​

field ● String​

Name of a 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 ● ProductErrorCode!​

The error code.

attributes ● [ID!]​

List of attributes IDs which causes the error.

values ● [ID!]​

List of attribute values IDs which causes the error.

index ● Int​

Index of an input list item that caused the error.

warehouses ● [ID!]​

List of warehouse IDs which causes the error.

channels ● [ID!]​

List of channel IDs which causes the error.

Member Of​

ProductVariantBulkCreate object