clonePriceBook
Clone price book
This page contains
Arguments
input ClonePriceBookInput! | Attribute to clone a price book |
ClonePriceBookInput fields
id ID! | Unique identifier of price book |
name String | Name for new price book |
description String | Description for new price book |
createdBy String! | Email id of user duplicating price book |
Return Fields
priceBook PriceBook | New price book details |
userErrors [ClonePriceBookError!] | Error details while cloning price book |
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.