Preview

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

listProductOnStorefront

Adds a product to the production catalog of a marketplace.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_SUPER_SUPPORT

    ROLE_CHANNEL_PRODUCT_SUPPORT

    ROLE_PARTNER

    Arguments

    input ListProductOnStorefrontInput! PREVIEW

    ListProductOnStorefrontInput fields

    productId ID

    Id of the product to add to the storefront.

    Return Fields

    success Boolean!

    Indicates whether the product was successfully added to the storefront.

    userErrors [ListProductOnStorefrontError!] PREVIEW

    Errors that occurred during the operation.

    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.