priceListDelete
Graphql fields and variables for the priceListDelete mutation
Delete a price list
Scope required: product:write
mutation priceListDelete ($id: ID!) {
priceListDelete (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)
Last updated
Was this helpful?