Skip to main content
Version: 3.x

PromotionDeleteError

No description

type PromotionDeleteError {
field: String
message: String
code: PromotionDeleteErrorCode!
}

Fields

PromotionDeleteError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

PromotionDeleteError.message ● String scalar

The error message.

PromotionDeleteError.code ● PromotionDeleteErrorCode! non-null enum

The error code.

Member of

PromotionDelete object


Was this page helpful?