This commit is contained in:
Phuoc Nguyen
2025-10-28 16:48:31 +07:00
parent 5cfc56f40d
commit 4b35d236df
11 changed files with 390 additions and 102 deletions

View File

@@ -78,6 +78,12 @@ class ApiEndpoints {
/// Response: Product details with stage information
static const String productDetail = '/portalWareHouse/GetProductStageInWareHouse';
/// Create product warehouse (import/export)
/// POST: /portalWareHouse/createProductWareHouse
/// Body: Array of product warehouse creation objects
/// Response: Created product warehouse record
static const String createProductWarehouse = '/portalWareHouse/createProductWareHouse';
/// Get product by ID
/// GET: (requires auth token)
/// Parameter: productId