PromotionUpdateInput
No description
input PromotionUpdateInput {
description: JSON
startDate: DateTime
endDate: DateTime
name: String
}
Fields
PromotionUpdateInput.description
● JSON
scalar miscellaneous
Promotion description.
PromotionUpdateInput.startDate
● DateTime
scalar miscellaneous
The start date of the promotion in ISO 8601 format.
PromotionUpdateInput.endDate
● DateTime
scalar miscellaneous
The end date of the promotion in ISO 8601 format.
PromotionUpdateInput.name
● String
scalar miscellaneous
Promotion name.
Member Of
promotionUpdate
mutation