SetMarketplacePriceInput
Input to set marketplace sale price or wholesale price for a pricing plan
This page contains
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 Default value: LAUNCHED |
Mutations for SetMarketplacePriceInput
setMarketplacePrice | Set marketplace sale price or wholesale price for a pricing plan |