Preview

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

triggerMigrateMarketplaceProcess

Triggers the process to migrate invoices from the specified marketplace

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_SUPERUSER

    ROLE_SUPER_SUPPORT

    ROLE_INTERNAL

    Arguments

    input TriggerMigrateMarketplaceProcessInput! PREVIEW

    TriggerMigrateMarketplaceProcessInput fields

    tenant String!
    userId ID
    accountId ID
    statusList [MigrateMarketplaceStatus] PREVIEW
    startPage Int

    Return Fields

    requestId ID!
    status String!

    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.