Skip to main content

PromotionRuleUpdateError Object

No description

type PromotionRuleUpdateError {
field: String
message: String
code: PromotionRuleUpdateErrorCode!
channels: [ID!]
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 ● PromotionRuleUpdateErrorCode!

The error code.

channels ● [ID!]

List of channel IDs which causes the error.

giftsLimit ● Int

Limit of gifts assigned to promotion rule.

giftsLimitExceedBy ● Int

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

Member Of

PromotionRuleUpdate object