createOrUpdatePricingEvent

Creates or updates pricing event

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    input CreateOrUpdatePricingEventInput!

    Input for creating or updating pricing event

    CreateOrUpdatePricingEventInput 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

    Return Fields

    pricingEvent PricingEvent

    Pricing event details

    userErrors [CreateOrUpdatePricingEventError!]

    Error details while creating or updating pricing event

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.