setResellerPriceInPriceBook

Set sales agent wholesale price for a pricing plan in a price book

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_RESELLER_MANAGER

    ROLE_PARTNER

    Arguments

    input SetResellerPriceInPriceBookInput!

    Attributes to set sales agent wholesale price for a pricing plan in a price book

    SetResellerPriceInPriceBookInput fields

    pricingPlanId ID!

    Unique identifier of pricing plan

    markupPricingType MarkupPricingType!

    Defines the type of markup - Wholesale price (CHANNEL_RESELLER) or Company Wholesale price (CHANNEL_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

    resellerCompanyId ID

    Unique identifier of the reseller company

    priceBookId ID!

    Unique identifier of the price book

    Return Fields

    markupPrice ResellerCompanyPrice

    Updated markup for pricing plan

    userErrors [SetResellerCompanyPriceError!]

    Error details while setting wholesale markup in a price book

    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.