removePriceClass
mutation
Remove applied price class
Removes a price class that was previously applied to products or customers, reverting affected prices.
mutation {
removePriceClass(companyId: Int!, priceClassId: Int!): PriceClassRemoved!
}Returns: PriceClassRemoved!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
priceClassId | Int! |