PromotionRuleUpdateError
No description
type PromotionRuleUpdateError {
field: String
message: String
code: PromotionRuleUpdateErrorCode!
channels: [ID!]
}
Fields
PromotionRuleUpdateError.field ● String scalar
Name of a field that caused the error. A value of
nullindicates that the error isn't associated with a particular field.
PromotionRuleUpdateError.message ● String scalar
The error message.
PromotionRuleUpdateError.code ● PromotionRuleUpdateErrorCode! non-null enum
The error code.
PromotionRuleUpdateError.channels ● [ID!] list scalar
List of channel IDs which causes the error.
Member of
PromotionRuleUpdate object