BulkStockError Object
No description
type BulkStockError {
field: String
message: String
code: ProductErrorCode!
attributes: [ID!]
values: [ID!]
index: Int
}
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.
Member Of
ProductVariantStocksCreate object ● ProductVariantStocksUpdate object