CreateOrUpdatePricingEventInput
Input for creating or updating pricing event
This page contains
Fields
id ID | Unique identifier of the pricing event |
pricingEventTypeId ID! | Unique identifier of the pricing event type |
type EventTypeEnum! | Type of the event |
payload JSON | Payload containing pricing event details to be applied |
scheduledDate DateTime | Date on which the pricing event is scheduled |
Mutations for CreateOrUpdatePricingEventInput
createOrUpdatePricingEvent | Creates or updates pricing event |