Bulk Set Prices
Create several prices at once for a set of variants.
Each line in body.lines becomes one price record per variant, routed to
the open batch for its effective date (always ‘auto’ — find-or-create keyed
on (org, effective_date)). Lines sharing an effective date coalesce into the
SAME batch; different dates land in separate batches. Lines are processed
SEQUENTIALLY so same-date lines reuse one batch (no duplicate-batch race).
Reuses the exact batch + record + tz logic as mass-create.
Cookies
Body
Create several prices at once for a set of variants. Each line in
lines becomes one price record per variant, batched by effective date
(always 'auto' — same rule as mass-create). Lines may repeat a price type
(e.g. two sale dates) and may share or differ in effective date.
Response
Successful Response