-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
1. Products API
GET /api/products # Get all products
GET /api/products/:id # Get one product
POST /api/products # Create a product
POST /api/products # Update product info
PUT /api/products/:id # Update product info
DELETE /api/products/:id # Delete product2. Stock Management (In / Out)
POST /api/stock/in # Stock IN (Add inventory)
POST /api/stock/out # Stock OUT (Sell / Remove inventory)
GET /api/stock # Get stock history
# filters
GET /api/stock?product_id=1
GET /api/stock?type=OUTReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels