Inventory - Product Categories
Inventory - Product Categories — 10 נקודות קצה.
List categories
GET /inventory/categories
Create category
POST /inventory/categories
Get category tree
GET /inventory/categories/tree
Get category
GET /inventory/categories/id
Update category
PUT /inventory/categories/id
Delete category
DELETE /inventory/categories/id
Move category
PUT /inventory/categories/id/move
Assign product to category
POST /inventory/categories/id/products/productId
Remove product from category
DELETE /inventory/categories/id/products/productId
Bulk assign products
POST /inventory/categories/id/products/bulk

