reassignPriceClass
mutation
Reassign price class
Updates the percentage value of an already-applied price class across all affected products.
mutation {
reassignPriceClass(companyId: Int!, priceClassId: Int!, percentage: Float!): PriceClassApplied!
}Returns: PriceClassApplied!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
priceClassId | Int! | |
percentage | Float! |