Skip to main content

bulkPriceUpdate

Update an existing bulk price record.

Modifies quantity thresholds, price values, effective dates, or other bulk pricing settings. Changes will affect volume pricing calculations and quantity discounts.

Possible errors:

  • BULK_PRICE_NOT_FOUND_ERROR: Bulk price with the specified ID does not exist
  • BULK_PRICE_UPDATE_ERROR: Failed to update the bulk price record

AUTH: Role=[pricing.OWNER,pricing.EDITOR]

bulkPriceUpdate(
id: String!
input: BulkPriceUpdateInput!
): BulkPrice!

Arguments

bulkPriceUpdate.id ● String! non-null scalar

Unique identifier of the bulk price record to update.

Must be a valid UUID format representing an existing bulk price in the system.

bulkPriceUpdate.input ● BulkPriceUpdateInput! non-null input

Updated bulk price configuration data.

Only provided fields will be updated, others remain unchanged.

Type

BulkPrice object