priceListDuplicate
Graphql fields and variables for the priceListDuplicate mutation
mutation priceListDuplicate ($id: ID!) {
priceListDuplicate (id: $id) {
errors
priceList {
basePrice
code
createdAt
currencyId
deprecated
id
isVisible
monthlyBasePrice
name
periodMonths
planId
priceAdjustmentPercentage
priceDescription
productId
renewalTermMonths
showPriceAsMonthly
sku
trialAllowed
trialLengthDays
updatedAt
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
