Preview

removeCatalogVendorCost is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

removeCatalogVendorCost

Remove the syndicated catalog vendor cost for a pricing plan in the context of a partner so the plan inherits the catalog cost again. Idempotent when no override exists.

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 RemoveCatalogVendorCostInput! PREVIEW

    Attributes describing the catalog vendor cost to remove for a pricing plan

    RemoveCatalogVendorCostInput fields

    pricingPlanId ID!

    Unique identifier of the pricing plan whose catalog vendor cost is being removed

    removeFlatFee Boolean

    If true, the catalog vendor cost set for the flat fee will be removed

    removeSetupFee Boolean

    If true, the catalog vendor cost set for the setup fee will be removed

    removeContractFee Boolean

    If true, the catalog vendor cost set for the contract fee will be removed

    removeUnits [RemoveUnitCostInput!] PREVIEW

    List of units for which the catalog vendor cost should be removed

    Return Fields

    success Boolean

    True when the catalog vendor cost was removed (or no override existed)

    userErrors [RemoveCatalogVendorCostError!] PREVIEW

    Error details while removing the catalog vendor cost for the 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.