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