priceListDuplicate

Graphql fields and variables for the priceListDuplicate mutation

Create a duplicate of a price list

Scope required: product:write

mutation priceListDuplicate ($id: ID!) {
  priceListDuplicate (id: $id) {
      errors
      priceList {
        basePrice
        code
        createdAt
        currencyId
        id
        isVisible
        monthlyBasePrice
        name
        periodMonths
        planId
        priceAdjustmentPercentage
        priceDescription
        productId
        renewalTermMonths
        sku
        trialAllowed
        trialLengthDays
        updatedAt
      }
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

List (String)

priceList

Last updated

Was this helpful?