addOrUpdateConditionProperties

Add or update companies or segments from the price book condition

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    input AddOrUpdateConditionPropertiesInput!

    Specify list of ids that need to be added or removed from existing condition properties

    AddOrUpdateConditionPropertiesInput fields

    id ID!

    Unique identifier of price book condition

    modifiedBy String

    Email id of user modifying price book condition

    conditions [PriceConditionUpdateInput!]

    Defines company or segment associations for a price book

    Return Fields

    priceBookCondition PriceBookCondition

    Updated price book condition details

    userErrors [AddOrUpdateConditionPropertiesError!]

    Error details while updating price book condition properties

    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.