createPriceBookCondition
Assign price book to companies or segments
This page contains
Arguments
input CreatePriceBookConditionInput! | Attributes to create a price book condition |
CreatePriceBookConditionInput fields
priceBookId ID! | Unique identifier of price book |
name String! | Unique name for condition |
description String | Description for price book |
createdBy String! | Email id of user creating price book condition |
conditions [PriceConditionInput!] | Defines company or segment associations for a price book |
Return Fields
priceBookCondition PriceBookCondition | Price book condition details |
userErrors [CreatePriceBookConditionError!] | Error details while creating price book condition |
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.