priceListChargeDelete

Graphql fields and variables for the priceListChargeDelete mutation

Delete a charge from a price list

Scope required: product:write

mutation priceListChargeDelete ($id: ID!) {
  priceListChargeDelete (id: $id) {
      errors
  }
}

Arguments

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

id

ID

Response

Name
Type
Description

errors

List (String)

Last updated

Was this helpful?