StockError
Represents errors from stock operations.
type StockError {
field: String
message: String!
code: StockErrorCode!
}
Fields
StockError.field ● String scalar
StockError.message ● String! non-null scalar
The error message.
StockError.code ● StockErrorCode! non-null enum
The error code.
Member Of
ProductVariantStocksDelete object