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
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.