3.2 KiB
3.2 KiB
name, description
| name | description |
|---|---|
| products-routes | Handle 10 OpenAPI operation(s) under /v1/products for the products route group. |
products API Routes
Handle 10 OpenAPI operation(s) under /v1/products for the products 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_products
- Operation ID:
get_products - Route:
GET /v1/products - Mode: READ
- Summary: List all products
- Parameters:
activeinquerycreatedinqueryending_beforeinqueryexpandinqueryidsinquerylimitinqueryshippableinquerystarting_afterinqueryurlinquery
- Body: JSON request body accepted.
post_products
- Operation ID:
post_products - Route:
POST /v1/products - Mode: WRITE
- Summary: Create a product
- Body: JSON request body accepted.
get_products_search
- Operation ID:
get_products_search - Route:
GET /v1/products/search - Mode: READ
- Summary: Search products
- Parameters:
expandinquerylimitinquerypageinqueryqueryinqueryrequired
- Body: JSON request body accepted.
delete_products_id
- Operation ID:
delete_products_id - Route:
DELETE /v1/products/{id} - Mode: WRITE
- Summary: Delete a product
- Parameters:
idinpathrequired
- Body: JSON request body accepted.
get_products_id
- Operation ID:
get_products_id - Route:
GET /v1/products/{id} - Mode: READ
- Summary: Retrieve a product
- Parameters:
expandinqueryidinpathrequired
- Body: JSON request body accepted.
post_products_id
- Operation ID:
post_products_id - Route:
POST /v1/products/{id} - Mode: WRITE
- Summary: Update a product
- Parameters:
idinpathrequired
- Body: JSON request body accepted.
get_products_product_features
- Operation ID:
get_products_product_features - Route:
GET /v1/products/{product}/features - Mode: READ
- Summary: List all features attached to a product
- Parameters:
ending_beforeinqueryexpandinquerylimitinqueryproductinpathrequiredstarting_afterinquery
- Body: JSON request body accepted.
post_products_product_features
- Operation ID:
post_products_product_features - Route:
POST /v1/products/{product}/features - Mode: WRITE
- Summary: Attach a feature to a product
- Parameters:
productinpathrequired
- Body: JSON request body accepted.
delete_products_product_features_id
- Operation ID:
delete_products_product_features_id - Route:
DELETE /v1/products/{product}/features/{id} - Mode: WRITE
- Summary: Remove a feature from a product
- Parameters:
idinpathrequiredproductinpathrequired
- Body: JSON request body accepted.
get_products_product_features_id
- Operation ID:
get_products_product_features_id - Route:
GET /v1/products/{product}/features/{id} - Mode: READ
- Summary: Retrieve a product_feature
- Parameters:
expandinqueryidinpathrequiredproductinpathrequired
- Body: JSON request body accepted.