CreatePromoCodeInput
No description
input CreatePromoCodeInput {
type: PromoCodeTypeEnum!
storeId: ID!
code: String!
percentageOff: Float
fixedAmount: Float
status: PromoCodeStatusEnum
usageLimit: Int
minimumOrderAmountToApply: Float
schedule: DiscountScheduleInput
}