updateProduct

Update a product

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_DEVELOPER

    ROLE_PARTNER

    Arguments

    input UpdateProductInput!

    UpdateProductInput fields

    productId ID!

    Product id

    supplierId ID

    Supplier id

    name [LocalStringInput!]

    The name of the product

    shortDescription [LocalStringInput!]

    5 words description of the product

    description [LocalStringInput!]

    Description of the product

    vendorName [LocalStringInput!]

    Name of the product vendor

    linkToProductWebsite [LocalStringInput!]

    Link to the product website

    support ProductSupportInput

    Support information of a Product

    overview ProductOverviewInput

    Profile overview information

    media [ProductMediaInput!]

    Media information

    features [ProductFeatureInput!]

    Product features information

    benefits [ProductBenefitInput!]

    Product benefits information

    editionSharedInformation ProductEditionSharedInformationInput

    Edition shared information

    Return Fields

    product Product PREVIEW

    Updated product

    userErrors [UpdateProductErrors!]

    User errors

    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.