Skip to main content

StockError

No description

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

Fields

StockError.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.

StockError.message ● String scalar miscellaneous

The error message.

StockError.code ● StockErrorCode! non-null enum products

The error code.

Member Of

ProductVariantStocksDelete object