Add category to product
Adds a category relation to a product.
| Path Parameters |
|---|
productId string — REQUIREDThe id of the product to update. |
| Query Parameters |
|---|
productIdType int32Possible values: [ The type of product id supplied. |
| Request Body — REQUIRED The category to relate the product to. |
|---|
CategoryId int32The id of the category. |
| Responses | |||
|---|---|---|---|
200Ok.
| |||
400Bad request.
|