bulk_create_offers
Create ExD offers in bulk from CSV text. Preview payloads with dry_run, then execute after confirmation.
Instructions
Bulk-create ExD offer items from CSV rows. Each row becomes one offer. Requires confirmed: true to execute — previews payloads first. Use dry_run: true to inspect full JSON payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Returns full JSON payloads without calling the API | |
| csv_text | Yes | Full CSV text | |
| confirmed | No | Set to true to execute the write. Leave false to preview. | |
| access_token | No | Bearer token — optional, server will auto-mint if missing | |
| lifecycle_status | No | draft |