Preview

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

setMarketplaceUrl

Sets the base URL for a marketplace.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    input SetMarketplaceUrlInput! PREVIEW

    Input parameters for setMarketplaceUrl.

    SetMarketplaceUrlInput fields

    id ID!

    Target marketplace identifier.

    url URL!

    Base URL to set for the marketplace.

    Return Fields

    marketplace Marketplace PREVIEW

    The marketplace when the URL was set successfully. Null when userErrors is non-empty.

    userErrors [SetMarketplaceUrlError!] PREVIEW

    Business validation errors. Empty when the URL was set successfully.

    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.