Refactoring code for modular approach
This commit is contained in:
@@ -354,9 +354,9 @@ The test suite includes:
|
||||
- `GET /api/v1/stock` - List all stock entries
|
||||
|
||||
### Shop Endpoints
|
||||
- `POST /api/v1/shops` - Create new shop
|
||||
- `GET /api/v1/shops` - List shops
|
||||
- `GET /api/v1/shops/{shop_code}` - Get specific shop
|
||||
- `POST /api/v1/shop` - Create new shop
|
||||
- `GET /api/v1/shop` - List shops
|
||||
- `GET /api/v1/shop/{shop_code}` - Get specific shop
|
||||
|
||||
### Marketplace Endpoints
|
||||
- `POST /api/v1/marketplace/import-from-marketplace` - Start CSV import
|
||||
|
||||
Reference in New Issue
Block a user