setMarketplacePrice
Set marketplace sale price or wholesale price for a pricing plan
This page contains
Arguments
input SetMarketplacePriceInput! | Attributes to set marketplace sale or wholesale price for pricing plan |
SetMarketplacePriceInput fields
pricingPlanId ID! | Unique identifier of pricing plan |
markupPricingType MarkupPricingType! | Defines the type of markup - Marketplace sale price (CHANNEL) or Wholesale price (CHANNEL_RESELLER) |
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 |
customMeteredUsageFee CustomMeteredUsageMarkupPriceInput | Defines markup/markdown price for custom metered usage fee |
applicationStatus ApplicationStatus | Status of an application for which we have to set marketplace price |
Return Fields
markupPrices MarketplacePrice | Updated markup/markdown prices for a pricing plan |
userErrors [SetMarketplacePriceError!] | Error details while setting markup/markdown price to 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.