--- name: catalog-item-bulk-create-jobs-routes description: Handle 3 OpenAPI operation(s) under /api/catalog-item-bulk-create-jobs for the catalog item bulk create jobs route group. --- # catalog item bulk create jobs API Routes Handle 3 OpenAPI operation(s) under /api/catalog-item-bulk-create-jobs for the catalog item bulk create jobs route group. Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool. ## Operations ### get_bulk_create_catalog_items_jobs - Operation ID: `get_bulk_create_catalog_items_jobs` - Route: `GET /api/catalog-item-bulk-create-jobs` - Mode: READ - Summary: Get Bulk Create Catalog Items Jobs - Parameters: - `fields[catalog-item-bulk-create-job]` in `query` - `filter` in `query` - `page[cursor]` in `query` - `revision` in `header` required ### bulk_create_catalog_items - Operation ID: `bulk_create_catalog_items` - Route: `POST /api/catalog-item-bulk-create-jobs` - Mode: WRITE - Summary: Bulk Create Catalog Items - Parameters: - `fields[catalog-item-bulk-create-job]` in `query` - `revision` in `header` required - Body: JSON request body accepted. ### get_bulk_create_catalog_items_job - Operation ID: `get_bulk_create_catalog_items_job` - Route: `GET /api/catalog-item-bulk-create-jobs/{job_id}` - Mode: READ - Summary: Get Bulk Create Catalog Items Job - Parameters: - `job_id` in `path` required - `fields[catalog-item-bulk-create-job]` in `query` - `fields[catalog-item]` in `query` - `include` in `query` - `revision` in `header` required