Files
a2a-platform 15ec8b1d74 deploy
2026-06-27 01:03:04 +00:00

1.7 KiB

name, description
name description
catalog-item-bulk-update-jobs-routes Handle 3 OpenAPI operation(s) under /api/catalog-item-bulk-update-jobs for the catalog item bulk update jobs route group.

catalog item bulk update jobs API Routes

Handle 3 OpenAPI operation(s) under /api/catalog-item-bulk-update-jobs for the catalog item bulk update 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_update_catalog_items_jobs

  • Operation ID: get_bulk_update_catalog_items_jobs
  • Route: GET /api/catalog-item-bulk-update-jobs
  • Mode: READ
  • Summary: Get Bulk Update Catalog Items Jobs
  • Parameters:
    • fields[catalog-item-bulk-update-job] in query
    • filter in query
    • page[cursor] in query
    • revision in header required

bulk_update_catalog_items

  • Operation ID: bulk_update_catalog_items
  • Route: POST /api/catalog-item-bulk-update-jobs
  • Mode: WRITE
  • Summary: Bulk Update Catalog Items
  • Parameters:
    • fields[catalog-item-bulk-update-job] in query
    • revision in header required
  • Body: JSON request body accepted.

get_bulk_update_catalog_items_job

  • Operation ID: get_bulk_update_catalog_items_job
  • Route: GET /api/catalog-item-bulk-update-jobs/{job_id}
  • Mode: READ
  • Summary: Get Bulk Update Catalog Items Job
  • Parameters:
    • job_id in path required
    • fields[catalog-item-bulk-update-job] in query
    • fields[catalog-item] in query
    • include in query
    • revision in header required