save
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user