triggerSetMarketplacePricesProcess

Trigger a process to set marketplace sale or wholesale price for one/multiple/all products of the marketplace

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 TriggerSetMarketplacePricesProcessInput!

    Attributes to set marketplace sale or wholesale price for one/multiple/all products of the marketplace

    TriggerSetMarketplacePricesProcessInput fields

    markupPricingType MarkupPricingType!

    Defines the level to apply markup

    productIds [ID!]

    Unique identifier of the products

    flatFeePercentage BigDecimal PREVIEW

    Defines marketplace sale price or whole sale price for flat fee

    setupFeePercentage BigDecimal PREVIEW

    Defines marketplace sale price or whole sale price for setup fee

    contractFeePercentage BigDecimal PREVIEW

    Defines marketplace sale price or whole sale price for contract fee

    unitFeePercentage BigDecimal PREVIEW

    Defines marketplace sale price or whole sale price for unit fee

    unitSetupFeePercentage BigDecimal PREVIEW

    Defines marketplace sale price or whole sale price for unit setup fee

    triggeredBy String!

    Triggered by

    applyToAllProducts Boolean

    If true, markup will be applied to all products

    Return Fields

    process SetMarketplacePricesProcess

    Meta data of the asynchronous process

    userErrors [TriggerSetMarketplacePricesProcessError!]

    Error details while setting marketplace sale or wholesale price for one/multiple/all products of the marketplace

    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.