Skip to main content

PromotionRuleUpdateError

No description

type PromotionRuleUpdateError {
field: String
message: String
code: PromotionRuleUpdateErrorCode!
channels: [ID!]
giftsLimit: Int
giftsLimitExceedBy: Int
}

Fields

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

PromotionRuleUpdateError.message ● String scalar miscellaneous

The error message.

PromotionRuleUpdateError.code ● PromotionRuleUpdateErrorCode! non-null enum miscellaneous

The error code.

PromotionRuleUpdateError.channels ● [ID!] list scalar miscellaneous

List of channel IDs which causes the error.

PromotionRuleUpdateError.giftsLimit ● Int scalar miscellaneous

Limit of gifts assigned to promotion rule.

PromotionRuleUpdateError.giftsLimitExceedBy ● Int scalar miscellaneous

Number of gifts defined for this promotion rule exceeding the limit.

Member Of

PromotionRuleUpdate object