PromotionCreateInput
No description
input PromotionCreateInput {
description: JSON
startDate: DateTime
endDate: DateTime
name: String!
rules: [PromotionRuleInput!]
}
Fields
PromotionCreateInput.description
● JSON
scalar
Promotion description.
PromotionCreateInput.startDate
● DateTime
scalar
The start date of the promotion in ISO 8601 format.
PromotionCreateInput.endDate
● DateTime
scalar
The end date of the promotion in ISO 8601 format.
PromotionCreateInput.name
● String!
non-null scalar
Promotion name.
PromotionCreateInput.rules
● [PromotionRuleInput!]
list input
List of promotion rules.
Member of
promotionCreate
mutation