pricingEvents

Returns pricing events for provided pricing event type id

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    pricingEventTypeId ID!

    Unique identifier of the pricing event type

    first Int

    Number of elements to return (page size) in forward direction. Default is 5

    after String

    Returns elements after specified cursor

    last Int

    Number of elements to return (page size) in backward direction. Default is 5

    before String

    Returns elements before specified cursor

    filter PricingEventsFilter

    Criteria to filter pricing events

    orderBy PricingEventsOrderBy

    Criteria to sort pricing events

    Return Fields

    PricingEventsConnection!

    A connection type used to page through a list of pricing events

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.