Skip to main content

bulkPricesCreate

Create multiple bulk price records in a single operation.

Efficiently processes multiple bulk price configurations simultaneously. Provides detailed results including success counts, error information, and processing status for each record.

Possible errors:

  • BULK_PRICE_CREATE_ERROR: Failed to create one or more bulk price records
  • BULK_PRICE_ALREADY_EXISTS_ERROR: One or more bulk prices with the same criteria already exist
  • PRICE_NOT_FOUND_ERROR: One or more associated price records do not exist

AUTH: Role=[pricing.OWNER]

bulkPricesCreate(
input: [BulkPriceCreateInput!]!
): BulkResponseData!

Arguments

bulkPricesCreate.input ● [BulkPriceCreateInput!]! non-null input

Array of bulk price configuration data for bulk creation.

Each item must contain complete bulk price information including price association, quantity thresholds, and price values.

Type

BulkResponseData object