PromotionRuleCreateError Object
No description
type PromotionRuleCreateError {
field: String
message: String
code: PromotionRuleCreateErrorCode!
rulesLimit: Int
rulesLimitExceedBy: Int
giftsLimit: Int
giftsLimitExceedBy: Int
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● PromotionRuleCreateErrorCode!
The error code.
rulesLimit ● Int
Limit of rules with orderPredicate defined.
rulesLimitExceedBy ● Int
Number of rules with orderPredicate defined exceeding the limit.
giftsLimit ● Int
Limit of gifts assigned to promotion rule.
giftsLimitExceedBy ● Int
Number of gifts defined for this promotion rule exceeding the limit.
Member Of
PromotionRuleCreate object