bulkCostPricesBulk
Create multiple bulk cost price records in a single operation.
Efficiently processes multiple bulk cost price configurations simultaneously. Provides detailed results including success counts, error information, and processing status for each record.
Possible errors:
- BULK_COST_PRICE_CREATE_ERROR: Failed to create one or more bulk cost price records
- BULK_COST_PRICE_ALREADY_EXISTS_ERROR: One or more bulk cost prices with the same criteria already exist
- PRICE_NOT_FOUND_ERROR: One or more associated price records do not exist
AUTH: Role=[pricing.OWNER]
bulkCostPricesBulk(
input: [BulkCostPriceCreateInput!]!
): BulkResponseData!
Arguments
bulkCostPricesBulk.input
● [BulkCostPriceCreateInput!]!
non-null input
Array of bulk cost price configuration data for bulk creation.
Each item must contain complete bulk cost price information including price association, quantity thresholds, and cost values.