Actions
ClientProject #3254
openClientProject #3253: [Module Home]: Category API Endpoint for Multi-Level Products and Integration
[API]: Home Category API Endpoint for Multi-Level Products
Start date:
09/16/2025
Due date:
09/19/2025 (about 7 months late)
% Done:
100%
Estimated time:
1:00 h
Spent time:
Description
Tasks¶
-
API Endpoint Development
-
Create a new endpoint:
/api/v1/home/category-products?category="PremiumCars" -
Supported categories:
"NewArrivals""PremiumCars""HotDeals"
-
This endpoint will internally call PQS Japan API:
`${API_BASE_URL}/api/vehicle/getCategoryAllStockList`
-
-
Service Function
- Implement a service function to fetch category-based products.
- Ensure revalidated caching system is applied for optimized performance.
-
API Documentation
- Create and maintain Postman API documentation.
- Include request/response examples for all supported categories.
References¶
- Internal API:
${API_BASE_URL}/api/vehicle/getCategoryAllStockList
Actions