Skip to main content
Version: 3.x

StockError

No description

type StockError {
field: String
message: String
code: StockErrorCode!
}

Fields

StockError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

StockError.message ● String scalar

The error message.

StockError.code ● StockErrorCode! non-null enum

The error code.

Member of

ProductVariantStocksDelete object


Was this page helpful?