Skip to main content

bulkCostPriceCreate

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

Establishes volume cost pricing tiers for products with specific quantity thresholds and cost values. Used for implementing quantity-based cost calculations and margin analysis.

Possible errors:

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

AUTH: Role=[pricing.OWNER]

bulkCostPriceCreate(
input: BulkCostPriceCreateInput!
): BulkCostPrice!

Arguments

bulkCostPriceCreate.input ● BulkCostPriceCreateInput! non-null input

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

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

Type

BulkCostPrice object

Volume-based cost pricing tier for quantity-dependent cost calculations.

Represents cost prices that apply to specific quantity ranges, enabling volume purchasing advantages and margin calculations based on purchase quantities. Used for inventory management and pricing optimization.