unlistProductFromStorefront

Removes a product from 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

    ROLE_NETWORK_CATALOG_MANAGER

    Arguments

    input UnlistProductFromStorefrontInput!

    UnlistProductFromStorefrontInput fields

    productId ID

    Id of the product to remove from the storefront.

    productUuid ID

    The uuid of the product to remove from the storefront. Note: this field represents the UUID of a product, where as productId represents the RefId of a product.

    Return Fields

    success Boolean!

    Indicates whether the product was successfully removed from the storefront.

    userErrors [UnlistProductFromStorefrontError!]

    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.