Feature #4176
openPre-order Analysis apis
Description
Get Catalogs API – Fetch catalogs with pagination, search, and date filters.(new api)
Get Products API – Fetch products in a catalog with pagination, search, and date filters.(new api)
Get Customers API – Fetch customers who purchased a product with pagination and date filters.(new api)
Get Orders API – Fetch all orders in a catalog with pagination, search, and date filters.(new api)
Subtasks
Related issues
Updated by Pavan Kumar Murala 2 months ago
- Tracker changed from Bug to Feature
- Status changed from New to In Progress
- Assignee set to Pavan Kumar Murala
- % Done changed from 0 to 60
- Get Catalogs API: This new API allows you to fetch catalogs with pagination, search functionality, and date filters.
- Get Products API: This new API enables you to retrieve products within a catalog, also with pagination, search, and date filters.
- Get Customers API: This new API will allow you to fetch customers who purchased a product, including pagination and date filters. Currently, I am working on implementing the date filter using a reusable component.
Updated by Pavan Kumar Murala 2 months ago
- Status changed from In Progress to Resolved
Updated by Pavan Kumar Murala 2 months ago
- % Done changed from 60 to 100
- Estimated time changed from 11:00 h to 16:00 h
- Get Catalogs API: Access catalogs with pagination, search options, and date filters. (New API)
- Get Products API: Fetch products within a catalog, including pagination, search functionalities, and date filters. (New API)
Additionally, the date filter should be implemented using a reusable timezone-based method for all four APIs mentioned. Update this thing in 4 APIs.
Meeting Duration: 1:30 hour
I am explaining the flow of APIs in Ghazala.