triggerProductDownloadProcess

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_DEVELOPER

    Arguments

    input TriggerProductDownloadProcessInput

    TriggerProductDownloadProcessInput fields

    entityType DownloadEntityType!

    The entity Type (ex: PRODUCT_BASIC)

    version ProductVersion

    Product Version, either PUBLISHED or WORKING

    filterCriteria [FilterCriteriaInput!]

    Optional filter to apply to the download process

    activityType ActivityType

    Activity type used for activity log classification

    workflowType WorkflowType

    Optional workflow type; only used when activityType is WORKFLOW (UPDATE, CREATE, PUBLISH, DOWNLOAD, UNPUBLISH_DELETE)

    Return Fields

    process DownloadProcess

    The triggered download process

    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.