setResellerCompanyPrice

Set sales agent wholesale price for a pricing plan

This page contains

    Authorization Rules

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

    Scopes

    ROLE_RESELLER_MANAGER

    ROLE_PARTNER

    Arguments

    input SetResellerCompanyPriceInput!

    Attributes to set sales agent wholesale price for a pricing plan

    SetResellerCompanyPriceInput fields

    pricingPlanId ID!

    Unique identifier of pricing plan

    resellerCompanyId ID!

    Unique identifier of the reseller company

    setupFee MarkupPriceInput

    Defines markup/markdown price for setup fee

    flatFee MarkupPriceInput

    Defines markup/markdown price for flat fee

    contractFee MarkupPriceInput

    Defines markup/markdown price for contract fee

    units [MarkupUnitPriceInput]

    Defines markup/markdown price for various units in pricing plan

    Return Fields

    markupPrices ResellerCompanyPrice

    Updated markup for pricing plan

    userErrors [SetResellerCompanyPriceError!]

    Error details while setting markup to pricing plan

    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.