bulkPriceDelete
Permanently delete a bulk price record from the system.
Removes the bulk price configuration and all associated data. This action cannot be undone and will affect volume pricing calculations that depend on this bulk price.
Possible errors:
- BULK_PRICE_NOT_FOUND_ERROR: Bulk price with the specified ID does not exist
- BULK_PRICE_DELETE_ERROR: Failed to delete the bulk price record
AUTH: Role=[pricing.OWNER]
bulkPriceDelete(
id: String!
): Boolean!
Arguments
bulkPriceDelete.id
● String!
non-null scalar
Unique identifier of the bulk price record to delete.
Must be a valid UUID format representing an existing bulk price in the system.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.