Mass Create Price Records
Pricing
Mass Create Price Records
Mass create price records for multiple variants of a product.
POST
Mass Create Price Records
Cookies
Body
application/json
Request body for mass creating price records across variants.
Batch strategy controls whether the created records are associated with a price batch on creation. Options:
- "auto": find-or-create an open batch keyed on (org, effective_date, brand).
- "existing": attach to the batch identified by batch_key (must be open).
- "new": create a new batch using batch_name (effective_date + brand inferred).
- "none": skip batch association entirely (legacy behavior).
Required when batch_strategy='existing'
Required when batch_strategy='new'
'auto' | 'existing' | 'new' | 'none'
Response
Successful Response