Add a product to a category
Add a product to a category.
Authorizations:Token, JWT
Query Parameters
category_id required | integer |
Request Body Schema:
The new Category resource product_id | integer |
Responses
201Category resource created
Response schema:
Category resource created og_meta_tags | string | ||||||||||
id | integer | ||||||||||
enabled | boolean | ||||||||||
show_title | boolean | ||||||||||
position | integer | ||||||||||
memberships | Array of objects | ||||||||||
Array
| |||||||||||
parent | integer or null | ||||||||||
clean_url | string | ||||||||||
name | string | ||||||||||
description | string | ||||||||||
meta_tags | string | ||||||||||
meta_description | string | ||||||||||
meta_title | string | ||||||||||
icon | object or null | ||||||||||
| |||||||||||
banner | object or null | ||||||||||
|
400Invalid input
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
422Unprocessable entity
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |