Skip to main content
Version: 3.x

PromotionRuleCreateError

No description

type PromotionRuleCreateError {
field: String
message: String
code: PromotionRuleCreateErrorCode!
}

Fields

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

PromotionRuleCreateError.message ● String scalar

The error message.

PromotionRuleCreateError.code ● PromotionRuleCreateErrorCode! non-null enum

The error code.

Member of

PromotionRuleCreate object


Was this page helpful?