Skip to main content

BulkStockError

Represents errors from bulk stock operations.

type BulkStockError {
field: String
message: String!
code: ProductErrorCode!
attributes: [ID!]
index: Int
}

Fields

BulkStockError.field ● String scalar

BulkStockError.message ● String! non-null scalar

The error message.

BulkStockError.code ● ProductErrorCode! non-null enum

The error code.

BulkStockError.attributes ● [ID!] list scalar

List of attributes IDs which causes the error.

BulkStockError.index ● Int scalar

Index of an input list item that caused the error.

Member Of

ProductVariantStocksCreate object ● ProductVariantStocksUpdate object

Was this page helpful?