bulkCostPricesDelete
Delete all bulk cost price records associated with a specific price.
Removes all bulk cost price configurations linked to the specified price ID. This action cannot be undone and will affect volume cost calculations that depend on these bulk cost prices.
Possible errors:
- PRICE_NOT_FOUND_ERROR: Price with the specified ID does not exist
- BULK_COST_PRICE_DELETE_ERROR: Failed to delete bulk cost price records
AUTH: Role=[pricing.OWNER]
bulkCostPricesDelete(
priceId: String!
): Boolean!
Arguments
bulkCostPricesDelete.priceId
● String!
non-null scalar
Unique identifier of the price whose bulk cost prices should be deleted.
Must be a valid UUID format representing an existing price in the system.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.