deploy
This commit is contained in:
50
skills/catalog-category-bulk-create-jobs/SKILL.md
Normal file
50
skills/catalog-category-bulk-create-jobs/SKILL.md
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
name: catalog-category-bulk-create-jobs-routes
|
||||
description: Handle 3 OpenAPI operation(s) under /api/catalog-category-bulk-create-jobs for the catalog category bulk create jobs route group.
|
||||
---
|
||||
|
||||
# catalog category bulk create jobs API Routes
|
||||
|
||||
Handle 3 OpenAPI operation(s) under /api/catalog-category-bulk-create-jobs for the catalog category 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_categories_jobs
|
||||
|
||||
- Operation ID: `get_bulk_create_categories_jobs`
|
||||
- Route: `GET /api/catalog-category-bulk-create-jobs`
|
||||
- Mode: READ
|
||||
- Summary: Get Bulk Create Categories Jobs
|
||||
- Parameters:
|
||||
- `fields[catalog-category-bulk-create-job]` in `query`
|
||||
- `filter` in `query`
|
||||
- `page[cursor]` in `query`
|
||||
- `revision` in `header` required
|
||||
|
||||
### bulk_create_catalog_categories
|
||||
|
||||
- Operation ID: `bulk_create_catalog_categories`
|
||||
- Route: `POST /api/catalog-category-bulk-create-jobs`
|
||||
- Mode: WRITE
|
||||
- Summary: Bulk Create Catalog Categories
|
||||
- Parameters:
|
||||
- `fields[catalog-category-bulk-create-job]` in `query`
|
||||
- `revision` in `header` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### get_bulk_create_categories_job
|
||||
|
||||
- Operation ID: `get_bulk_create_categories_job`
|
||||
- Route: `GET /api/catalog-category-bulk-create-jobs/{job_id}`
|
||||
- Mode: READ
|
||||
- Summary: Get Bulk Create Categories Job
|
||||
- Parameters:
|
||||
- `job_id` in `path` required
|
||||
- `fields[catalog-category-bulk-create-job]` in `query`
|
||||
- `fields[catalog-category]` in `query`
|
||||
- `include` in `query`
|
||||
- `revision` in `header` required
|
||||
Reference in New Issue
Block a user