This commit is contained in:
2025-10-28 00:43:32 +07:00
parent de49f564b1
commit df99d0c9e3
19 changed files with 1000 additions and 1453 deletions

View File

@@ -58,6 +58,12 @@ class ApiEndpoints {
/// Response: List of products
static const String products = '/portalProduct/getAllProduct';
/// Get product stage in warehouse
/// POST: /portalWareHouse/GetProductStageInWareHouse
/// Body: { "WareHouseId": int, "ProductId": int }
/// Response: Product details with stage information
static const String productDetail = '/portalWareHouse/GetProductStageInWareHouse';
/// Get product by ID
/// GET: (requires auth token)
/// Parameter: productId