removeMarketplacePrice

Remove marketplace sale price or 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_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    input RemoveMarketplacePriceInput!

    Attributes to remove markup from pricing plan

    RemoveMarketplacePriceInput fields

    pricingPlanId ID!

    Unique identifier for a pricing plan

    markupPricingType MarkupPricingType!

    Defines the type of markup - Marketplace sale price (CHANNEL) or Wholesale price (CHANNEL_RESELLER)

    removeSetupFee Boolean

    If true, markup set for setup fee will be removed

    removeFlatFee Boolean

    If true, markup set for flat fee will be removed

    removeContractFee Boolean

    If true, markup set for contract fee will be removed

    removeUnitPrices [RemoveUnitMarkupPriceInput!]

    List of units for which markup should be removed

    Return Fields

    success Boolean

    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.