Product Web Categories
Categorii web pentru produse.
Filters on list endpoints are URL path segments, not query strings —
see Conventions.
The Swagger tester
works best for JSON body endpoints.
POST
/productwebcategories/{category_id}/image/
Attach/replace an image on a web category
Uploads an image and sets it on the given web category. Replaces the existing image if present.
Fields: file (binary), title, description, alt_text.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
category_id |
path | integer | yes |
Responses
| Status | Description |
|---|---|
200 |
OK — response uses the shared envelope. |
400 |
Request is malformed or a required field is missing / invalid. |
404 |
The requested resource does not exist. |
DELETE
/productwebcategories/{category_id}/
Delete a web category
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
category_id |
path | integer | yes |
Responses
| Status | Description |
|---|---|
200 |
OK — response uses the shared envelope. |
404 |
The requested resource does not exist. |
This page is generated from openapi.json.