PromotionCreateError Object
No description
type PromotionCreateError {
field: String
message: String
code: PromotionCreateErrorCode!
index: Int
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 ● PromotionCreateErrorCode!
The error code.
index ● Int
Index of an input list item that caused the error.
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
PromotionCreate object