clonePriceBook

Clone price book

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    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.