Skip to main content

bulkPriceCreate

Create a new bulk price record for quantity-based pricing.

Establishes volume pricing tiers for products with specific quantity thresholds and price values. Used for implementing quantity discounts and volume pricing strategies.

Possible errors:

  • BULK_PRICE_CREATE_ERROR: Failed to create the bulk price record
  • BULK_PRICE_ALREADY_EXISTS_ERROR: Bulk price with the same criteria already exists
  • PRICE_NOT_FOUND_ERROR: Associated price record does not exist

AUTH: Role=[pricing.OWNER]

bulkPriceCreate(
input: BulkPriceCreateInput!
): BulkPrice!

Arguments

bulkPriceCreate.input ● BulkPriceCreateInput! non-null input

Bulk price configuration data including price association, quantity thresholds, and price values.

All required fields must be provided to establish proper volume pricing structure.

Type

BulkPrice object