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 } }
{ "id": "456123" }
id
ID
errors
List (String)
Last updated 3 years ago
Was this helpful?